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;
}

:focus { 
	outline: 0;
}
ol, ul {
	list-style:
	none;
}

table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
strong { font-weight: bold; }

body { background: #0e0f0e url('images/bg.gif') repeat-x bottom; color: #aaa; font: normal 68.75% Arial, Helvetica, sans-serif; }

a { color: #aaa; text-decoration: underline; }
a:hover { color: #ffa227; text-decoration: none; }

#container { width: 960px; margin: 0; padding: 0; margin: 0 auto; background: transparent url('images/wheel.jpg') no-repeat 620px 0px; }

/*-------------------- HEADER --------------------*/

#header { clear: both; background: transparent; height: 80px; text-align: right; }

h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", Arial, sans-serif; }
h1 { display: block; font-size: 280%; font-weight: bold; padding: 0; text-align: right; margin: 20px 380px 0 0; color: #ddd; }
h1 span { color: #fff; display: inline; font-size: 110%; font-family: Verdana, sans-serif; }
h2, #sidebar h3 { color: #b6da6e; }
h2 { font-size: 200%; font-weight: bold; }
h3 { font-size: 150%; }

/*--------------------SIDEBAR --------------------*/

#sidebar { float: right; width: 340px; margin: 400px 0 0 0; }
#sidebar h3 { font-weight: bold; }

#nav { float: right; text-align: left; width: 320px; padding: 0; }
#nav li { display: block; margin: 0; padding: 0px; font-weight: bold;}
#nav li a { font: bold 150% "Trebuchet MS", sans-serif; display: block; text-decoration: none; padding: 0 0 5px 0; border-bottom: 1px dashed #ffa227;}
#nav li a:first-letter { color: #ffa227; }

#current { color: #ffa227; }

/*--------------------SHOWS --------------------*/

#shows { float: right; width: 170px; margin-right: 10px; }
#shows ul { margin-bottom: 20px; }
#shows ul li { padding: 10px 0 10px 0; }

form { background: transparent; margin-top: 0; padding-top: 1em; }
fieldset { border: 0; padding: 0; margin: 0; width: 170px; }
input, .button  { font-size: 90%; }
label, input { float: left; display: block; margin-bottom: 10px; }
label { width: 100px; text-align: left; padding-right: 0px; font-size: 120%; font-weight: bold; }
input { width: 100px; border: 1px solid #fff; }
br { clear: both; }

/*-------------------- MAIN CONTENT --------------------*/

#main { background: transparent; float: left; width: 580px; padding: 0; margin: 0; }
#main h3 { font-size: 90%; margin-bottom: 20px; font-weight: normal; }
#main p { text-align: left; line-height: 1.7em; font-size: 100%; }
#main ul { list-style-image: url('images/arrow.gif'); list-style-position: inside; margin-top: 10px; }

.divider { clear: both; background: transparent url('images/divider.gif') no-repeat; height: 3px; margin: 15px 0; }

img {
	background: #000;
   border: 1px solid #b6da6e;
	padding: 1px;
}
.imgright {
  	margin: 5px 0px 5px 5px; 
	float: right;
}
.imgleft {
  	margin: 5px 5px 5px 0px;
	float: left;
}

/*-------------------- FOOTER --------------------*/

#footer { clear: both; text-align: center; }
#footer p { font-size: 90%; padding: 20px 0;  }