@charset "UTF-8";
* {
	border: 0;
	margin: 0;
	outline: none;
	padding: 0;
}
body {
	font: normal 12px Helvetica, Arial, sans-serif;
}
a {
	color: #00a69c;
}
a:visited {
	color: #00a69c;
}
a:hover {
	color: #464646;
}
a:active {
	color: #00a69c;
}
form {
	margin: 15px 0 0 0;
}
input, textarea {
	border: 1px solid #ccc;
	font: normal 12px Helvetica, Arial, sans-serif;
	padding: 3px;
}
.submit_btn {
	margin: 5px 0 0 0;
}
p {
	padding: 5px 0;
}
ul {
	list-style: inside disc;
	padding: 0 0 0 -15px;
}
ul li {
	padding: 5px 15px;
	text-indent: -15px;
}
hr {
	border: 1px solid #464646;
	margin: 10px 0;
}
#container {
	height: 100%;
	margin: 0 auto;
	width: 915px;	
}
#banner {
	background: #fff;
	height: 210px;
	margin: 10px 0;
}
a#rules, a#punishment {
	background: #00a69c;
	color: #fff;
	display: block;
	height: 25px;
	letter-spacing: 1px;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	width: 455px;	
}
a#rules:hover, a#punishment:hover {
	background: #464646;
}
a#punishment {
	margin-left: 2px;	
}
.date {
	border-bottom: solid 3px #a2a2a2;
	display: block;
	margin: 20px 00px 10px 00px;
	width: 100%;
	padding-top:20px;
	clear:both;
	color: #747474;
}
.special{
	display: block;
	margin: 20px 00px 10px 00px;
	width: 100%;
	padding-top:20px;
	clear:both;
}
.left_column {
	background: #eee;
	height: 520px;
	width: 415px;	
}
.middle_column {
	width: 85px;
}
.middle_column p {
	margin-top: 250px;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	text-align: center;	
}
.right_column {
	background: #eee;
	height: 520px;
	width: 415px
}
.vote_bars {
	clear: left;
}
.vote_bars .fruman  {
	background:#464646 url(images/vote-left.jpg) right no-repeat;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 40px;
	letter-spacing: 1px;
	line-height: 40px;
	margin: 8px 0;
	text-align: center;
	text-decoration: none;
	width: 415px;
}

.vote_bars .brown {
	background:#464646 url(images/vote-right.jpg) left no-repeat;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 40px;
	letter-spacing: 1px;
	line-height: 40px;
	margin: 8px 0;
	text-align: center;
	text-decoration: none;
	width: 415px;
}
 
.vote_bars .fruman:hover, .vote_bars .brown:hover {
	background: #00a69c;
}
p.vote {
	background: #00a69c;
	color: #fff;
	display: block;
	height: 30px;
	line-height: 32px;
	margin: 8px 5px 0 5px;
	text-align: center;
	width: 75px;	
}
.left_comments {
	width: 415px;	
	float: left;
	margin-left: 0;
}
.right_comments {
	float:left;
	width: 415px;	
	margin-left: 85px;
}
.LeftWrapper {
	display: block;
	float: left;	
	width: 455px;
}
.RighttWrapper {
	display: block;
	float: left;	
	width: 455px;
}
.togglebar{
	cursor:pointer;
}
#footer {
	clear: left;
	height: 50px;
}
.float_left {
	float: left;		
}


