@charset "iso-8859-1";

body
	{
	background-image: url(../img/bg_img.jpg);
	background-repeat: no-repeat;
	background-color: #221705;
	margin: 20 20 20 20;
	padding: 0;
	font-family: Verdana, Tahoma, Helvetica;
	align: center;
	font-size: 12px;
	scrollbar-face-color:#221500;
	scrollbar-base-color:#221705;
	scrollbar-arrow-color:white;
	scrollbar-track-color:#221705;
	scrollbar-shadow-color:#cdc4bb;
	scrollbar-highlight-color:#221705;
	scrollbar-3dlight-color:#221705;
	scrollbar-darkshadow-Color:#221705;
	}

* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex, listing, xmp, plaintext { font: inherit; font-size: 1em; white-space: normal; }	
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet, table { border: none; vertical-align: top; font-color: white;}
table { border-collapse: collapse; border-spacing: 0; background-repeat: no-repeat;}
th, b, strong, h1, h2, h3, h4, h5, h6 { font-weight: bold; font-color: white; }
a { font-color: white; }


.topbar
	{
	 width: 800px;
	 height: 150px;
	 padding: 40;
	 empty-cells: hide;
	 	 
}

li { line-height: 2.5; color: white; }

.drivers { width: 190px; height: 100px; }
.drivers2 { width: 270px;  }
.drivers3 { width: 160px; background-color: #403f3e; padding: 10; font-family: Times, Serif; }

.content
	{
	width: 450px;
	background-color: #2c2319;
	margin: 0;
	border:0;
	padding: 30;
	font-family: Verdana, Tahoma, Helvetica;
	overflow: auto;
	text-align: left;
	font-size: 12px;	
	
	}

a:link 				{ color: brown;text-decoration: none;}
a:visited 			{ color: white;text-decoration: none;}
a:hover, a:active	{ color: brown;text-decoration: underline;}

img {border: none;}
p {	
	padding: 20;
	font-family: Geneva, Arial, Helvetica;
	font-size:13px;
	color:white;
	line-height: 1.5;
		
	}

h1 {
  	font-family: Verdana, Tahoma, Helvetica;
	text-align: left;
	color: brown;
	font-size: 12px;
	font-weight: bold; 
}

h2 {
  	font-family: Verdana, Tahoma, Helvetica;
	text-align: center;
	color: brown;
	font-size: 14px;
	font-weight: bold; 
}

h3 {
  	font-family: Verdana, Tahoma, Helvetica;
	text-align: center;
	color: brown;
	font-size: 16px;
	font-weight: bold; 
}
h4 {
  	font-family: Verdana, Tahoma, Helvetica;
	text-align: left;
	color: brown;
	font-size: 16px;
	font-weight: bold; 
}

div.text {
	padding: 40;
	position:relative;
	left: 8em;
	width:170px;
	font-family: Geneva, Arial, Helvetica;
	font-size:12px;
	color:white;
	}

#header {
		
		position: relative;
		text-align: center;
		font-variant: small-caps;
		font-size: 9px;
		font-weight: normal;
		background-color: ;
		width: 80%;
		align: left;
		padding: 210px 0px 0px 50px;
		
	}
	
#footer {
		
		position: relative;
		text-align: center;
		font-size: 10px;
		font-weight: normal;
		background-color: ;
		width: 80%;
		align: left;
		padding: 0px 0px 0px 50px;
		
	}

#flashcontent {
		height: 500px;
		align: left;
		
	}		


