body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font: normal 12px "Trebuchet MS",Arial,sans-serif;
	background-color: #ddd;
}

#header {
	position: relative;
	background-image: url(/images/header_background.png);
	background-repeat: repeat-x;
	height: 140px;
	border-bottom: 1px solid black;
}

a img {
	border: none;
}

#container {
	width: 100%;
	border-top: none;
	background-color: white;
}

#main {
	position:relative;
	margin-left: 192px;
	margin-right: 200px;
	padding: 0px;
}

#maintd {
	width: 583px;
	height: 336px;
	vertical-align:top;
}

#rightcolumn {
	float:right;
	width: 185px;
	margin-right: 15px;
}

#menu {
	width: 188px;
	margin: 0px;
	padding: 0px;
}

#menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	display: block;
	margin: 6px 2px 0px 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}	

#menu a:hover, #menu a:active {
	color: white;
	background-color: #c9c3ba;
}

#address {
	clear: both;
}

#address div
{
	text-align: center;
	width: 188px;
	font-size: 10px;
	padding-top: 25px;
	padding-bottom: 5px;
}

#footer {
	clear: both;
	background-color: #3f3f3f;
	font-size: 10px;
	color: #ddd;
	text-align: center;
	padding-top: 30px;
	line-height: 2em;
	letter-spacing: 1px;
	border-top: 1px solid black;
}

#footer a {
	color: #ddd;
}

#faders {
	width: 583px;
	height: 336px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#faders img {
	position: absolute;
	margin: 0px;
	padding: 0px;
}

label {
	font-weight:bold;
	display:block;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: blue;
}

a:hover, a:active {
	text-decoration: underline;
}

#poll {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	margin-top: 10px;
	padding: 5px;
	width: 140px;
	text-align:left;
}

#poll ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	line-height: 1.5;
}

.pollbar {
	background-color: black;
}

.polltitle {
	font-weight: bold;
}

td.leftcolumn {
	width: 
}

td.right {
}
