html{
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	height: auto;
}
  
body{
	margin: 0; 
	padding: 0;
	border: none; 
	width: 100%;
	background-color: #FF9933;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

#header {
	position: absolute;
	width: 653px;
	left: 127px;
}

#navigation {
	position: absolute;
	z-index: 2;
}

#content {
	position: absolute;
	top: 73px;
	left: 127px;
	width: 653px;
	background-color: #FFFFFF;
	border:1px #000000 solid;
	padding: 10px;
	z-index: 1;
}

#footer {
	background-color:#F5F5F5;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-top: 2em;
	width: 100%;
}

#footer ul, #footer li {
	display: inline;
	margin: 23px;
	font-weight: bold;
}

#footer a {
	text-decoration: none;
}


p, ul, ol {
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	text-align: justify
}
			
h1{
	font-family: arial, helvetica, sans-serif;
	font-size: 14pt;
	text-align: center;
}
			
h2{
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
}

h3{
	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
	text-align: center;
	font-weight: bold;
}

marquee {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	border:1px #C0C0C0 dotted;
}

table{
	margin: 0;
	border: none;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	font-size:9pt;
	background-color:#F5F5F5;
}

select{
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

input{
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

textarea{
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

.advertisement{
	padding:10px;
	background-color:#F5F5F5;
	width:625px;
}

.statBox{
	float:right;border: 2px dotted #cd853f;
	margin:5px, 0px, 5px, 5px;
	padding:5px;
	background-color:#F5F5F5;
	clear:both;
}

#voteChoices{
	list-style-type: none;
}
	
#voteChoices a{
	display: block;
	padding-left: 20px; 
	font-weight: bold;
	width: 100px;
}

#voteChoices a:hover{
	background: url(images/arrow.gif) left no-repeat; 
	color:#FF9933;
} 

#RegPrice {
	text-decoration: line-through;
	color: red;
}

a:link{
	text-decoration:underline; 
	color:#0066CC;
}

a:visited{
	text-decoration:underline; 
	color:#000080;
}

a:hover{
	text-decoration:none; 
	color:#DC143C;
}

a:active {
	text-decoration:underline; 
	color:#0066CC;
}

input.enterToWin { 
	background-color: green; 
}