@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
	scrollbar-face-color: #3c3c3c; 
 	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #333333; 
	scrollbar-3dlight-color: #333333;
	scrollbar-arrow-color: #000000; 
	scrollbar-track-color: #808080;
	scrollbar-darkshadow-color: #333333;
}
.container {
	width: 922px;
	text-align: left;
	background-image: url(../Images/line_bg.jpg);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
.oneColElsCtr #mainContent {
	width: 900px;
	background-color: #333;
	margin-top: 0px;
	margin-right: 11px;
	margin-bottom: 0px;
	margin-left: 11px;
	height: 1100px;
	padding: 0px;
}.guestbook_box {
	background-color: #333;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 820px;
}
.oneColElsCtr #topbanner {
	background-image: url(../Images/top_banner.jpg);
	height: 250px;
	width: 900px;
	top: 0px;
	margin-right: 11px;
	margin-left: 11px;
}
.nitro_menu {
	background-image: url(../Images/menu_nitro.jpg);
	height: 40px;
	width: 225px;
	float: left;
}
.leftsidepanel {
	background-color: #333;
	padding: 0px;
	float: left;
	width: 510px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	overflow: visible;
	margin-right: 10px;
	height: 1060px;
}

.rightsidepanel {
	background-color: #333;
	padding: 0px;
	float: right;
	width: 330px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 10px;
	height: 1060px;
}
.textbox_rightside {
	background-color: #3c3c3c;
	width: 310px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	color: #bcaa00;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	float: right;
	margin-bottom: 20px;
}
.textbox_leftside {
	background-color: #3c3c3c;
	width: 490px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	color: #bcaa00;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	float: left;
	margin-bottom: 20px;
}
.menubar  {
	width: 900px;
	margin-right: 11px;
	margin-left: 11px;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
.text_heading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #bcaa00;
}
.text_paragraph {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CCC;
	line-height: 14px;
}
.text_paragraph_light {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFF;
	line-height: 14px;
}

.class1 A:link {
	text-decoration: none;
	color: #03C;
}
.class1 A:visited {
	text-decoration: none;
	color: #03C;
}
.class1 A:active {text-decoration: none}
.class1 A:hover {
	color: #39F;
	text-decoration: underline;
}

