/*body {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	cursor: default;
	background-color: #FFFFFF
}
* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
html {
	height: 100%;
	margin-bottom: 1px;
}
*/
#container {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
}
#header {
	width: 100%;
	padding-top: 15px;
}
.spacer {
	width: 100%;
	height: 15px;
}
#left {
	float: left;
	width: 250px;
	background-color: #FFFFFF;
	color: black;
}

#main {
	margin: 5px 5px 5px 260px;
	padding: 15px;
	border-left: 1px solid silver;
}
p {
	color: black;
	background-color: #FFFFFF;
	line-height: 20px;
	padding: 5px;
}
.right {
	color: gray;
	background-color: #FFFFFF;
	float: right;
	font-size: 100%;
	margin-top: 5px;
}
.left {
	color: gray;
	background-color: #FFFFFF;
	float: left;
	font-size: 100%;
	margin-top: 5px;
}

/* Bar Graphs */
.graph {
  width: 450px;
  position: relative;
  right: 30px;
}
.bar-title {
  position: relative;
  float: left;
  width: 270px;
  line-height: 20px;
  margin-right: 17px;
  font-weight: normal;
  text-align:left;
  margin-left: 34px;
  
}
.bar-container {
  position: relative;
  float: left;
  width: 110px;
  height:auto;
  margin: 0px 10px 15px 0px;
}

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