@CHARSET "UTF-8";

* {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

html {
	background: #000000;
	text-align: center;
}

h1, h2 {
	color: #000000;
	font-size: 30px;
	font-family: Arial Black;
	font-weight: bold;
	text-align:center;
}

h2{
	color: #8bc441;
	font-size: 22px;
}

h3{
	font-size: 20px;
}

a {
	text-decoration: none;
	border: none;
	color: #000;
}

ul {
	list-style: none;
}

img {
	border: none;
}

body {
	background: #000000;
	text-align: center;
	font-family: Helvetica, Arial, Verdana, times, Trebuchet MS, Tahoma;
	font-size:12px;
}
div#container {
	width: 996px;
	margin: 0 auto;
	background: #D30011; /*url(../images/menu_back.gif) 0 0 repeat-y;*/
	font-family: Helvetica, Arial, Verdana, times, Trebuchet MS, Tahoma;
	font-size:12px;
	text-align: center;
}

div#left {
	width: 197px;
	background: #D30011;
	text-align: center;
	float: left;
}

#left #menu {
	width: 170px;
	margin: 35px auto;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-family: times, Helvetica, Times New Roman, Trebuchet MS, Tahoma, Arial, Verdana;
	font-size: 17px;
}

#left #menu p{
	text-align: left;
}

#left #menu ul li a{
	height: 36px;
	display: block;
	padding-top: 16px;
	background: url("../images/button.png") no-repeat;
}

#left #menu ul li a:hover{
	color: #FFFFFF;
	background: url("../images/button_active.png") no-repeat;
}

#left #menu ul li.active a {
	color: #FFFFFF;
	background: url("../images/button_active.png") no-repeat;
}

#left #menu ul.sub_menu{
	margin-bottom:5px;
}

#left #menu ul.sub_menu li a{
	background: url("../images/sub_menu.jpg") no-repeat;
	height: 23px;
	color: #000000;
	padding: 0 0 0 50px;
	text-align: left;
}

#left #menu ul.sub_menu li.sub_active a {
	background: url("../images/sub_menu.jpg") no-repeat;
	color: #FFFFFF;
}

#left #menu ul.sub_menu li a:hover{
	background: url("../images/sub_menu.jpg") no-repeat;
	color: #FFFFFF;
}

#left #menu ul.sub_menu li#last a{
	background: url("../images/sub_menu_last.jpg") no-repeat;
}

#left #menu ul.sub_menu li#last a:hover{
	background: url("../images/sub_menu_last.jpg") no-repeat;
}

div#right {
	width: 739px;
	background: #FFFFFF repeat-y;
	padding: 10px 30px 0 30px;
	margin: 0px;
	float: right;
	text-align:center;
}

div#right p {
	text-align: center;
}

div#content_top {
	float:right;
	margin: 0px;
	padding: 0px;
	height:91px;
}

div#footer {
	clear: both;
	background: #FFFFFF;
}

div.content_footer {
	background: #FFFFFF;
	text-align:center;
	font-size: 10px;
	float:right;
	width: 759px;
	height: 105px;
	padding: 0px 20px 0px 20px;
}

div#counter {
	background: #D30011;
	width: 197px;
	float: left;
	text-align: center;
	font-size:16px;
	font-weight:bold;
}

.fleft {
	float:left;
}

.fright {
	float:right;
}

.fnone {
	float:none;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.wide {
	width:100%;
}

.bold {
	font-weight: bold;
}

.clear {
	width:100%;
	float:none;
}

.opera .content_footer {
			height: 102px;
		}

.safari .content_footer {
			height: 100px;
		}
