body {
	background-color: #333333;
}

#layer1{
	position:absolute;
	width:95%;
	height:800px;
	z-index:1;
	border: 1px none #000000;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000000;
	background-image: url(../images/gsb3.gif);
}
	
#Layer2 {
	position:absolute;
	width:500px;
	height:523px;
	z-index:2;
	left: 175px;
	top: 125px;
	border: 1px none #000000;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}

#Layer2 a, a:active, a:hover, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	line-height: 50px;
}

#Nav {
	position:absolute;
	width:100%;
	height:41px;
	z-index:1;
	top: 256px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #333333;
	left: 16px;

}
#Nav a, a:active, a:hover, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 50px;
}
