body
{
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: arial, verdana, trebuchet ms, tahoma;
	font-size: 75%;
	line-height: 200%;
	background-color: #01051D;
	color: #FFFFFF;

}

hr
{
	background-color: #E6E6E5;
	border: 0;
	width: 100%
}

img
{
	border: 0px;
}

body > #menu
{
	position: fixed;
}

a:active, a:visited, a:link
{
	color: #A6F3EF;
	text-decoration: underline;
}

a:hover
{
	color: #14A2CE;
	text-decoration: none;
}

#links
{
	line-height: 120%;
}

#menu
{
	position: absolute;
	top: 0;
	left: 0;
	width: 201px;
	height: 100%;
	overflow: auto;
	background-color: #000000;
	border-right:1px solid #808080;
	overflow: hidden;
}

#menutop
{
	width: 200px;
	height: 200px;
	border-bottom:2px double #000;
	background-color: #999;
}

#main
{
	width: 540px;
	margin-left: 200px;
	padding: 20px;

}


#main h2
{
	border-bottom: 2px solid #E6E6E6;
	font-family: arial;
	font-weight: 175;
	letter-spacing: 8px;
	font-size: 200%;
	text-align: left;
}

#main h1
{
	border-bottom: 1px solid #808080;
	font-family: arial;
	font-weight: 100;
	letter-spacing: 4px;
	font-size: 150%;
	text-align: left;
}

#main2
{
	margin-left: 200px;
	line-height: 125%;
	padding: 0;
}


#gbmain
{
	margin-left: 210px;
	padding: 0px;

}

#main2
{
	position: fixed;
	top: 1px;
	height: 100%;
	width: 100%;
	overflow: auto;
	margin-top: 0px;
	margin-left: 780px;
	padding: 10px;
	background-color: #352F27;
	border-left:1px solid #808080;
	background-image: url('testbg.gif');
	background-repeat: repeat

}