html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: url('../images/main.gif') top left;
} 
body {
	clear: both;
	width: 100%;height: 100%;
	font:normal normal 11px Verdana, Tahoma, Arial, sans-serif;
	color: #32456c;
	text-align: center;
	background: url('../images/left.gif') top left repeat-y;
}
table {
	border-collapse: collapse;
}
a, a:visited, a:active {
	text-decoration: underline;
	font-family: Verdana, tahoma, Arial, Helvetica, Sans-Serif;	
	font-size: 11px;
	color: #32456c;
}
a:hover {
	text-decoration: none;
}
a.ainv, a.ainv:visited, a.ainv:active,
.ainv a, .ainv a:visited, .ainv a:active {
	text-decoration: underline;
}
a.ainv:hover, .ainv a:hover {
	text-decoration: none;
}
form {
	padding: 0px;
	margin: 0px;
}
.clear { 
	clear: both; 
}
acronym, abbr { 
	cursor: help; 
}
.curp {
	cursor: pointer;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
input {
	font-family: Verdana, tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	border: 1px solid #000000;
}
.inputas{
	width:  515px;
	height: 125px;
}
textarea
{
	font-family: Verdana, tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 10px;	
	border: 1px solid #000000;
	width:  515px;
	height:  450px;
}
.button {
	font-family: Verdana, tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #27221F;
	border: 1px solid #A9A9A9;
	background: #DEDEDC;
	height: 16px;
	width: 60px;
}
img {
	border: 0px;
	/* display: block; */
}
/* project styles */
#container {
	height: auto;
	min-height: 100%;
	width: 100%;
	background: url('../images/top.gif') top left repeat-x;
	padding: 0px 0px 20px 0px;
	position: relative;
	text-align: left;
}
#cont {
	float: left;
	position: relative;
	min-height: 624px;
	margin: 0px auto;
	width: 904px;
	background: url('../images/cont.gif') top left repeat-y;
}
#bot {
	height: 34px;
	width: 904px;
	background: url('../images/bot.gif') top left no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#bot  #copyright {
	float: right;
	width: 160px;
	font:normal normal 9px Verdana, Arial, Tahoma, sans-serif;
	padding: 12px 0px 0px 0px;
	color: #71848e;
	vertical-align:top;
}
#bot  #copyright a {
	font:normal normal 9px Verdana, Arial, Tahoma, sans-serif !important;
	color: #71848e !important;
}
#human{
	height: 582px;
	width: 243px;
	background: url('../images/human.jpg') top left no-repeat;
	position: absolute;
	top: 10px;
	right: 4px;
}
#voting{
	position: relative;
	top:600px;
}
#head {
	height: 213px;
	width: 904px;
	background: url('../images/head.gif') top left no-repeat;
}
#menu .spacer {
	height: 7px;
	width: 248px;
}
#menu {
	height: 204px;
	width: 248px;
	background: url('../images/menu.gif') top left no-repeat;
	position: absolute;
	top: 0px;
	left: 430px;
	z-index: 2;
	overflow: hidden;
}
#menu a {
	height: 25px;
	width: 248px;
	background: url('../images/link.gif') top left no-repeat;
	display: block;
	text-align: center;
	color: #71848e;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	line-height: 180%;
}
#title {
	height: 31px;
	width: 528px;
	background: url('../images/title.gif') top left no-repeat;
	position: absolute;
	top: 199px;
	left: 68px;
	z-index: 1;
}
#title_text{
	padding: 5px 0px 0px 35px;
}

#info {
	padding: 24px 320px 40px 70px;
}