html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#444444;
	
	font-family:arial,sans-serif;
	font-size:small;
}

h1 {
	font-size: 170%;
	text-align:center;
	padding-left:200px;
	padding-right:100px;
	padding-top:10px;
}

h2 {
	font-size: 150%;
	text-align:center;
}

h3 {
	font-size: 120%;
	text-align:center;
	padding-left:200px;
	padding-right:100px;
	text-transform: uppercase;
}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:900px;
	background:#ffffff;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	position:absolute;
	height:115px;
	background:#ffffff;
	top:0;
	width:100%;
}

div#topmenu {
	background:#000000;
	padding-top:115px;
	height:32px;
	width:100%;
    }
	
div#content {
	padding-left:350px;
	padding-top:15px;
	padding-right:25px;
	padding-bottom:122px;
	border-padding:100px;
    background:url(images/back.gif) left top repeat-y;
}

div#menu {
	float:left;
	padding-top:15px;
	padding-left:15px;
	width:300px;
    }

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
    background:url(images/bg-bot.gif) top repeat-x #111111;
}

img { border:0px;}


a { color:#3C3C3C; text-decoration:underline}
a:hover { text-decoration:none }

li a  {font-family:Tahoma; font-size:11px; line-height:16px; color:#5F5F5F}

hr {width:300px;}

p {text-align:justify;}

.easypoll, .pollresults {
	width:300px;
	border:0;
	text-align:center;
}

.easypoll fieldset, .pollresults fieldset { 
	width:280px;
}

.easypoll h3, .pollresults h3 {
	font-size: 100%;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	text-transform: uppercase;
}

.easypoll ul, .pollresults ul {
	text-align:left;
}

.easypoll li, , .pollresults li {
	list-style:none;
}
