@charset "utf-8";
/* CSS Document */

	#mainframe {
		width: 900px;
		height: 600px;
		padding: 9px;
		text-align: left;
		border: 1px solid #971B1E;
		margin-left:auto;
		margin-right:auto;
		}

	#header {
		background-color: #FFF;
		width: 900px;
		height: 69px;
		border-bottom: 3px solid #971B1E;
		}

	#index {
		width: 900px;
		height: 531px;
		background-color:black;
		}

	#contentleft {
		width:674px;
		height:528px;
		padding:0px;
		float:left;
		background:#fff;
		}
		
	#contentlefttop {
		background-image:url(../images/contentleftheader.jpg);
		background-repeat:no-repeat;
		background-position:right;
		height: 70px;
		color:black;
		}
		
	#contentleftcenter {
		background-image:url(../images/contentleftbg.jpg);
		background-repeat:no-repeat;
		height: 283px;
		padding:18px;
		background-color:#971B1E;
		}
		
	#menulist {
		width: 116px;
		padding-left:18px;
		padding-top:5px;
		float:left;
		color:#971B1E;
		font-size:6.5pt;
		}
		
	#menulistblocks {
		padding-left:2px;
		padding-right:2px;
		text-align:left;
		width:112px;
		height:15px;
		float:left;
		color:#971B1E;
		border-bottom: 1px solid white;
		font-size:6.5pt;
		}

	#menulistblocks a {
		display:block;
		text-align:left;
		width:112px;
		height:15px;
		float:left;
		color:#971B1E;
		border-bottom: 1px solid white;
		font-size:6.5pt;
		}
		
	#menulistblocks a:visited {
		color:white;
		background-color:#C92F41;
		}
		
	#menulistblocks a:hover {
		color:white;
		background-color:#971B1E;
		}
		
	#contentleftbottom {
		height:30px;
		text-align: right;
		background-color:#971B1E;
		padding-right:18px;
		}

	#contentright {
		width:226px;
		height:528px;
		padding:0px;
		float:left;
		background:red;
		text-align:right;
		}

	body, html {
		text-align:center;
		background-color:#F9A559;
		}
		
	div {
		color:white;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		}

	span.bhead {
		font-family: "Century Gothic";
		font-weight:bold;
		font-size:30px;
		color:white;
		}
		
	#menubhead {
		font-family: "Century Gothic";
		font-weight:bold;
		font-size:20px;
		color:white;
		width:232px;
		padding-left:18px;
		padding-right:18px;
		float:left;
		}
		
	a:link {
		color:#971B1E;
		text-decoration:none;
		}
	
	a:visited {
		color:white;
		background-color:#971B1E;
		text-decoration:none;
		}
	
	a:hover {
		color:white;
		background-color:#971B1E;
		text-decoration:none;
		}
		
	iframe {
		overflow-x:hidden;
		}