#wrapper{
	width:886px;
	margin-right:auto;
	margin-left:auto;
	background-color:#91908d;
	border: 6px solid #a09f9d;
	padding:3px;
}
#Header{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#nav_bg{
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	height:31px;
	text-align:center;
}

A.nav:link,A.nav:active,A.nav:visited,A.nav:hover {
	COLOR: #ffffff;
	TEXT-DECORATION: none;
	font-weight:bold;
}
A.nav_on:link,A.nav_on:active,A.nav_on:visited,A.nav_on:hover {
	COLOR: #ffa200;
	TEXT-DECORATION: none;
	font-size:14px;
	font-weight:bold;
	line-height:180%;
}


#footer{
	text-align:center;
	color:#666666;
	line-height:25px;
	background-color: #dedddd;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bebebe;
	font-size:9px;
}
#mainbody{
	padding:20px;
	background-image: url(../images/main_body_bg_green.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color:white;
}
#title{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left:10px;
	margin-bottom:20px;
}
#youarehere{
	background-image: url(../images/youarehere_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent:50px;
	line-height:26px;
	color:#b2d6f9;
}