/* CSS Document */
@import "style_menudrop";
@import "style_text";

body {
	background-color: #501214;
	margin: 0;
	padding: 0;
}
a img { border:0px; }
div.wrapper {
	margin: 0 auto;
	width: 828px;
	background: #fff url(images/bkgd_wrapper.jpg) repeat-y top left;
}
div.startwrapper { /*add graphical elements to page*/
}
div.endwrapper { /*add graphical elements to page*/
	height: 40px;
	background: url(images/bkgd_footer.jpg) no-repeat bottom left;
}
div.header {
	background: url(images/bkgd_subheader.jpg) no-repeat top left;
	margin: 0 14px;
	height:150px;
}
div.header .site_name {
	display: none;
}
div.nav {
	margin: 0 14px;
	clear: both;
	background: #999999 url(images/bkgd_nav.jpg) repeat-x;
	height: 40px;
}
div.startmain { border-top: 1px solid #ccc; margin: 32px  14px 10px; }
div.contentsmain {
	clear:both;
	padding: 10px 34px;
}
div.footer {
	clear: both;
	padding: 10px 34px 0 ;
	color: #000;
	text-align: center;
}
div.footer a { color: #333; }
div.footer a:hover { color: #333; }
div.cms_toolbar {
	padding: 2px;
	margin: 0;
	height: 26px;
	float: right;
	clear:both;
}	 
div.cms_details {
	background: #efefef;
	border-top: #ccc 1px solid;
	padding: 5px;
	margin: 10px 5px 0;
	clear:both;
	font-size: .9em;
}	 
