@charset "utf-8";
h1, h2, h3, h4, h5, h6, p, ul, li, blockquote, form, fieldset, img {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.orange {
	background-image: url(../Images/BG_orange_img.gif);
	background-repeat: repeat-x;
}
.orange #header 

{

position: relative;

background-image: url(../Images/head_orange_BG.gif);

background-repeat: no-repeat;

height: 329px;

width: 830px;

}
body {
	background-image: url(../Images/BG_img.gif);
	background-repeat: repeat-x;
	background-color: #262626;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#container {
	text-align: left;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
div#logo a {
	display: block;
	height: 86px;
	width: 210px;
}

div#header {
	position: relative;
	background-image: url(../Images/head_BG.gif);
	background-repeat: no-repeat;
	height: 329px;
	width: 830px;
}
div#logo {
	background-image: url(../Images/logo.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 86px;
	width: 210px;
	left: 21px;
	top: 21px;
}
/*----------------------TABS-------------------------------*/
ul#tabs {
	position: absolute;
	list-style-type: none;
	left: 487px;
	top: 59px;
	overflow: hidden;
	width: 254px;
	height: 24px;
}
ul#tabs a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
li#about {
	background-image: url(../Images/about.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 47px;
	position: absolute;
	left: 0px;
}
#welcome_text p {
	font-size: 11px;
}

li#racing_diary {
	background-image: url(../Images/racingdiary.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 84px;
	position: absolute;
	left: 55px;
}
li#gallery {
	background-image: url(../Images/gallery.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 56px;
	position: absolute;
	left: 147px;
}
li#links {
	background-image: url(../Images/links.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 39px;
	position: absolute;
	left: 211px;
}
li#about a {
	height: 24px;
	width: 48px;
	display: block;
	
}
li#racing_diary a {
	height: 24px;
	width: 84px;
	display: block;
}
li#gallery a {
    height: 24px;
	width: 56px;
	display: block;
}
li#links a {
	height: 24px;
	width: 39px;
	display: block;
}
li#about:focus, li#about:hover, li#about:active {
	background-position: left bottom;
}
li#gallery:focus, li#gallery:hover, li#gallery:active {
	background-position: left bottom;
}
li#racing_diary:focus, li#racing_diary:hover, li#racing_diary:active {
	background-position: left bottom;
}
li#links:hover, li#links:hover, li#links:active  {
	background-position: left bottom;
}


div#main_content {
	background-image: url(../Images/main_BG.gif);
	background-repeat: repeat-y;
	padding-top: 5px;
	width: 780px;
	padding-bottom: 10px;
	padding-right: 25px;
	padding-left: 25px;
}
div#footer {
	background-image: url(../Images/footer.gif);
	background-repeat: no-repeat;
	height: 44px;
	padding-top: 15px;
	padding-right: 25px;
	padding-left: 25px;
	clear: both;
}
.small-foot {
	font-size: 10px;
}
div#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
#foot_links a:hover {
	text-decoration: none;
}

div#foot_links a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 11px;
}
div#foot_copy {
	float:right;
}
div#foot_links {
	float: left;
}
#main_content a {
	color: #CCCCCC;
	text-decoration: underline;
}
div#foot_copy a {
	color: #CCCCCC;
}
#foot_copy a:hover {
	text-decoration: none;
}

#main_content a:visited {
	color: #999999;
	text-decoration: none;
}

#main_content a:hover {
	text-decoration: none;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.float_right {
	float: right;
	margin-left: 5px;
	clear: both;
	margin-bottom: 10px;
	margin-top: 5px;
}
.float_left {
	float: left;
	margin-right: 5px;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}
