@charset "utf-8";
/* CSS Document */

	body {
	margin: 0 ;
	padding: 0;
	background: #000 ;
	}

	#wrapper {
	width: 874px ;
	margin: 0 auto ;
	}

	#header {
	background-image: url(../images/header.jpg) ;
	height: 234px ;
	background-repeat: no-repeat ;
	}
	#contact {
	float: left ;
	padding-top: 35px ;
	padding-left: 150px ;
	}
	#header ul {
	margin: 0 ;
	padding: 140px 0 0 345px ;
	}
	#header ul li {
	list-style: none ;
	display: inline ;
	margin: 0 ;
	padding: 0 ;
	}

	#content {
	background-image: url(../images/contentBG.png) ;
	padding-left: 130px ;
	padding-right: 130px ;
	overflow: auto ;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 14px ;
	}
	
	.code {
	padding: 6px ;
	background-color: #FFFFCC ;
	width: 450px ;
	text-align: center ;
	margin: 0 ;
	filter: alpha(opacity=50) ;
	opacity: 0.5 ;
	-moz-opacity: 0.5;
	}
	
	.break {
	text-align: center ;
	background-image: url(../images/break.gif) ;
	background-repeat: no-repeat ;
	background-position: top ;
	margin: 15px auto 20px auto ;
	width: 466px ;
	height: 22px ;
	}
	
	.gallery {
	text-align: center ;
	}
	
	h2.pageHeader {
	height: 63px ;
	background-image: url(../images/pageHeader.png) ;
	background-repeat: no-repeat;
	background-position: top ;
	text-align: center ;
	color: #44452e ;
	font-size: 24px ;
	padding: 25px 0 0 0 ;
	margin: 0 0 20px 0 ;
	}
	h2.pageWelcome {
	height: 63px ;
	background-image: url(../images/pageWelcome.png) ;
	background-repeat: no-repeat;
	background-position: top ;
	text-align: center ;
	color: #44452e ;
	font-size: 24px ;
	padding: 25px 0 0 0 ;
	margin: 0 0 20px 0 ;
	text-indent: -9999px ;
	}
	h2.pageAboutme {
	height: 63px ;
	background-image: url(../images/aboutMe.png) ;
	background-repeat: no-repeat;
	background-position: top ;
	text-align: center ;
	color: #44452e ;
	font-size: 24px ;
	padding: 25px 0 0 0 ;
	margin: 0 0 20px 0 ;
	text-indent: -9999px ;
	}
	
	h2.galleryHeader {
	height: 63px ;
	background-image: url(../images/galleryTitle.png) ;
	background-repeat: no-repeat;
	background-position: top ;
	text-align: center ;
	color: #44452e ;
	font-size: 24px ;
	padding: 25px 0 0 0 ;
	margin: 0 0 10px 0 ;
	}
	
	h3 {
	height: 46px ;
	background-image: url(../images/subHeader.png) ;
	background-repeat: no-repeat;
	background-position: top ;
	color: #e9e1bc ;
	font-size: 18px ;
	text-align: center ;
	padding: 8px 0 ;
	margin: 0 ;
	}
	h3.rods {
	background-image: url(../images/rods.png) ;
	text-indent: -9999px ;
	}
	h3.bikes {
	background-image: url(../images/bikes.png) ;
	text-indent: -9999px ;
	}
	h3.myChevy {
	background-image: url(../images/myChevy.png) ;
	text-indent: -9999px ;
	}
	h3.stuff {
	background-image: url(../images/stuff.png) ;
	text-indent: -9999px ;
	}
	h3.subHeader {
	height: 46px ;
	width: 192px ;
	background-image: url(../images/subHeader.png) ;
	background-repeat: no-repeat;
	color: #44452e ;
	font-size: 16px ;
	padding: 10px 0 0 5px ;
	margin-top: 15px ;
	float: left ;
	}
	h3.newsHeader {
	height: 46px ;
	width: 192px ;
	background-image: url(../images/subHeader.png) ;
	background-repeat: no-repeat;
	color: #463411 ;
	font-size: 16px ;
	padding: 10px 0 0 0 ;
	margin-top: 15px ;
	}


	
	
	#footer {
	height: 318px ;
	background-image: url(../images/footer.jpg) ;
	margin-bottom: 30px ;
	}
	
	a {
	color: #484F31 ;
	font-weight: bold ;
	text-decoration: none ;
	}
	a:hover {
	color:#000 ;
	}

	a img
	{
	border:0;
	}
	a:hover img
	{
	border:0;
	}