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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	/*color:#565353; /*black;*/
	background: white;
}
ol, ul {
	list-style: none;
}

ul{
	list-style: circle inside;
	padding: 0 0 0 15px;
}

strong{
	font-weight: bold;
}


/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 5px;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a{
	color:#3388CC;
	text-decoration: none;	
}

body{
	background-color: black;
}

#wrapper{
	background-color: white;
	padding: 15px;
	width: 540px;
	
	margin: 10px auto;
	font:normal 12px Verdana;
	line-height:17px;
	color:#565353;
}

#header{
	margin-left: 0;
}

option, optgroup{
	font:normal 12px Arial;
}

optgroup{
	font-weight: bold;	
}

h3{
	font-weight: bold;
}


/****** NAV STYLES *******/
.nav {
	margin:0;
	padding:0;
}
.nav ul li {
	text-align:center;
}
.nav ul li a, .nav ul li a:visited {
	margin-right:1px;
	text-align:center;
}
.nav ul li a:hover {
	background-color:#C42616;
}
.nav li.active a {
	background-color:#C42616;
}
#navcontainer {
	display:block;
	margin:10px auto;
	padding:0;
	position:relative;
	width:540px;
	background-color: #3388CC;
	color: white;
}
#navcontainer ul {
	border:0 none;
	list-style-type:none;
	margin:0;
	overflow:auto;
	padding:0;
}
#navcontainer ul li {
	display:block;
	float:left;
	margin:0;
	overflow:hidden;
	padding:0;
	text-align:center;
}
#navcontainer ul li a {
	display:block;
	padding:5px 15px;
	color: #FFFFFF;
}

#contestbody{
	width: 540px;
	height: 300px;
	background-image: url("http://bellevue.com/uploads/images/articles/flywheel-giveaway.png");
}
#contestbody #descrip{
	padding-top: 200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 500px;
	
	font-family: Times;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}