/***********************************************/
/* SpecRacer.css                               */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #071924;
	line-height: 1.166;
	margin: 8px 8px 0px 8px;
	background-color: #071924;
}

#container{
	clear: both;
	width:850px;
	margin-left:auto;
	margin-right:auto;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #39F;
	text-decoration: none;
}

a:hover{
	color: #39F;
	text-decoration: underline;
}

a:name{
	color: #39F;
	text-decoration: none;
}

/************** header tag styles **************/

hr {
	border: 0;
	width: 100%;
	color: #39F;
	background-color: #39F;
	height: 1px;
}

h1{
	color: #39F;
	letter-spacing:.2em;
	line-height:32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

h2{
	color: #39F;
	letter-spacing:.2em;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/************* masthead and menu styles ***************/

#masthead{
	width:850px;
	margin-top: 241px;
	margin-left:auto;
	margin-right:auto;
}

#masthead img{
	position: absolute;
	top: 0px;
}

#menuhead{
	margin-top: -1px;
	width:850px;
	margin-left:auto;
	margin-right:auto;

	border-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #000;
}

#menubar{
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:26px;
	display:block;
	border-right:1px solid #000000;
	background-image: url(../images/bluebar.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#menubar a {
	color:#ffffff;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:26px;
	display:block;
	padding: 0px 10px;
	border-right:1px solid #000000;
	background-image: url(../images/bluebar.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	background-repeat: repeat;
	}

#menubar a:hover {
	color:#ffffff;
	background: #000000;
	}

/************** content styles *****************/
#content{
	width: 800px;
	font-size: 90%;
	color: #000;
	float:left;
	padding: 0px 25px 0px 25px;
	background-color: #FFF;
}
#content a{
	color: #39F;
	font-weight: bold;
}

#content a:hover{
	color: #39F;
	font-weight: bold;
	text-decoration: none;
}

#content strong{
	color: #000000;
	font-weight: bold;
}

#content h3{
	color: #39F;
	font-weight: bold;
}

#content img{
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/************** footer styles ****************/
#footercontainer{
	clear: both;
	width:850px;
	margin-left:auto;
	margin-right:auto;
}

#footer{
	background-color: #000;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	padding: 05px 10px 10px 10px;
	height: 175px;
}

#footer a{
	color: #FFF;
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a:hover{
	color: #39F;
	font-weight: bold;
	font-size: 80%;
	font-style: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#footer img{
	padding: 2px 2px 0px 0px;
}

/********************* end **********************/

