/* CSS Document */
body{
	padding:0;
	margin:0;
	font-family:"Trebuchet MS";
	color:#333333;
	background-color: #480004;
	background-image: url(images/page-bg.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center top;
	font-size: 12px;
	}
.bodysmall {
	font-size: 9px;
	font-weight: normal;
}
.bodymed {
	font-size: 9px;
	font-weight: bolder;
}


#pageArea{
	width:766px;
	background-color: #FFFFFF;
}
#menu{padding:0; margin:0;}
#header{background:url(images/Mountain-Annies.jpg) no-repeat top; height:204px;}
#contentArea{padding:5px 6px 5px 6px; text-align:left;}
#footer{background:url(images/footer.jpg) no-repeat; height:70px; padding-top:75px; font-size:7pt; font-weight:bold; color:#FFFFFF;}
#footer a:link, #footer a:visited{font-weight:bold; color:#FFFFFF; text-decoration:none;}

#copyR{padding-top:15px; color:#969696;}
#copyR a:link, #copyR a:visited{color:#969696;}
