/* CSS STLYESHEET */
/* BY ANDY KERR */

*  {	
	margin: 0px auto;
	font-family: Arial, Verdana, Trebuchet MS;
	padding: 0px;
}

body  {	
	background: #1A1E1E url(imgs/background.jpg) no-repeat scroll center top;
	margin:0;
	padding:0;
	min-height: 775px;
}

ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

a {
	background: transparent;
}

.clear {
	clear:both;
}

/* HEAD */

#container {
	width: 693px;
	height: 687px;
	margin: 0 auto;
	padding: 0px;
}

#safo {
	height: 78px;
	width: 279px;
	background: url(imgs/safo.gif) no-repeat left top;
	margin: 8px 0 8px 8px;
	position: relative;
	left: 75px;
	top: 8px;
	float: left
}

#safo #raceland {
	position: relative;
	top: -3px;
	left: 29px;
	border: 0px;
}

#safo #newman_cams {
	position: relative;
	top: 2px;
	left: 8px;
	border: 0px;
}

#logo {
	width: 303px;
	height: 91px;
	position: relative;
	top: 12px;
	left: 27px;
	margin-top: 30px;
	float: left;
}

#logo a{
	width: 303px;
	height: 91px;
	display: block;
    margin: 0 auto;
    text-indent: -3000px;
    color: #ffffff;
}

ul#nav li.one a:hover, ul#nav li.two a:hover, ul#nav li.three a:hover, ul#nav li.four a:hover, ul#nav li.five a:hover {
	background-position:left bottom;
}

ul#nav li.one a, ul#nav li.two a, ul#nav li.three a, ul#nav li.four a, ul#nav li.five a, ul#nav li.one, ul#nav li.two, ul#nav li.three, ul#nav li.four, ul#nav li.five {
	text-indent: -3000px;
	display: block;
	height: 54px;
	width: 76px;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
	position: relative;
}

ul#nav li.one a{
	background: transparent url(/imgs/1.png) no-repeat right top;
	float: left;
}

ul#nav li.two a{
	background: transparent url(/imgs/2.png) no-repeat right top;
}

ul#nav li.three a{
	background: transparent url(/imgs/3.png) no-repeat right top;
}

ul#nav li.four a{
	background: transparent url(/imgs/4.png) no-repeat right top;
}

ul#nav li.five a{
	background: transparent url(/imgs/5.png) no-repeat right top;
}

ul#nav{
	padding-top: 0px;
	float: left;
	width: 90%;
	height: 54px;
	width: 380px;
	position: relative;
	left: 18px;
	top: 9px;
}

#main {
	width: 100%;
	margin: 25px 0 0 30px;
	height: 513px;
	float: left;
}

