@charset "iso-8859-2"
/* CSS Document */

/*div { font-size:11px; color:#FFFFFF; font-family:Tahoma, Arial, sans-serif; }*/
img { border:0px; }
body {
	margin: 0px;
	padding: 0px;
	background-color: #531A1A;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}		

a { color:#CC0000; text-decoration:none; } 
a:hover { color:#770000; text-decoration:underline; }

/* Page layout */
div.layout {
	margin: 0 auto;
	width:770px;
	height:auto;
	background-color: #3E1313;
}
div.head {
	background-image: url(images/head.jpg);
	width: 770px;
}
div.leftcol {
	width: 200px;
	height: 740px;
	background-color: #FFFFFF;
	float: left;
}
div.midcol {
	width: 403px;
	background-color: #3E1313;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
}
div.rightcol {
	width: 167px;
	height: 740px;
	background-color: #FFFFFF;
	float: left;
}
div.menu {
	width: 403px;
	height: 27px;
	background-image: url(images/menu_bar.gif);
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	vertical-align: middle;
	text-indent: 10px;
	display: inherit;
	line-height: 27px;
	
	text-align:center;
	
}
div.flash {
	width: 403px;
	height: 150px;
}
div.articlehead {
	font-family: Tahoma;
	font-size: 22px;
	color: #FFFFFF;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
	line-height: 36px;
}
div.contentheader {
	width: 403px;
	height: 37px;
	background-image: url(images/main_content_header.jpg);
	margin-top: 3px;
	margin-bottom: 3px;
}



div.contentheaderInterior {
	width: 403px;
	height: 37px;
	background-image: url(images/main_content_header.jpg);
	margin-top: 3px;
	margin-bottom: 3px;
}
div.interior {
	font-family: Tahoma;
	font-size: 11px;
	color: #841100;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-color: #ffffff;
	margin-top: 3px;
	padding: 5px;
	line-height: 16px;
}
div.interior h3 {
	font-family: Tahoma;
	font-weight:normal; 
	font-size: 22px;
	color: #841100;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
	line-height: 36px;
}


div.article {
	width: 403px;
}
div.articlecontent {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-color: #841100;
	margin-top: 3px;
	padding: 5px;
	line-height: 16px;
}



div.articleMore {
	width: 403px;
	height: 26px;
	background-image: url(images/more_wave.png);
}
div.moreButton {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	float: right;
	margin-top: 6px;
	margin-right: 13px;
}
div.mainContent {
	width: 770px;
	background-color: #3E1313;
}
div.footer {
	height: 50px;
	width: 770px;
	background-color: #3E1313;
	float: left;
	clear: left;
}
div.footer.text {font-family:Tahoma; font-size:10px; color:#FFFFFF}
.footerText {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px;
}

div.spacer {
	height: 50px;
	width: 770px;
	float: left;
}
