﻿/******************* Basic TAGS *******************/

html,body {
	background-color: #DEDEDE;
	color: #666666;
	_margin-top:3px;
}
img {
	margin: 0px;
	border: 0px;
}

/******************* Links *******************/

a:link 		{color: #666666; text-decoration: none;}
a:visited 	{color: #666666; text-decoration:none}
a:active 	{color: #666666; text-decoration:none}
a:hover  	{color: #ee0b00; text-decoration:none}


/******************* CSS Layout *******************/

#masthead {
	margin: 70px auto 0px auto;
	width: 681px;
}
#container {
	padding: 0px;
	margin: 70px auto 0px auto;
	position: relative;
	width: 684px;
	background-image: url('../images/splash_top.jpg');
	height: 425px;
	background-repeat: no-repeat;
}
#footer {
	width: 684px;
	margin: 0px auto 0px auto;
}
#underfooter {
	width: 681px;
	margin: 0px auto 0px auto;
	font-family: "trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
#splash_div {
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 0px 16px;
	position: relative;
	width: 651px;
	height: 408px;
	vertical-align: top;
	top: 16px;
	left: 2px;
}

