
.tequilawrapper {	width: 480px; text-align: left; border: 1px solid #666; 
			height: 460px;
			margin: 20px auto 20px auto; padding: 10px 10px 10px 10px; background-color: #fc3; }
.candidate { 	float: left; width:100px; padding: 10px 10px 10px 10px; text-align: center;
				// border: 1px solid white; 
				font-family: verdana, sans-serif;}
.graphs		{	height:80px; position: relative;
			//  border: 1px solid red;
			}
.bargraph { 	position: absolute; bottom: 0px; left:10px;
				//float: left; 
				width:100px; text-align: center; 
				vertical-align: bottom; 
				//border: 1px solid white; 
				}	
				
.name {font-weight: bold; color: red; font-size: .8em;}
.percent {font-family: verdana, sans-serif; font-weight:bold; color:brown; font-size: 1em;}
.about	{font-style: italic; color: brown; font-size: .8em;}
h3.tequila {text-align: center; font-weight: bold; font-size: 1.2em; }
img.pic	{ width: 100px; height: 75px; border: none; }
hr.tequila {	border: 0;background-color: #630;height: 1px;width: 60%;}
a.votelink { font-weight: bold; color: blue; font-size: .9em; text-decoration: none;}
a.votelink:hover	{font-weight: bold; color: blue; font-size: .9em; text-decoration: underline;}
#poll { }
