/* CSS Document */

body {
	text-align: center;
	min-width: 750px;
	background-color:#333333;
}

#wrapper {
	margin:0 auto;
	width:750px;
	text-align: left;
	position: relative;
	}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#banner {
	position:absolute;
	top: 85px;
	left: 0px;
}
#contact {
	position:absolute;
	top:67px;
	left:0px;
	background-color:#5B0000;
	width: 750px;
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding-top:2px;
	padding-bottom:2px;
	z-index: 5;

}
.rollover {
position:absolute;
top: 0px;
left: 310px;
height:66px;
overflow:visible;

}
.rollover a {
	display:block;
	width: 110px;
	height: 66px;
	font: 13px Arial;
	color:#FFFFFF;
	text-decoration: none;
	text-align:center;
	vertical-align:bottom;
	float:left;
	padding-top: 20px;
	background-image: url(nav.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}
.rollover a:hover { 
background-position: 0 -184px;
}
.rollover a:active {
background-position: 0 -92px;
}


#content_blurb {
	position:relative;
	float:right;
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	text-align:center;
	padding-left:7px;
	margin-left:4px;
	background-color: #fff;
	line-height: 15px;
	border: 3px solid #990000;
	}

#content {
	font-family:Arial;
	font-size:12px;
	color:#fff;
	line-height: 25px;
	background-color: #000;
	top:330px;
	width:740px;
	padding:5px;
	position:absolute;
	left: 0px;
}
#footer {
	position:relative;
	padding: 3px;
	
	margin-top:10px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	text-align:center;
	background-color: #fff;
}
#content  > a:link {
	color: #B90000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B90000;
}
#content  > a:visited{
	color: #B90000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B90000;
}
#content  > a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B90000;
}
#content  > a:active{
	color: #B90000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B90000;
}

#content > p {
text-indent:10px;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000;
	border: 1px solid #CCCCCC;
	color:#FFFFFF;
	margin:5px;
}
