@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0
}
body, td, th {
	font-family: Courier New, Courier, monospace;
	font-size: 0.76em;
	color: #000000;
}
body {
	background-color: #000000;
	background-image: url(../images/chainbg.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link{color:#CC0000;}
a:hover{color:#CC0000;
text-decoration:none;}
a:visited{color:#CC0000;}

img{border:none;}

#container {
	position:relative;
	top:0;
	margin:0;
	width:950px;
	height:1000px;
	margin:0 auto;
	background:black;
}
#header {
	width:100%;
	height:200px;
	background-color:#000000;
}
#eyes {
	position:absolute;
	top:0;
	left:10px;
	width:200px;
	height:200px;
	background-image:url(../images/face.gif);
	background-repeat:no-repeat;
	z-index:10000;
}
#logo {
	width:755px;
	height:125px;
	float:right;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	background-color:#000000;
		background-position:0 25px;

}
#topmenu {
	float:left;
	background-color:#000000;
	float:right;
}
#leftmenu ul {
	margin:0;
	padding:0;
	list-style:none;
}
#leftmenu ul li {
	display:inline;
	list-style-type: none;
	margin:0;
	width:200px;
	float:left;
}
#leftmenu a {
	margin:0;
	padding:25px;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	color:#FFFFFF;
	font-size:16px;
}

#leftmenu a:hover, #leftmenu li.active a {
	background-position:right bottom;
	color:#CC0000;
}
#leftmenu a:hover span, #tab li.item_active a span {
	background-position:left bottom;
	color:#000;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
#leftmenu {
	position:absolute;
	top:200px;
	left:0;
	width:200px;
	height:650px;
	float:left;
}
#chain {
	width:200px;
	height:51px;
	background-image:url(../images/WT4_19.gif);
	background-repeat:no-repeat;
	float:left
}
#chainrev {
	width:200px;
	height:51px;
	background-image:url(../images/chainrev.gif);
	background-repeat:no-repeat;
	float:right;
	margin:0 20px 0 0;
}
#chain2 {
	width:200px;
	height:51px;
	background-image:url(../images/WT4_19.gif);
	background-repeat:no-repeat;
	float:left;
	margin:-20px 0 0 0
}
#chainrev2 {
	width:200px;
	height:51px;
	background-image:url(../images/chainrev.gif);
	background-repeat:no-repeat;
	float:right;
	margin:-20px 20px 0 0;
}
#content {
	width:650px;
	height:600px;
	background-color:#FFF;
	margin: -35px 0 0 210px;
	padding: 20px;
	font-size:120%;
	line-height:16px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#footer {
	height:75px;
	color:white;
	text-align:center;
	padding:10px;
	width:700px;
	margin:0 0 0 200px;
	background-image: url(../images/ftbg.gif);
	background-repeat: no-repeat;
	background-position: 0 -10px;
	font-size: 110%;
}
h1{color:#000;
text-indent:-1000px}
h2{font-size:140%;
color:#CC0000;
}
h3{font-size:120%;
color:#CC0000;}
h4{font-size:110%;
color:#CC0000;}
.readon{color:#000;}
.readon a{color:#000;
text-decoration:underline;}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}
