@charset "UTF-8";
#wrapper {
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	position: relative;
	width: 1000px;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 200px;
}

#header {
	background-image: url(/assets/templates/leffew/leffewmotorsports.gif);
	position: absolute;
	height: 280px;
	width: 980px;
	top: 0px;
	right: 10px;
	background-repeat: no-repeat;
	z-index: 0;
}
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	background-image: url(bodybg.gif);
	background-repeat: repeat-x;
}

#sidebar {
	float: left;
	width: 175px;
	padding-left: 100px;
	position: relative;
	top: 100px;
	left: 0px;
}


#nav {
	background-image: url(navbg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
	width: 155px;
	padding-top: 180px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#leftsponsors {
	padding-left: 10px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


#content {
	float: left;
	width: 435px;
	top: 200px;
	position: relative;
	padding: 10px;
	height: auto;
}


#sponsorcontent {
	float: left;
	width: 585px;
	top: 200px;
	position: relative;
	padding: 10px;
	height: auto;
}

#sponsors {
	float: left;
	width: 150px;
	position: relative;
	top: 170px;
	padding: 10px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	font-weight: 300;
	text-transform: capitalize;
	color: #FFFF00;
	text-decoration: none;
	text-indent: 70px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: 300;
	text-transform: capitalize;
	color: #66CC00;
	text-decoration: none;
}


h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFF00;
	text-decoration: none;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #66CC00;
	text-decoration: none;
}

#nav ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #FFFF00;
}

#footer {
	font-size: 10px;
	line-height: 12px;
	clear: both;
	width: 780px;
	position: relative;
	text-align: center;
	padding-top: 10px;
	padding-right: 110px;
	padding-bottom: 10px;
	padding-left: 110px;
	height: 20px;
	top: 200px;
}

.columns {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.columns li {
	float: left;
	width: 160px;
	height: 200px;
}
.gallery li {
	float: left;
	width: 110px;
	height: 90px;
}


.gallery {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 500px;
}

.smallgallery li {
	float: left;
	width: 100px;
	height: 80px;
}


.smallgallery {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 600px;
}

a {
	color: #FFCC00;
}

a:hover {
	color: #66CC00;
}