/* CSS Document */

<!--
html, body {

	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#40362a;
	padding:0px;
	margin:5px auto;
	color:#000000;


}
#wrapper {
	width:900px;
	z-index:1;
	background-color:#fff;
	position: relative;
	top: 0;
	left: 0;
	margin: 10px auto;

	
}


#middle {
	width:900px;
	z-index:1;
	background-color:#fff;
	padding:10px;
	margin-bottom:10px;
	float:left;
}

#nav {
	float:left;
	width:167px;
	height:100%;
	background-color:#d4cdbb;
	line-height:18px;
}

#nav #navcontent {
	padding:10px 0px 10px 0px;
	z-index:100;
}

#nav #navcontent p{
	margin:8px;
}

#nav #navcontent a {
	font-size: 1.1em;
	color:#40362a; 
	font-weight:bold;
	text-decoration:none;
	}



#nav #navcontent a:hover {
	font-size: 1.1em;
	color: green;
	font-weight:bold;
	text-decoration:none;
	/*background:url(images/rollover.gif) no-repeat -20px 0px;*/
	}

#nav #navcontent .selected{
	color: green;
	background-color:#d2cdc0;
	margin:5px;
	}
	
	

#nav img {
	width:167px;
	border-bottom:10px solid white;
}

#right {
	float:left;
	width:723px;
	height:auto;
	background-color:#e2ccb5;
	margin-left:10px;
	
}

#header{
	/*width:657px;*/
	width:723px;
	height:70px;
	background:url(images/header.jpg) no-repeat;
	border-bottom:10px solid white;
}

#text{
	width:703px;
	padding:20px 10px 10px 10px;
	background:url(images/content-bg.jpg) no-repeat bottom right;
	min-height:497px;
	*min-height:491px;
}

#text hr{
	height:1px;
	background-color:#40362a;
	margin:10px;
}

.picture{
	margin:10px;
	font-size:.8em;
	border:1px dotted black;
	text-align:center;
	width:250px;
}

.photoborder {border:5px solid #c5b19d;}

.photoborder:hover {border:5px solid #40362a;}

#footer {
	width:900px;
	height:16px;
	background: #ffffff url(images/footer-bg.gif) repeat-x;
	margin-top:10px;
	float:left;
	text-align:center;
	font-size:.8em;
	padding-top:13px;
	color:white;
}



/*--text styles*/
h1 {
	margin:0px 0px 10px 0px; 
	font-size:1.5em;
	color:#40362a; 
	background: url(images/h1dots.gif) no-repeat 0px 3px;
	padding-left:25px;
	}

h2 {
	margin:8px 0px 8px 0px; 
	padding:0px;
	font-size:1.15em;
	color:#40362a;
	}
	
h2.background{
	margin:8px 0px 8px 0px; 
	padding:0px;
	font-size:1.15em;
	color:#40362a;
	background-color:#eddbc8;
	padding-left:5px;
	}	
	
	
h3 {
	margin:0px; 
	padding:0px;
	font-size:1.1em;
	color:#000000;
	}	


a {
	font-size: 1.1em;
	color:green; 
	}



a:hover {
	font-size: 1.1em;
	color: black;
	}

li {list-style: square outside;} 


-->

