/* Start of CMSMS style sheet 'theme' */
body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
	background-color:#C0B59F;
	margin: 20px 0 0 0px;
}
.wrap{width:975px; background:#fff; margin:0 auto; padding:13px;}

#Header{
	width: 975px;
	background-image: url(uploads/images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 210px;
}

#Navigation{
	width: 975px;
	background-color: #221E1F;
	margin:10px 0;
	
}

#Content{}

#Footer{
	width: 975px;
	color: #fff; background:#221E1F; font-size:11px;

}
h1, h2, h3, h4{color:#800000;}


a.NormalLink{
	color: #800000;
}
a.NormalLink:Hover{
	color: #000000;
}
a.FooterLink{
	color: #fff;
}
a.FooterLink:hover{
	color: #C0B59F;
}

/* End of 'theme' */

