html	{
			background: #D5AD85; 
			}
body { 
		 padding: 0; 
		 margin: 0; 
		 font: .8em Helvetica, Tahoma, Verdana, Lucida, Geneva, Arial, sans-serif;
		 }
			
#header {
     position: relative;
		 clear: both;
		 display: block;			 
		 width: 754px;
		 padding: 15px 0px 15px 0px;
		 height:160px;
		 }
			
#leftHeader {
		 	
		 float: left;
		 width: 55%;
		 }
#leftHeader p {
		 color:#262C31; 
		 text-align: right;				  
		 font-family: Helvetica, Tahoma, Verdana, Lucida, Geneva, Arial, sans-serif;
		 font-size: 18px; 
		 font-style:italic; 
		 padding: 25px 0px 25px 0px;
		 
		 }

		 
#rightHeader {
		 float: right;
		 width: 32%;
		 }
			
#content {
		 clear: both;
		 display: block;			 
		 width: 754px;
		 margin: 0 auto;
		 }

#contentTitle  { 
		 font-family:   Helvetica, Verdana, Arial, Tahoma, Lucida, Geneva,  sans-serif;
		 color:#414141;
		 font-size: 14px;
		 font-style:italic;
		 text-align: right;
}
		 
		 
#contentSub {
		 clear: both;
		 width: 754px;
		 border-top: 2px solid;
		 padding: 10px 0px 25px 0px;
		 height: 320px;
		 }
		 
#contentSubTitle  { 
		 font-family:   Helvetica, Verdana, Arial, Tahoma, Lucida, Geneva,  sans-serif;
		 color:#414141;
		 font-size: 14px;
		 font-style:italic;
		 text-align: left;
}

		 
#leftContent {
		 display: block;			 
		 float: left;
		 width: 40%;
		 }

#rightContent {
		 display: block;			 
		 float: right;
		 width: 55%;
		 }
		 
#footer { 
	clear: both;
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin: 0;
	border-top: 2px solid #000;
	font-size: 12px;
	height: 20px;
	color: #414141;		
}
		 

ul#navlist {
		 padding: 0 0 0 15px;
		 font-family: Helvetica, Tahoma, Verdana, Lucida, Geneva, Arial, sans-serif;
		 margin: 0;
		 list-style-type: none;
		 float: left;
		 width: 754px;
		 }

ul#navlist li { 
		 display: inline; 
		 }

ul#navlist li a {
		 float: left;
		 padding: 0 25px 0 0;
		 color: #414141;
		 text-decoration: none;
		 letter-spacing: .2em;
		 font-variant: small-caps;
		 font-size: 14px;
		 }

ul#navlist li a:hover {
		 color: #fff;
		 }		 
		 
		 
#box {
 		  display:block; 
		  width:250px; 
			line-height:normal; 
			letter-spacing:1px; 
			font-size:16px; 
			color:#000; 
			border:1px solid #ddd; 
			padding:5px; 
			margin:2em auto;
			}
			
#boxNoLine {
      display:block; 
		  width:320px; 
			margin:5px 5px 5 px 5px;
			font-size:12px; 
			background: #D5B290; 
			/*background: #D1B499; */
			/*background: #CEB79E;*/
			padding:5px 5px 5px 5pX; 
			
			}
			
#cap {font-size:45px; 
			font-family: times new roman, serif; 
		  color:#fff; 
			font-weight:bold; 
			float:left; 
			height:45px; 
			line-height:45px; 
			margin-top:2px; 
			margin-right:3px;
			
			}
* html #cap {margin-right:-2px; margin-top:3px;}


.floatright {
			float: right;
			width: 225px;
			margin: 0 0 15px 15px;
			background-color: #fff;
			padding: 10px;
			border-top: 1px solid #999;
			border-right: 1px solid #555;
			border-bottom: 1px solid #555;
			border-left: 1px solid #999;
			font-size: 11px;
			}

div.floatright img {
		  border-top: 1px solid #555;
			border-right: 1px solid #999;
			border-bottom: 1px solid #999;
			border-left: 1px solid #555;
			}


