/* CSS Document */

#wrapper
{
	width: 780px;
	/*height: 580px;*/
	margin: auto;
	background-color: #fff;
	/*background-image: url(images/votingPage01.jpg);
	background-repeat: no-repeat;
	background-position: top;*/
}


#content
{
	width: 580px;
	margin: auto;
	padding-bottom: 30px;
	/*margin-top: 580px;*/
	/*outline: dotted 1px #f00;*/
	/*float: left;*/
}


body
{
	background-color: #888;
	font: 10px/14px "Lucida Sans",Arial, Helvetica, sans-serif
}


h1
{
	color: #888;
	line-height: normal;
}

h3
{
	text-align: center;
	line-height: normal;
}


.oddColumn
{
	/*display: inline;*/
	background-color: #69f;
}


.evenColumn
{
	/*display: inline;*/
	background-color: #6cf;
}

