@charset "utf-8";

body{
  background:#CCCCCC;
  font:normal 9pt Verdana,Helvetica,Arial,Sans-serif;
  font-weight:100;
  color:#3a3a3a;
  }

#wrap {
    position:relative;
    top:0px;
    left:0px;
	float:none;
    background:#999999;
    width:1024px;
    margin:0 auto;
    text-align:left;
	height:auto;
    }

a{
	color:#99FF00;
	text-decoration:none;
	}
a:hover{
    text-decoration:underline;
	}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:1024px;
	height:75px;
	background-image:url(images/header.gif);
}

#menu {
	position:absolute;
	left:0px;
	top:75px;
	width:1024px;
	height:31px;
	background-image:url(images/menu.gif);
}

#menu a{
	float:right;
	text-decoration:none;
	font-weight:600;
	padding-right:50px;
	padding-top:10px;
	}

#main {
	position:absolute;
	left:0px;
	top:106px;
	width:1024px;
	height:547px;
	background-image:url(images/body_bg.jpg);
	color:#000000;
}


#text {
	position:absolute;
	left:70px;
	top:52px;
	width:843px;
	height:392px;
	background-color:#CCCCCC;
	padding:15px;
	opacity: 0.6;
	filter:alpha(opacity=60); /* IE's opacity*/;
	overflow:auto;
	scrollbar-base-color: #C3F900;
	scrollbar-arrow-color:black;
	scrollbar-3dlight-color: #CDFF77;
	scrollbar-darkshadow-color: #269100;
	scrollbar-face-color: #AEEF3E;
	scrollbar-highlight-color: #FDFFFC;
	scrollbar-shadow-color: #36443B;
	scrollbar-track-color: #DADBC9;
}

#text a{
    color:#006600;}

#footer {
	position:absolute;
	left:0px;
	top:653px;
	width:1024px;
	height:30px;
	background-image:url(images/footer.gif);
	background-position:top left;
	color:#99FF00;
}
#footer p {
	padding-left:50px;
	}