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

body{
	background-color:#2a364d;
	background-image:url(../assets/images/pollResultsBg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-attachment:fixed;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14pt;
	color:#666;
	margin-top:20px;
}



#containerHeader{
	width:800px;
	height:198px;
	margin:auto;
	overflow:auto;
	background-image:url(../assets/images/containerTopBg.png);
	background-repeat:no-repeat;
	background-position:top;
}

#container{
	width:780px;
	padding:10px;
	overflow:auto;
	margin:auto;
	background-color:#FFF;
}


#leftSide{
	width:385px;
	float:left;
	margin-right:10px;
}

#rightSide{
	width:385px;
	float:left;
}

.sectionContainer{
	width:385px;
	height:300px;
	background-image:url(../assets/images/sectionBg.jpg);
	margin-bottom:10px;
}

.sectionHeader{
	width:385px;
	text-align:center;
	font-size:15pt;
	color:#d8bf14;
	padding-top:17px;
}

.winner{
	width:350px;
	margin:auto;
	padding-top:50px;
	padding-bottom:20px;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#CCC;
	font-size:18pt;
	text-align:center;	
}

.runnerUp{
	width:350px;
	margin:auto;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#CCC;
	font-size:14pt;
	color:#999;
	text-align:center;	
}

.winner2{
	width:350px;
	margin:auto;
	padding-top:35px;
	padding-bottom:20px;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#CCC;
	font-size:18pt;
	text-align:center;	
}

.runnerUp2{
	width:350px;
	margin:auto;
	padding-top:20px;
	padding-bottom:10px;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#CCC;
	font-size:14pt;
	color:#999;
	text-align:center;	
}

.smallText{
	font-size:12pt;
	color:#999;
}

