/* =reseting
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl,
	dt, dd, li, address, form, fieldset, hr, blockquote, img {
		margin: 0;
		padding: 0;
		border: 0; 
	}
	
	img, fieldset { border: none; }
	a { text-decoration: none; }
	li { list-style-type: none; }
	div.clear { clear: both; }
	a img { border: 0;}
	abbr, label { cursor: pointer; }

/* =layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body{
   	color:#6a6244;
		font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
		font-size: 12px;
		background-color: #eae5ce;
}
.wrapper, #bodyContainer, #footerContainer{
		width: 818px;
}
h3{
		color:#1862a3;
		font-size:16px; 
		font-family: "Tahoma",Verdana,Arial,sans-serif;
}
#headerContainer{
		height:173px;
		background: repeat-x url(images/bgBottomHeader.png) bottom #d1c9a3;
}
#logo{
		position: relative;
		bottom:50px;
		left:20px;
}
#bodyContainer{
		margin-top:8px;
		background: #faf6e5 no-repeat url(images/topBodyContainer.png) top;
		padding-top:23px;
}
#bgBottom{
		background: no-repeat url(images/topFooter.png) bottom;
		padding-bottom:10px; 
}
#footerContainer #end{
		background: #eae5ce;
		height:50px;
}
#footerContainer li{
		display:inline;
}
#footerContainer ul{
		list-style: none;
		padding:5px 0px 5px 0px;
		background: #d1c9a3 no-repeat url(images/bgUl.png) bottom right;
		font-family: "Tahoma",Verdana,Arial,sans-serif;
}
#footerContainer ul span{
		color:#df521d;
}
#menu{
		width:170px;
		float: left;
		background: repeat-y url(images/bgMenu.png) right #fdf8ef;
}
#menu ul.topnav{
		padding-bottom:15px;
		padding-left:32px;
}
#menu ul#bottomMenu{
		background: url(images/bottomMenu.png) no-repeat bottom;
		padding-bottom:32px;
		padding-left:32px;
}
#ul bottomMenu li{
		padding:0px 0px 27px 18px;
		background:url(images/bgButton.png) no-repeat left bottom;
		line-height: 14px;
		text-indent: 11px;
}
#menu ul.topnav li{
		padding:10px 0px 7px 18px;
		width:116px;
		background:url(images/bgButton.png) no-repeat left bottom;
		line-height: 14px;
		text-indent: 11px;
}
.ico{
		border-bottom: 1px solid #dc541b;
		float:left;
		width:5px;
		
}
#content{
		float: left;
		width: 468px;
		border-right: 1px #d1c9a3 dotted;
		padding-left:10px;
		
}
#banner{
		float: left;
		width:162px;
		text-align: center;
}
#content p{
		margin: 20px 0px 20px 0px;
}
/* =links
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a{
	text-decoration: none;
	color:#6a6244;
}
#content	a{
	text-decoration: underline;
	color:#df521d;
	font-weight:bold;
}
a:link {  }
a:visited { }
#footerContainer ul a{
	color: #df521d;
}
#copy{
	margin:0px 142px 0px 38px;

}
 


