#headerText { position:relative; top:-300px;}

#headerBottom{height:355px;}

#headerBottom .content{height:355px;background:transparent url('../img/layout/main_img_bg.jpg') no-repeat;position:relative;}

#headerBottom .tag{position:absolute;top:10px;left:115px;}

#contentWrapper table .topMiddleCol{
	background:#3E3E29 url('../img/layout/angle_color.gif') no-repeat 100% 0%;
}

/*	Image / Data Rotator	*/
#rotator{
	height:250px;
	left:170px;
	position:absolute;
	top:105px;
	width:500px;
	text-align:center;
	z-index:100;
}

#rotator img{display:none;}

#rotatorData{
	position:absolute;
	top:115px;
	left:680px;
	font-size:11px;
	width:142px;;
	height:211px;
	overflow:hidden;
	font-family:Verdana;
}

#rotatorData p {
	line-height:17px;
}

#rotatorData h2 {
	color:#F9FFD0;
	font-family:'Yanone Kaffeesatz','Gill Sans','Gill Sans MT';
	font-size:24px;
	font-weight:bold;
}

#next{
	position:absolute;
	top:120px;
	left:643px;
	z-index:200;
}

#previous{
	position:absolute;
	top:120px;
	left:165px;
	z-index:200;
}

/*	Content Lists	*/
.listWrapper{
	width:50%;
	font-family:Verdana;
	font-size:12px;
}

.listWrapper h2{
	width:100%;
}

.listWrapper ul{
	height:115px;
}

/*	Poll	*/
#headerBottom .content .user-created-poll-wrapper{
	position:absolute;
	top:70px;
	right:0px;
	height:246px;
	overflow:auto;
}

.user-created-poll-wrapper { font-family:Verdana; width:130px; }
.user-created-poll-wrapper p { 
	background:url("../img/layout/side_text_bar.gif") no-repeat scroll 0 0 #3e3e29; 
	font-family:'Gill Sans', 'Gill Sans MT'; 
	color: #f9ffd0; 
	font-size:15px; 
	padding:15px 10px 10px; 
	width:110px; 
}

.user-created-poll-input {
	background:#C8D24C;
	margin-bottom:5px;
	padding:5px;
	font-size:13px;
}

.user-created-poll-wrapper label { 
	display:block;
	text-align:left;
	padding-top:3px;
	padding-left:21px;
}
.user-created-poll-wrapper input[type='radio'] { 
	/*background:none repeat scroll 0 0 #C8D24C;*/
	display:block;
	float:left;
	padding:5px;
	height:15px;
}

.user-created-poll-wrapper input[type='submit'] { 
	background:none repeat scroll 0 0 #007E7A;
	display:block;
	width:130px;
	padding:5px;
	font-weight:bold;
	color:#f9ffd0;
}

.user-created-poll-results {
	background:#82cfca;
	color:#C8D24C;
	font-size:12px;
	font-weight:bold;
	margin-top:5px;
	padding:5px;
	text-align:center;
	width:120px;
}

