@charset "utf-8";
/* CSS Document */
a:active, a:hover {outline:0p;}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#maincontainer {
	heigth:630;
	width:665px;
	top:2px;
	position:absolute;
	left:51%;
	margin-left:-375px;
	background-attachment:fixed;

}
#container {
	heigth:600;
	width:1024px;
	top:25px;
	position:absolute;
	left:50%;
	margin-left:-500px;
	background-attachment:fixed;
	border:#006600;
	border:solid;
}
#head {
	width:1024px;
	height:153px;
	position:absolute;
	background-image:url(../../_images/whead_nosc.png);
	background-position:top center;
}

#full {
	top:155px;
	position:absolute;
	width:800px;
	height:460px;
	margin: 0px 10px 0px 10px;
	left:55px;
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#999999;
}

#left {
	top:155px;
	position:absolute;
	width:400px;
	height:460px;
	margin: 0px 10px 0px 10px;
	left:55px;
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#999999;
	z-index:400;
}
#right {
	top:155px;
	position:absolute;
	width:531px;
	height:460px;
	left: 481px;
	margin: 0px 10px 0px 10px;
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#990000;
	z-index:300;
}

#nav {
	left:20px;
	width:135px;
	height:460px;
	top:155px;
	position:absolute;
	z-index:500;
}
nav a {border-bottom: solid 2px #fff;}
nav a:hover {border-bottom: solid 2px #fff;}
a:active, a:focus {outline:0;}
/*on or off nav*/
.act { border:medium;
	color:#FF0000;
}

.unact { border:none}

#content {
}

#footer {
}
/*text styles*/
A:link {text-decoration: none; color:#990000;}
A:visited {text-decoration: none; color:#990000;}
A:active {text-decoration: none; color:#990000; border:none;}
A:hover {text-decoration: underline; color:#990000; font:bold;}


.style1 {
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#999999;
}
.style2 {
color: #000000;
font:Arial, Helvetica, sans-serif;
font-size:14px;
}
.style3 {
color: #000000;
font:Arial, Helvetica, sans-serif;
font-size:11px;
}
