body {
	background: url('Images/BG_design.jpg');
	background-repeat: no-repeat;
	background-color: black;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, li {
	font-family: verdana, arial, sans-serif;
}	

p, ul, li {
	font-size: 13px;
	font-family:helvetica, arial, sans-serif;
}

h1 {
	font-size: 24px;
	line-height: 4px;
}

h2 {
	font-size: 20px;
	line-height: 3px;
}

h3 {
	font-size: 16px;
	line-height: 1.5em;
}

img {
	border: 0;
}

/* === Main Area === */

#outerarea {
	width: 770px;
	position: absolute;
	left: 27px;
	top: 175px;
	height: 110%;
	margin: 0 auto;
	padding: 0 0 290px 0;
	background: white;
	background-image: url('Images/top_bar.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-position: top;
}

/* === Navagation ==== */

#navbar img {
	float:left;
	padding: 5px 0 0 0;
	margin: -6px 0 0 40px;
}

#navbar li {
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	display: inline;
}

#navbar ul {
	margin: -11px 0 25px 0;
	padding: 0 10px 10px 0;
	text-align: right;
	border-bottom-style: solid;
	border-bottom-weight: 5px;
	border-bottom-color: rgb(199,33,39);
}

ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited {
	color: #fff;
	background-color: rgb(199,33,39);
	text-decoration: none;
	padding: 10px;
	margin-left: -2px;
}

#navbar li a.current {
	color: rgb(199,33,39);
	background-color: rgb(233,157,37);
}


#navlist a:hover {
	color: black;
	background-color: rgb(233,157,37);
	text-decoration: none;
}


#headerarea {
	top: 0;
	position: center;
	margin: 0 0 2em 0;
}

/* === Introduction === */

#introduction img {
	float: left;
	margin: -25px 0 0 -7px;
}

#introduction h1 {
	clear: right;
	font-size: 32px;
	color: rgb(199,33,39);
	margin: 30px 0 10px 0;
	padding: 0px 0 5px 0;
}

#introduction img {
	float: left;
}

#introduction {
	margin: 0 0 2em 1em;	
	text-align: center;	
}

/* === Chevy === */
#chevy img {
	float: left;
	margin: 10px -120px 0 30px;

}

#chevy h3 {
	text-align:center;
	margin: -25px 0 0 -80px;
}

#chevy img.harley {
	float: right;
	margin: -85px 15px 0 0;

}




/* === Left Sidebar === */

#leftsidebar img {
	position: left;
}

#leftsidebar {
	float: left;
	clear: both;
	width: 175px;
	height: 950px;
	background-color: white;
	padding: 15px 1em;
	margin: 0 0 1em 1em;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: gray;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: gray;
}


/* === Right Sidebar === */

#rightsidebar {
	float: right;
	width: 515px;
	margin: 0 1em 0 0;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: gray;
}

#rightsidebar h3 {
	margin: 1em 0 0 0em;
	color: maroon;
}

#rightsidebar img {
	float: left;
	margin: 0 10px 20px 0;
}

#rightsidebar img.prizebutton {
	margin: 0 0 0 20px;
	position: center;
}

#rightsidebar p {
	color: rgb(75,75,75);
	line-height: 16px;	
}

/* === Center Area === */

#center {
	width: 515px;
	height: 500;
	float: left;
	margin: 10px;
}

#center h3 {
	color: rgb(199,33,39);
	margin: 0;
}

#center p {
	font-size: 12px;
	line-height: 16px;
	color: rgb(75,75,75);
	margin: 0 0 15px 15px;
}

#center img {
	float: right;
	margin: -5px -18px 0 20px;
}

/* === Bottom Area === */

#bottomarea {
	clear: both;
	padding: .5em .75em;
	margin: 20px 15px;
	text-align: center;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: gray;
}

#bottomarea p {
	font-size: 18px;
}
/* === Footer === */

#footer {
	margin: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: maroon;
	
}

#footer p {
	text-align: center;
	font-size: 10px;
	padding: 0;
	margin: 0.1em;
}