@charset "iso-8859-1";

/* CSS Document */

body {
	background: #1e1e1e;
	color: #eeeeee;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	scrollbar-face-color: #333333;
	scrollbar-arrow-color: green;
	scrollbar-track-color: #333333;
	scrollbar-shadow-color: green;
	scrollbar-highlight-color: #444444;
	scrollbar-3dlight-color: #333333;
	scrollbar-darkshadow-Color: green;
}

#container {
	width: 770px;
	text-align: left;
}

.clr {
	clear: both;
}

#header {
	width: 770px;
	height: 135px;
	background: url(images/header.png);
}

#menu {
	width: 770px;
	height: 24px;
	background: url(images/legals_body.png);
}

#sep1 {
	width: 50px;
	height: 10px;
	float: left;
}

.lcorner {
	width: 8px;
	height: 24px;
	background: url(images/menu_left_corner.png);
	float: left;
}

.rcorner {
	width: 10px;
	height: 24px;
	background: url(images/menu_right_corner.png);
	float: left;
	margin-right: 3px;
}

.menu_center {
	height: 24px;
	background: url(images/menu_center.png);
	float: left;
	text-align: center;
	line-height: 24px;
	vertical-align: middle;
	display: block;
}

a:visited, a:link {
	color: #90c411;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #e2f900;
}

#main_body_top {
	width: 770px;
	background: url(images/body_top.png);
	height: 14px;
	font-size: 1px;
}

#main_body {
	width: 770px;
	background: url(images/body_center.png);
}

#main_body_bottom {
	width: 770px;
	height: 18px;
	background: url(images/body_bottom.png);
}

#legals_body {
	width: 770px;
	background: url(images/legals_body.png);
}

#legals_bottom {
	width: 770px;
	background: url(images/legals_bottom.png);
	height: 21px;
}

#sep2 {
	width: 40px;
	height: 10px;
	float: left;
}

#content {
	width: 690px;
	float: left;
}

#sep3 {
	width: 40px;
	height: 10px;
	float: left;
}

#legals {
	width: 690px;
	float: left;
	text-align: center;
	color: #bfbfbf;
}

h1 {
	font-size: 16px;
	color: #bcdf23;
	font-style: italic;
}

h2 {
	font-size: 16px;
	color: #FF9900;
}

h3 {
	font-size: 18px;
	color: #666666;
}

h4 {
	font-size: 20px;
	color: #66FFCC;
}

* {
	
}

.input {
border: 1px solid #bcdf23;
color: #bcdf23;	
background: #222222;
}