/* ====== FONTS ===== */
body, div, span, td, input, select, optgroup, form{
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
}
body{ margin-top: 35px; background: #fff; }

img { border: 0px; }
div { overflow: hidden; }

a { color: #666666; }
a:hover{ color: #999999; }

a.more{
	display: block;
	background: #dddddd;
	color: #666666;
	text-align: center;
	text-transform: uppercase;
	line-height: 18px;
	font-size: 10px;
	text-decoration: none;
}
a.more:hover{
	background: #aaaaaa;
	color: white;
}
#h, #c1, #c2, #c3, #logo, #donate { float: left; display: inline; }

#top{
	width: 860px;
	height: 80px;
	margin: 0px auto;
	background: url(images/top.gif) bottom left no-repeat;
}

#top img{
	margin: 0px 0px 0px 30px;
}

#donate{
	margin-left: 230px;
}

#vote{
	float: left;
}

#bottom{
	width: 860px;
	height: 35px;
	margin: 0px auto;
	background: url(images/bottom.gif) no-repeat;
}
#bottom div { color: #ccc; margin: 10px 0px 0px 260px; }

#c{	
	width: 860px;
	margin: 0px auto;
	background: url(images/bg.gif) repeat-y;
}

#c1{ width: 203px; margin: 5px 0px 0px 0px; }
#c2{ width: 385px; margin: 10px 0px 0px 25px; }
#c3{ width: 160px; margin: 8px 0px 0px 25px; }

#address{
	margin-left: 50px;
	font-size: 10px;
}

.box{
	width: 120px;
	background-color: #F5F5F5;
}

.box a, .box a:hover{
	display: block;
	margin: 5px 0px 5px 0px;
	padding-left: 15px;
	line-height: 15px;
	font-size: 11px;
	text-decoration: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
}

#m, #m2, #m3{
	width: 203px;
}

#m a, #m2 a{
	display: block;
	color: #888;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
}

#m a{
	height: 40px;
	line-height: 40px;
	padding-right: 15px;
	text-align: right;
	background-image: url(images/menu.gif);
	background-repeat: repeat-x;
	background-position: bottom;	
}

#m a:hover, #m a.checked{
	background-color: #FFF0EC;
	text-decoration: none;
}

#m2 a, #m3 a{
	text-align: left;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-color: #FFF0EC;
}

#m2 a{
	height: 25px;
	line-height: 25px;
	text-indent: 17px;
	background-position: 7px 12px;	
}

#m2 a:hover, #m3 a:hover, #m2 a.checked, #m3 a.checked{
	background-color: #FFD1C6;
	text-decoration: none;
}

#m2 a.checked{
	font-weight: bold;
}

#m2{ background-color: #FFF0EC; }
#m3{ margin-bottom: 10px;}

#m3 a{
	height: 20px;
	line-height: 20px;
	text-indent: 30px;
	font-size: 11px;
	background-position: 17px 10px;
}

#nav{
	color: #FFCCBF;
	margin-bottom: 20px;
}

#nav a{
	color: #aaaaaa;
	text-decoration: none;
	font-size: 10px;
}
#nav a:hover{
	text-decoration: underline;
}

#h{
	width: 0px;
	margin-left: 10px;
	height: 400px;
}

h1{
	color: #FF3300;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
	text-transform: uppercase;
}

h2{
	color: #FF3300;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana;
	margin-bottom: 10px;
}

input, textarea {
	border: 1px solid #6D583B;
}
.submit{
	border: 1px solid #404040;
	background-color: #990000;
	padding: 0px;
	color: #FFFFFF;
	font-weight: bold;
}