.rollover_start a {
	display:block;
	width: 97px;
	height: 40px;
	float: left;
	background-image: url(../Images/menu_start.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.rollover_start a:hover { 
background-position: 0 -40px;

}
.rollover_start a:active {
background-position: 0 -40px;
}
.rollover_info a {
	display:block;
	width: 90px;
	height: 40px;
	float: left;
	background-image: url(../Images/menu_info.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.rollover_info a:hover { 
background-position: 0 -40px;

}
.rollover_info a:active {
background-position: 0 -40px;
}

.rollover_gallery a {
	display:block;
	width: 115px;
	height: 40px;
	float: left;
	background-image: url(../Images/menu_gallery.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.rollover_gallery a:hover { 
background-position: 0 -40px;

}
.rollover_gallery a:active {
background-position: 0 -40px;
}
.rollover_crew a {
	display:block;
	width: 93px;
	height: 40px;
	float: left;
	background-image: url(../Images/menu_crew.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.rollover_crew a:hover { 
background-position: 0 -40px;

}
.rollover_crew a:active {
background-position: 0 -40px;
}

.rollover_guestbook a {
	display:block;
	width: 145px;
	height: 40px;
	float: left;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../Images/menu_gb.jpg);
}
.rollover_guestbook a:hover { 
background-position: 0 -40px;

}
.rollover_guestbook a:active {
background-position: 0 -40px;
}
.rollover_contact a {
	display:block;
	width: 135px;
	height: 40px;
	float: left;
	background-image: url(../Images/menu_contact.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.rollover_contact a:hover { 
background-position: 0 -40px;

}
.rollover_contact a:active {
background-position: 0 -40px;
}
.rollover_amalie a {
	display:block;
	width: 94px;
	height: 40px;
	background-image: url(../Images/sponsor_amalie.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}
.rollover_amalie a:hover { 
background-position: 0 -40px;

}
.rollover_amalie a:active {
background-position: 0 -40px;
}
.rollover_speedshop a {
	display:block;
	width: 145px;
	height: 40px;
	background-image: url(../Images/sponsor_speedshop.JPG);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}
.rollover_speedshop a:hover { 
background-position: 0 -40px;

}
.rollover_speedshop a:active {
background-position: 0 -40px;
}

.rollover_da a {
	display:block;
	width: 91px;
	height: 40px;
	background-image: url(../Images/sponsor_da_maskin.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}
.rollover_da a:hover { 
background-position: 0 -40px;

}
.rollover_da a:active {
background-position: 0 -40px;
}
.rollover_kallered a {
	display:block;
	width: 189px;
	height: 36px;
	background-image: url(../Images/sponsor_kallered.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}
.rollover_kallered a:hover { 
background-position: 0 -36px;

}
.rollover_kallered a:active {
background-position: 0 -36px;
}

.rollover_skylt a {
	display:block;
	width: 124px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../Images/sponsor_skylt.jpg);
	float: left;
}
.rollover_skylt a:hover { 
background-position: 0 -40px;

}
.rollover_skylt a:active {
background-position: 0 -40px;
}
.rollover_tree a {
	display:block;
	width: 61px;
	height: 50px;
	background-image: url(../Images/sponsor_treesolutions.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}
.rollover_tree a:hover { 
background-position: 0 -50px;

}
.rollover_tree a:active {
background-position: 0 -50px;
}
.rollover_graphicm a {
	display:block;
	width: 140px;
	height: 30px;
	background-image: url(../Images/sponsor_graphicm.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}
.rollover_graphicm a:hover { 
background-position: 0 -30px;
}
.rollover_graphicm a:active {
background-position: 0 -30px;
}
.bottom_list_sponsors {
	width: 844px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #bcaa00;
	background-color: #3c3c3c;
	font-size: 0.8em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	clip: rect(auto,auto,auto,auto);
	height: 40px;
}
.bottom_list {
	width: 900px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #bcaa00;
	background-color: #3c3c3c;
	font-size: 0.8em;
	margin-right: 11px;
	margin-left: 11px;
	height: 80px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-top: 10px;
}
a {
outline: 0 none;
-moz-outline: 0 none;
}
.crew_box_left {
	background-color: #3c3c3c;
	width: 600px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	color: #bcaa00;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 220px;
	padding: 0px;
	height: 170px;
}

.crew_box_right {
	background-color: #3c3c3c;
	width: 600px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	color: #bcaa00;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 70px;
	padding: 0px;
	height: 170px;
}
.crew_left_text {
	background-color: #3c3c3c;
	width: 260px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px none #666;
	color: #bcaa00;
	height: 130px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.crew_left_photo {
	background-color: #3c3c3c;
	width: 150px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px none #666;
	color: #bcaa00;
	padding: 0px;
	height: 150px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.crew_right_text {
	background-color: #3c3c3c;
	width: 260px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px none #666;
	color: #bcaa00;
	height: 130px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.crew_right_photo {
	background-color: #3c3c3c;
	width: 150px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px none #666;
	color: #bcaa00;
	padding: 0px;
	height: 150px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
.gallery_box {
	height: 520px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #3c3c3c;
	overflow: visible;
	border: 1px solid #000;
}
.gallery_box_text {
	height: 480px;
	width: 160px;
	margin: 0px;
	float: left;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.gallery_box_media {
	height: 480px;
	width: 640px;
	float: left;
	padding: 0px;
	border: 1px none #000;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.contact_form {
	height: 380px;
	width: 800px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
	padding: 20px;
	margin-bottom: 30px;
	background-color: #3c3c3c;
	background-image: url(../Images/old_dragster.JPG);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.info_box {
	background-color: #3c3c3c;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	border: 1px solid #000;
	text-align: left;
	height: 1600px;
	padding: 30px;
	background-image: url(../Images/dragster.JPG);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.forsale_box {
	background-color: #3c3c3c;
	width: 700px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px solid #000;
	padding: 20px;
}
input {
	background-color:#3c3c3c;
	color: #bcaa00;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #000;
}
textarea {
	background-color:#3c3c3c;
	color:#bcaa00;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #000;
	overflow:auto
	
}

	

