@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CCCCCC;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container {
position: relative;
width: 1000px;
margin: auto;
}
.headleft {
position: absolute;
	width: 421px;
    height: 200px;
	top: 0px;
    left: 0px;
}
.headmiddle {
position: absolute;
	width: 96px;
    height: 200px;
	top: 0px;
    left: 421px;
	background-image:url(back.jpg)
}
.headright {
position: absolute;
	width: 506px;
    height: 200px;
	top: 0px;
    left: 517px;
}
.menubar {
position:absolute;
width: 1000px;
height: 32px;
top: 200px;
left: 0px;
}
.bodyleft {
position: absolute;
width: 200px;
height: 430px;
top: 250px;
left: 0px;
}
.bodymain {
position: absolute;
width: 700px;
height: 430px;
top: 250px;
left: 230px;
}
.footerbar {
position:absolute;
width: 1000px;
height: 34px;
top: 780px;
left: 0px;
}
.bottom {
position:absolute;
width: 1000px;
height: px;
top: 810px;
left: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CCCCCC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: large;
	color: #FFFFFF;
}
h2 {
	font-size: medium;
	color: #FFFFFF;
}
h3 {
	font-size: small;
	color: #FFFFFF;
}
.style2 {
color: #FF0000;
}