#container {
	width: 500px;
   padding : 10px;
	margin-right: auto;
	margin-left: 140px;
	text-align: left;
   font-family : Arial;
}
#header {
	width: 100%;
	padding-top: 15px;
}
.spacer {
	width: 100%;
	height: 15px;
}
hr {
	border: 0px;
	color: #CCCCCC;
	background-color: #CDCDCD;
	height: 1px;
	width: 100%;
	text-align: left;
}

#left {
	float: left;
	width: 450px;
	color: black;
   padding: 10px;
   font-family : Arial;
   border: 1px solid #9A9A9A;
   background-color : #F6F6FF;
}
.left {
	color: gray;
	float: left;
	font-size: 100%;
	margin-top: 5px;
   background-color : #66aaff;

}

/* Bar Graphs */
.graph {
  margin-right: auto;
  margin-left: 15%;
  width: 450px;
  position: relative;
  right: 30px;
}
.bar-title {
  position: relative;
  float: left;
  width: 204px;
  line-height: 20px;
  margin-right: 17px;
  font-weight: bold;
  text-align: right;
}
.bar-container {
  position: relative;
  float: left;
  width: 110px;
  height: 10px;
  margin: 0px 0px 15px;
}

.bar-container div {
  background-color:#cc4400;
  height: 20px;
}
.bar-container strong {
  position: absolute;
  right: -32px;
  top: 0px;
  overflow: hidden;
}
#poll-results p {
  width: 500px;
  font-family : Arial;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}