@charset "UTF-8";
/* CSS Document */

body, html {
	margin:0;
	padding:0;
	background:#330000;
	text-align:center;
}

#container {
	float:left;
	width:100%;
	background:#660000;
}

#header {
	float:left;
	width:100%;
	height:157px;
	background:url(images/header_BG.png) 50% 0 no-repeat;
}

#menu {
	float:left;
	width:100%;
	text-align:center;
	background:#FFFFFF;
	height:45px;
}

#menuposition {
	width:800px;
	margin:auto;
}

#center {
	margin-left:auto;
	margin-right:auto;
	width:830px;
}

#content {
	float:left;
	width:800px;
	padding:0 15px 0 15px;
	background:url(images/content_BG.png) repeat-y;
}

#sidebar {
	float:left;
	width:250px;
	min-height:600px;
	text-align:left;
	overflow:visible;
	background:url(images/sidebar_BG.png) top left no-repeat;
}

#body {
	float:left;
	width:530px;
	min-height:600px;
	padding:10px;
	text-align:left;
	background:url(images/body_BG.png) top left no-repeat;
}

#bodyc {
	float:left;
	width:770px;
	padding:10px;
	text-align:left;
	background:#FFFFFF;
}

#sidebarh {
	float:left;
	width:250px;
	text-align:left;
	overflow:visible;
	background:url(images/sidebar_BG.png) bottom left no-repeat;
}

#bodyh {
	float:left;
	width:530px;
	padding:10px;
	text-align:left;
	background:url(images/body_BG.png) top left no-repeat;
}

#footerHolder {
	float:left;
	width:100%;
	text-align:center;
	height:50px;
	padding:10px 0 10px 0;
	background:#330000;
}

#footer {
	margin-left:auto;
	margin-right:auto;
	width:780px;
}

.ftrdivl {
	float:left;
	width:50%;
	text-align:left;
}

.ftrdivr {
	float:right;
	width:50%;
	text-align:right;
}

#scrollerpage {
	float:left;
	width:100%;
	text-align:justify;
}

#scrollerpage p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-indent:.5in;
}

#scrollerpage .date {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
}

#vmarquee p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}

#vmarquee a {
	color:#660000;
}

#vmarquee a:hover {
	color:#FFFFFF;
}
