/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */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,b, u, i, center,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-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}

body{
	font-family:Arial, “Helvetica Neue”, Helvetica, sans-serif ;
	background-color: rgb(211,50,44);
	color:#fff;
}

p { 
	font-size:1em;
	line-height:1em;
	color:#fff;
}

.bigtext{
	font-size:1.5em;
	line-height:1.5em;
	
}
.smalltext{
	font-size:0.9em;
}
#container {
	width:980px;
	height:auto;
	margin:0 auto;
	background-color:#000;

}

#header {
width:960px;
height:150px;
background-color: #000;
position:relative;
top:20px;
}

#leftnav{
position:relative;
top:30px;
width:200px;
height:300px;
}
#content{
width:980px;
position:relative;
top:50px;
height:auto;
min-height: 600px;
}

.floatright {
	float:right;

}
.floatleft {
	float:left;
}
.center {
	display:block;
	margin-left: auto;
	margin-right:auto;
}
.pollhalf{
	width:450px;
	float:left;
	margin-right:10px;
	background-color:#000;
}
.question {
	font-size:1em;
	font-weight:bold;
	margin-bottom:10px;
	}

.voteContainer{
	position:relative;
	top:10px;
	left:70px;
	background-color:#000;
	font-size:1em;
}
a:link {
	color:#fff;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:visited {
	color:#C0C0C0;
}
ul {
	text-align:left;
	margin-top:30px;
}
li {
	font-size:1em;
	line-height:1em;
	list-style: none;
	margin-bottom:5px;
}
.content{
	font-size:1.2em;
	line-height:1em;
	list-style: none;
	margin-bottom:5px;
}
legend {
	color: #fff;
}
.lovefield {
font-size:1.5em;
border:1px solid #fff;
width:800px;
margin-left:100px;

}