body {
	padding: 0px;
	margin: 0px;
	color: #636363;
	background: top url(../images/bg.gif) repeat-x #F6FAE0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#header {
	width: 750px;
	margin: 20px auto 0px auto;
	padding: 0px;
}
#header-bar {
	width: 750px;
	margin: 0px auto 0px auto;
	padding: 0px;
	height : 10px;
	background-color: #D2E4B6;
}
#container {
	width: 750px;
	margin: 0px auto 0px auto;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#lhs-clmn{
	float: left;
	width: 120px;
	
}
#logo-box {
	width: 120px;
	height: auto;
	margin: 0px auto 0px auto;
}
#lhsnav-box {
	width: 120px;
}
#lhsnav-box ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#lhsnav-box li {
	background-image: url(../images/iconav-off.gif);
	background-position:3% 0.8em;
	background-repeat: no-repeat;
	background-color: #C0D997;
	
}
#lhsnav-box a {
	display: block;
	margin: 0px;
	color: #362F2D;
	width: 90px;
	padding: 3px 15px 3px 15px;
	text-decoration: none;
	border-bottom: 1px solid #F6FAE0;
	font-weight: bold;
	
	
}
#lhsnav-box a:hover {
	color: #000;
	background-color: #CACD48;
	background-image: url(../images/iconav-on.gif);
	background-position:3% 0.8em;
	background-repeat: no-repeat;
}

#content-box {
	float: left;
	width: 480px;
	margin: 0px;
	padding: 0px;
	
}
#pagetitle {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding-top: 30px;
	color: #000;
}
#maincontent {
	margin: 0px;
	padding: 0px 10px 0px 5px;
	
}



#rhsnav-box {
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}
#rhsnav-box ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#rhsnav-box li {
	background-image: url(../images/iconav-off.gif);
	background-position:3% 0.8em;
	background-repeat: no-repeat;
	background-color: #C0D997;
	
}
#rhsnav-box a {
	display: block;
	margin: 0px;
	color: #362F2D;
	width: 120px;
	padding: 3px 15px 3px 15px;
	text-decoration: none;
	border-bottom: 1px solid #F6FAE0;
	font-weight: bold;
	
	
}
#rhsnav-box a:hover {
	color: #000;
	background-color: #CACD48;
	background-image: url(../images/iconav-on.gif);
	background-position:3% 0.8em;
	background-repeat: no-repeat;
}


#footer {
	width: 750px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background: top url(../images/img-footer.gif) no-repeat;
	border-bottom: 1px solid #A1745F;
	height: auto;
}
#footer-nav {
	
	text-align: center;
	padding-top: 20px;
	
}
#footer-nav a {
	color: #636363;
	text-decoration: none;
	font-weight: normal;
}
#footer-nav a:hover {
	color: #FFC238;
	text-decoration: none;
}
#footer-add {
	float: left;
	width: 375px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	
}
#footer-add p {
	margin: 0px;
	padding: 0px;
}
#footer-add a {
	color: #636363;
	text-decoration: none;
	font-weight: bold;
}
#footer-add a:hover {
	color: #FFC238;
	text-decoration: none;
	font-weight: bold;
}
#footer-tmnhrm {
	float: right;
	width: 350px;
	padding: 12px 0px 10px 0px;
	font-size: 10px;
	
}
#footer-copyright {
	clear: both;
	width: 750px;
	margin: 0px auto 0px auto;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	
}
#footer-copyrightl {
	float: left;
	width: 50%;
	text-align: left;
}
#footer-copyrightl a {
	color: #636363;
	text-decoration: none;
	font-weight: normal;
}
#footer-copyrightl a:hover {
	color: red;
}
#footer-copyrightr {
	float: left;
	width: 45%;
	text-align: right;
	
}
a {
	color: #A1745F;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #F7941D;
	font-weight: bold;
	text-decoration: none;
}
.clear{
	clear:both;
}