body {
  background: #fff url(graphics/bg.jpg) repeat-x;
  margin:0 auto;
  padding:0px;
  font: normal 12px arial;
  color: #626262;
}
img {
  border: 0px;
}
ul {
	line-height: 20px;
 	margin-left: 15px;
	padding-left: 0px;
}
a:link, a:visited {
  color: #2e5888;
  text-decoration: underline;
}
a:hover {
  color: #2e5888;
  text-decoration: none;
}
#pagebox {
  margin:0px auto;
  width: 850px;
	background: #fff url(graphics/main_bg.jpg) repeat-y;
}
.shadow {
	float: left;
}
#inner_cont {
	float: left;
}
#masthead {
	width: 800px;
	height: 150px;
}
/*-----------------------------------------------Left Content-----------------------------------------------*/
#left_cont {
	float: left;
	width: 170px;
	margin-right: 25px;
}
.left_nav {
	margin-top:5px;
}
#poll_hdr {
	margin-top: 15px;
}
#poll {
	width: 170px;
	background: #e6ecf8;
}
#pic {
	margin: 15px 0;
}
/*-----------------------------------------------Main Content-----------------------------------------------*/
#main_cont {
	float: left;
	width: 430px;
	margin: 40px 25px 0 0;
}
/*-----------------------------------------------Right Content-----------------------------------------------*/
#right_cont {
	float: left;
}
.ads {
	margin-bottom: 20px;
}
/*-----------------------------------------------------------------------------------------------------------*/
.gg_pic {
  float:left;
  margin-right:10px;
  width:200px;
}
.gg_hdr {
  font: bold 12px arial;
  margin-bottom: 5px;
	text-transform: uppercase;
}
.gg_hdr2 {
  font: bold 18px arial;
	color: #4f8f2f;
  margin-bottom: 5px;
	text-transform: uppercase;
}
.gg_details {
	font: normal 12px arial;
	text-align: justify;
}
.gg_details p {
  margin: 0 0 10px 0;
}
#footer {
	width: 800px;
	height: 68px;
	margin-left: 25px;
	background: #4f8f2f;
}
/*-------------------------------------------POLL INFORMATION----------------------------------------*/
div#left_poll { width: 90%; }
div#left_poll * { margin: 0; padding: 0;  }
div#left_poll a, div#left_poll img { border: 0; }

/* header */
div#left_poll h1 { font: 14px Arial, sans-serif; display: none; }
div#left_poll h1 span { font: 14px Arial, sans-serif;  } /* header text */ 

/* question */
div#left_poll h2 { font: bold 13px Arial, sans-serif; color: #444;text-align:center;margin-bottom: 10px; } /* question */
div#left_poll p.image_q { clear: both; width: 100%; margin: 5px auto; text-align: center } 

/* answers */
div#left_poll ul { margin: 2px 5px; list-style-type: none; width: 100%;margin-bottom:10px; } /* answers container */
div#left_poll li { margin: 2px 0; font: 12px Arial, sans-serif; width: 100%; display: block; clear: both; } /* answer container */
div#left_poll li input { padding: 0; margin: 0 0 0 5px; vertical-align: middle; } /* radio button */
div#left_poll label { margin: 3px 0 0 5px; vertical-align: middle; color: #444;} /* text container */
div#left_poll li.video_a p { display: inline; margin: 2px; vertical-align: middle; }
div#left_poll li.image_a img { vertical-align: middle; }
div#left_poll li.audio_a p { display: inline; margin: 2px; vertical-align: middle; }

/* submit */
div#left_poll p.submit { text-align: center; margin: 0px auto 10px auto; cursor: pointer; cursor: hand; clear: both; color: #ccc; border: solid 1px #fff; width: 80px; background-color: #444;  }
div#left_poll p.submit span { }

/* results link */
div#left_poll p.results { cursor: pointer; cursor: hand; text-align: center;padding-bottom: 10px;  }
div#left_poll p.results span { color: #3b8b0b; text-decoration: underline; font: bold 13px Arial, sans-serif;}

/* results */
div#left_poll p.results_text { color: #fff; margin: 3px 0 0 0; clear: both; width: 90% }
div#left_poll div.results_1 { background-color: #c00; height: 10px; float: left }
div#left_poll div.results_2 { background-color: #339999; height: 10px; float: left }
div#left_poll div.results_3 { background-color: #cc0099; height: 10px; float: left }
div#left_poll div.results_4 { background-color: #666699; height: 10px; float: left }
div#left_poll div.results_5 { background-color: #ffcc33; height: 10px; float: left }
div#left_poll span.results_pct { display: block; float: left; margin-left: 3px; width: 20% }