@charset "UTF-8";
/* CSS Document */

body{
	
font-family: helvetica, arial, sans-serif;
font-size: 11px;
background-color: #f5f1e8;
text-align: center;
margin:0;
padding:0;

}


#wrapper{

width: 500px;
position:relative;
margin: 0 auto;

}


#outercontainer{

width: 500px;
height: auto;
position:relative;
margin: 0 auto;
float: left;

}

#container{

width: 500px;
text-align: left;
margin: 0 auto;
background-color: #fff;

}

#mastheadi{

background-image: url('images/mastheadi.jpg');
width: 500px;
height:226px;
}


#mastheadj{

background-image: url('images/mastheadj.jpg');
width: 500px;
height:226px;
}
#mastheads{

background-image: url('images/mastheads.jpg');
width: 500px;
height:226px;
}
#mastheadc{

background-image: url('images/mastheadc.jpg');
width: 500px;
height:226px;
}


#content{

background-color: #fff;
width: 440px;
height:auto;
float:left;
padding: 0px 30px 30px 30px;
}
#content a{
color: #d3a85e;
text-decoration: underline;

}

p{

font-family: Helvetica, Arial, san serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.3em;
color: #888;
text-align: justify;
}

#one{
width: 250px;
float: left;
}

#two{
width:150px;
float:left;

}
h1{

font-size: 13px;
color: #d3a85e;
font-weight:bold;
}
h2{
color: #846b5b;
font-size: 12px;
}


#nav{	
	
background-image: url(images/navb.jpg);
height: 40px;
width:500px;
float: left;
padding-left:0px;
z-index: 1;
}
	


	
	#nav li{
 
	padding: 0px 5px 0px 0px;
	display: inline;
	font-size: 13px;
	line-height: 1.4em;
	color: #888;
	
		
	}
	
	#nav ul a{
	text-decoration:none;
	outline:none;
	color: #888;

	}
	
	#nav li:hover{
	color:#a9907f;
	
	background-image: url(images/bullet.jpg); 
	/*list-style-type: square;*/
	}
	
	#nav li a:hover{
	color:#a9907f;
	
	background-image: url(images/bullet.jpg); 

	}
	#nav #active a{
	color:#a9907f;
	
	background-image: url(images/bullet.jpg); 
	
	}
	
	#footer{
	
	float: right;
	
	}
	#footer p{
	font-size:11px;
	color: #777;
	
	}
	#footer a{
	color: #777;
	text-align: right;
	
	}
	footer a:hover{
	color: #d3a85e;
	
	}
	.txtimg{
	padding: 7px 0 7px 15px;
	
	}
	
#one a,#two a{
color: #a89c90;
font-size: 11.4px;
line-height: 1.5em;
text-decoration: none;

padding-left:13px;
}

#one a:hover,#two a:hover{
border-left: 5px solid #fccf98;
font-size: 11.4px;
line-height: 1.5em;
padding-left:8px;


}

	
#one .active, #two .active{
border-left: 5px solid #fccf98;
padding-left:8px;
}