body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:70%;
	background-color:#808000;
}

#wrapper {
	position:relative;
	margin: 0 auto;
	width:775px;
	/*background-color:#FFFFFF;*/
	background:url(images/content_bg.gif) repeat-y;
	border: 1px #000000 solid;
	}

#masthead {
	postion:relative;
	background-color:#6699cc;
	}

#masthead img {border:0;} 

#mainNav{
	postion:relative;
	background-color:#6699cc;
	text-align:center;
	font-size:85%;
	height:25px;
	}

#mainNav a:link, #mainNav a:visited {color:#FFFFFF; text-decoration:none}
#mainNav a:hover {color:#FFFFFF; text-decoration:underline;}

#content_wrapper{
	postion:relative;
	background:url(images/sidebar_bg.jpg) no-repeat;
	/*background:url(images/content_bg.jpg) repeat-y;*/
	width:775px;
	min-height:609px;
	}
/* for Internet Explorer */
/*\*/
* html #content_wrapper {
height: 609px;
}
/**/

#content{
	postion:relative;
	float:right;
	width:575px;
	padding-top:20px;
	padding-right:5px;
	margin-right:15px;
	}
	
#sidebar{
	postion:relative;
	float:left;
	width:135px;
	color:#ffffff;
	/*background-color:#6699cc;*/
	}
	
#sidebar img {text-align:center; padding-left:7px;}
#sidebar .content {position:absolute; float:left; width:120px; padding-left:5px; z-index:7;}

#footer{
	padding-top:10px;
	padding-left:100px;
	clear:both;
	postion:relative;
	font-size:75%;
	text-align:center;
	/*border-top: 1px #000000 dotted;*/
	}
	
#footer a:link, #footer a:visited {color:#000000; text-decoration:none}
#footer a:hover {color:#000000; text-decoration:underline;}

/********main classes*******/
.asheville p {float:left; width:300px;}
.asheville img {float:right; padding:5px;}
