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

h1 {
	font-size:18px;
	color:#660000;
	margin:0px;
}
h2 {
	font-size:14px;
	color:#330000;
}
h3 {
	font-size:14px;
	color:#330000;
}
p {margin-top:0px;}

a:link, a:visited, a:active, a:hover
{
	text-decoration:underline;
	font-weight:bold;
	color:#FF6600;
	font-size:12px;
}
a:active, a:hover
{
	color:#FF6600;
}
a.menu:link, a.menu:visited
{
	color:#FF6600;
}
a.menu:active, a.menu:hover
{
	color:#FF6600;
}


body 
	{
		width:760px;
		height:auto;
		margin:0px auto;
		text-align:left;
		background-color:#660000;
		font-family:Verdana;
 		font-size:12px;
 		
 		text-align:center;

	}

#banner
	{
	width:760px;
	height:100px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
#menu
	{
	color:#FFFFFF;
	text-align:center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float:left;
	width:110px;	
	}			
	
#content
	{
	border:1px solid #ffffff;
	background-color:#FFFFFF;
	color:#660000;
	text-align:left;
	padding: 10px;
	float: right;
	width: 602px;
	height:100%;
	
	}

#footer
	{
	margin-top:1em;
	text-align:center;
	padding:10px;
	bottom: 10px;
	clear: both;
	color: #FFFFFF;
	background-color: #660000;
}
