body {
  background: #bfbfbf;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 11px;
	text-align: center;
}
#layout-header
{
	width: 1140px;
	background: #000;
	height: 30px;
	font: 14px Arial;
	font-weight: bold;
	color: #f00;
	border-bottom: 1px solid #fff;
}
#layout-footer
{
	width: 1140px;
	background: #000;
	height: 30px;
	font: 10px Verdana;
	color: #666;
	border-bottom: 1px solid #fff;
}

a,
a:link,
a:visited,
a:active
{
	color: #f00;
}




.template
{
	background: #000;
}

.section-inner-1
{
	border-right: 1px solid #fff;
}

.section-outer-5
{
	background: #fff;
}
.section-inner-5
{
	padding: 10px;
}

.section-outer-4,
.section-outer-6
{
	background: #9a9a9a;
}

.section-inner-5
.module-header
{
	font: 18px Arial;
	background: #e7e7e7;
	font-weight: bold;
	padding: 3px;
}


.main-menu
{

}

.main-menu-header,
.poll-header
{
	height:30px;
	background: url('/images/menu-bg.gif') center center no-repeat;
	text-align: center;
	font: 12px Arial;
	color: #fff;
	font-weight: bold;
	margin-top: 5px;
	padding-top: 2px;
}
.main-menu-item
{
	height: 20px;
	font: 12px Arial;
	font-weight: bold;
	color: #fff;
	padding-left: 5px;
}
.main-menu-item a,
.main-menu-item a:link,
.main-menu-item a:active,
.main-menu-item a:visited
{
	font: 12px Arial;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.main-menu-item a:hover
{
	color: #000;
	text-decoration:underline;
}

.poll {}
.poll-inner { color: #fff; padding: 5px; }
.poll-question { font-weight: bold; padding-bottom: 5px; }
.poll-answer { float: left; color: #000; }
.poll-answer a,
.poll-answer a:link,
.poll-answer a:visited,
.poll-answer a:active { color: #000; text-decoration: none; }
.poll-answer a:hover { color: #000; text-decoration: underline; }
.poll-percent { float: right; }
.poll-graph { clear:both; border-top: 1px solid #f00; border-bottom: 1px solid #900; height: 0px; }
.poll-item { padding: 5px; }
.poll-sum { text-align: right; padding: 5px;}
.poll-error { color: #900;  }
