#container {
	width: 80%;
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: FFF;
}
#header {
	width: 100%;
	padding-top: 15px;
}
.spacer {
	width: 100%;
	height: 15px;
}
hr {
	border: 0px;
	color: #CCCCCC;
	background-color:color: #CDCDCD;
	height: 1px;
	width: 100%;
	text-align: left;
}
#container h1 {
	font-size: 28px;
	color: #cc0000;
	background-color: FFF;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: 300;
}
#container h2 {
	font-size: 15px;
	color: gray;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: 300;
	background-color: FFF;
}
#container h3 {
	 ;
	font-size: 11px;
	text-align: left;
	padding: 5px 0px 10px 0px;
	font-weight:bold;
}

#left {
	float: left;
	width: 250px;
	background-color: FFF;
	 ;
}

#main {
	margin: 5px 5px 5px 260px;
	padding: 15px;
	border-left: 1px solid silver;
}
#container p {
	 ;
	line-height: 20px;
	padding: 5px;
}
#container a {
	 ;
	background-color: FFF;
	text-decoration: none;
}
#container a:hover {
	 ;
	background-color: FFF;
	text-decoration: underline;
}
#footer {
	clear: both;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.right {
	background-color: FFF;
	float: right;
	font-size: 100%;
}
.left {
	background-color: FFF;
	float: left;
	font-size: 100%;
}

.votes {
	padding-left:90px;
	padding-top:10px;
	font-size:10px;
	line-height:20px;
	
}

/* Bar Graphs */
.graph {
  width: 255px;
  position: relative;

}
.bar-title {
  position: relative;
  float: left;
  width: 125px;
  line-height: 12px;
  margin-right: 5px;
  text-align: left;
  font-size:11px;
   ;
}
.bar-container {
  position: relative;
  float: left;
  width: 110px;
  height: 10px;
  margin: 0px 0px 22px;
}

.bar-container div {
  background-color:color:#cc4400;
  height: 24px;
}
.bar-container strong {
  position: absolute;
  right: -32px;
  top: 0px;
  overflow: hidden;
}
#poll-results p {
  text-align: center;
}



