* { margin: 0; padding: 0; }
body {background: #3D3D3D; font: 90% arial,verdana,sans-serif; padding: 0; margin: 0 0 12px 0;}
h1,h2,h3,h4,h5,h6,p,span,li,ul {padding:0; margin:0;}
h1,h2,h3,h4 { color: #3d3d3d; }

b {font-weight: 800;}
img {border: 0;}
.bold {font-weight: 800;}


a { text-decoration: none; color: #427945; }
a:visited { color: #427945; }
a:hover, a:focus { text-decoration: underline;color: #7cb77f; }
a:active {         color: #7cb77f; }

input {
	padding: 2px 3px 2px 3px;
	font-size: 109%;
}

#logo {
	height: 150px;
	float: left;
	width: 300px;
}
.grey {
	color: #5f5f5f;
}
#header {
	background: #3d3d3d url('../images/headerbg.gif') repeat-x;
	height: 150px;
}
#headerin {
	margin: 0 auto;
	height: 150px;
	width: 910px;
	background: #E6E6D8 url('../images/headerinbg.gif') repeat-x;
}


#content {
        border-bottom: 4px solid #B2B297;

	line-height: 126%;
}
#contentin {
	background: #fff;
	margin: 0 auto;
	width: 910px;
	text-align: left;
	padding-bottom: 8px;
}

#maincontent {
	padding: 14px;
	width: 600px;
	margin-right: 280px;
}
* html #maincontent {
	width: 597px;
}
#maincontent h2 {
}
#maincontent p {
	text-indent: 10px;
	font-weight: 400;
	padding: 6px 1px 4px 1px;
}


#sidenav {
	padding: 14px 0 0 0;
	width: 250px;
	float: right;
}
#sidenav h2 {
	color: #3d3d3d;
	padding: 4px 0 4px 4px;
}

form#search {
	padding: 5px 0 0 0;
}
#search-input {
	border: 1px solid #3d3d3d;
	width: 210px;
}
#search-button {
	margin-right: 18px;
	float: right;
}
ul#nav {
	background: transparent url('../images/navbg.gif') no-repeat;
	float: right;
	margin-right: 30px;
	list-style: none; 
	width: 324px;
	padding: 15px 0 0 14px;
	height: 68px;
}
ul#nav li {
	padding: 26px 2px 0 2px;
	text-align: left;
	float: left;
}
ul#nav li a {
	font-size: 109%;
	padding: 0 4px 0 4px;
	font-weight: 800;
	float: left;
	color: #FFF;
	text-decoration: none;
}
ul#nav li a:hover {
	color: #9bc99d;
	border-bottom: 1px solid #9bc99d;
}

#footer {
	border-top: 1px solid #fff;
	height: 60px;
}
#footerin {
	background: #E3E4D4;
	margin: 0 auto;
	width: 900px;
	font-size: 101%;
	padding: 14px 0 0 10px;
	height: 50px;
}
#footerin a {
	padding: 0 2px 0 2px;
}
.sideul {
	list-style-type: none;
}
.sideul li {
	padding: 2px 0 2px 0;
	font-size: 109%;
}
.sideul li a {
	padding-left: 1px;
}

/* index */

.rultitle {
	color: #427945;
	font-size: 140%;
	padding: 7px 0 0 97px;
}

.date-title {
	font-size: 156%;
	border-bottom: 1px solid #3d3d3d;
	padding: 0 0 5px 3px;	
}


/* View */

#voting {
	text-align: center;
	width: 82px;
	height: 55px;
	float: right;
}

#vote-left {
	font-size: 109%;
	padding: 4px 0 0 0;
	width: 40px;
	float: left;
}
#vote-right {
	font-size: 109%;
	padding: 4px 0 0 0;
	float: left;
	width: 40px;
}
