* {
	margin: 0;
    	padding: 0;
}

a:link { color: #000000; }   
a:visited { color: #333333; }  
a:hover { color: #8A1213; }   

body { 
	font-family:Arial, Helvetica, sans-serif;
       	font-size: 62.5%;
}

#header {
	background-image: url(http://www.douglevinmotorsports.com/images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 169px;
}

#header_menu {
	background-image: url(http://www.douglevinmotorsports.com/images/header_menu.jpg);
	background-repeat: repeat-x;
	text-align: right;
	height: 50px;
	padding-top: 10px;
}

#header_menu li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-weight: bold;
	font-size: 1.1em;
}

#container {
	font-size: 1.2em;
}

#left {
	float: left;
	width: 161px;
	margin-left: 20px!important;
	margin-left: 10px;    	
}

#right {
	float: right;
	width: 167px;
	padding-top: 10px;
	background: transparent;
}

#content {
	padding-right: 25px;
	margin-left: 210px;
	padding: 5px;
	font-family: 'Trebuchet MS', Verdana, Arial, Tahoma;
	font-size: 11pt;
	line-height: 160%;
}

.productImage {
	border: 2px solid #333;
	}
	

#footer {	
	clear: both;
	background-image: url(http://www.douglevinmotorsports.com/images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 25px;
	text-align: center;
	font-size: .9em;
	padding-top: 60px;
}

p { 
	margin-top: 8px;
	margin-bottom: 8px;
}

h1 {
	color: #333;
	font-size: 2em;
	padding-bottom: 10px;
}
h2 {
	margin-bottom: 15px;
	border-bottom: 1px solid #A7AAB3;
}

h3 {
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #A7AAB3;
	padding-right: 175px;
}

h4 {
	background-image: url(http://www.douglevinmotorsports.com/images/menu_tab.jpg);
	height: 31px;
	width: 146px;
	padding-top: 5px;
	padding-left: 15px;
	font-size: 1.5em;
}

	
.heading_color{
	color: #FF9900;	
}

.thumbs {
	border: 1px solid #000;
        margin: 5px;
	padding: 2px;
	background-color: #FFF;
}


/***********************************'   Left side Menu  *******************************/

#navlist {
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #C2C2CA;
	width: 160px;
	font-weight: bold;
}

#navlist li {
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid #C2C2CA;
}

#navlist li a {
	text-decoration: none;
}



#navlist .selected {
	color: #8A1213;
	}
	
	