* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	background: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
img {
	border: none;
}
h1, h2, h3 {
	margin-bottom: 15px;
	font-family: georgia, "times new roman", times, serif;
	font-weight: normal;
	color: black;
}
h1 {
	letter-spacing: -1px;
	font-size: 197%;
}
h2 {
	letter-spacing: -1px;
}
p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}
legend {
	color: black
}
fieldset{
	border-color: black;
	padding: 10px;
	margin-bottom: 5px;
}
blockquote {
	padding: 0 3em;
	font-style: italic;
}
a {
	color: #990000;
	font-weight: bold;
}
a:hover, a:active {
	color: #FFFFFF;
}
.color0 {
	background-color: #FFFFFF;
}
.color1 {
	background-color: #FFCC99;
}
.color2 {
	background-color: #FFCC90;
}
.clearer {
	clear: both; 
}
.top {
	font-family: georgia, "times new roman", times, serif;
	color: #000000;
	font-size: 20px;
}
.online {
	color: #FFCC99;
	font-weight: bold;
}
.offline {
	color: white;
	font-weight: bold;
}
.task-menu{
	cursor: pointer;
	margin: 5px;
}
.task-menu li{
	list-style-type: none;
	height: 16px;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
}
.task-menu li:hover {
	color: white;
}
.percent_bar{
	background-color: #990000;
	height: 20px;
	color: #FFCC99;
	font-weight: bold;
	text-align: center;
}
#container {
	width: 797px;
	margin: auto;
	padding: 0 25px;
	background: url(skins/g3d2/img02.jpg) repeat-y center top;
}
#header {	
	width: 797px;
	height: 197px;
	margin: auto;
	background: url(skins/g3d2/1.jpg) no-repeat center top;
}
#server_name {
	display: none;
}
#panel {
	float: right;
	width: 180px;
	margin-right: 50px;
	padding-right: 5;
}	
#panel ul {
	list-style: none;
}
#panel li {
	background: url(skins/g3d2/img08.gif) repeat-x left bottom;
	padding: 5px 15px;
}
#panel ul a {
	background: url(skins/g3d2/img11.gif) no-repeat left center;
	padding-left: 10px;
	display: inline;
	text-decoration: none;
	color: #FFCC99;
}
#panel ul a:hover {
	color: #ffffff;	
}
#panel .top {
	height: 33px;
	padding: 10px 0 0 20px;
	background: url(skins/g3d2/img09.jpg) repeat-x;
	color: #FFCC99;

}
#panel .mid {
	text-align: center;
	padding: 10px;
}
#content {
	float: right;
	width: 460px;
}
#content .top {
	height: 33px;
	text-align: center;
	padding: 10px 0 0 10px;
	background: url(skins/g3d2/img08.gif) repeat-x left bottom;
}
#content .mid {
	padding: 10px 20px 0 20px;
}
#error{
	position: absolute;
	/*IE position: absolute;*/
	top: 0px;
	left: 0px;
	border-bottom: 3px solid black;
	background-color: #ffffe1;
	color: black;
	font-weight: bold;
	background-image: url(skins/g3d2/warning.png);
	background-repeat: no-repeat;
	height: 48px;
	width: 100%;
	cursor: pointer;
}
#error span
{
	margin-left: 55px;
}
#captcha-image {
	margin-top: 5px;
}
#iobox{
	position: fixed;
	/*IE position: absolute;*/
        background-color: #E8D3A4;
	/*background-color: #303322;*/
	border: 1px solid #000;
	cursor: move;
}
#iobox fieldset {
	cursor: default;
}
#footer {
	width: 797px;
	height: 110px;
	margin: auto;
	background: url(skins/g3d2/2.jpg) no-repeat center top;
	padding: 0px 0 0 0px;
}
#footer span{
	display: inline;
	font-size: 8pt;
}

#footer span a{
	text-decoration: none;
}