@charset "utf-8";
/* CSS Document */
<style type="text/css">
body {
scrollbar-arrow-color: #FFD700;
scrollbar-base-color: #000000;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #FFD700;
scrollbar-shadow-color: #000000;
scrollbar-3dlight-color: #FFD700;
scrollbar-track-color: #000000;
scrollbar-darkshadow-color: #000000;
}

centering layout
body { text-align:center; }

#container { text-align:left; width:602px; margin:0 auto;position:relative;
background-color: #000000;
 }

  
#image
{
position: absolute;
}
#footer
{
	position: absolute;
	left: 0px;
	height: 77px;
	width: 600px;
}
#backgound
{
position: absolute;
}
#nav
{
	width: 133px;
	height: 650px;
	overflow: auto;
	padding-left: 8px;
	}
#content
{
	background-color:#000000;
	position: absolute;
	width: 290px;
	height: 600px;
	overflow: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}



.head { font-family: verdana; font-size: 14px; color: #FFD700; border: #FFD700; border-style: double; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 4px; text-align:left; background-repeat: no-repeat; font-weight: bold;}

.head2 {
	font-family: verdana;
	font-size: 11px;
	color: #FFffff;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	text-align:left;
	background-repeat: no-repeat;
	font-weight: bold;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #FFffff;
	border-right-color: #FFffff;
	border-bottom-color: #FFffff;
	border-left-color: #FFffff;
	border-bottom-width: 4px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

A:link
{color:#FFD700;text-decoration:none; cursor: default; font-weight: ;}
A:visited
{color:#FFD700;text-decoration:none; cursor: default; font-weight: ;}
A:active
{color:#FFD700;text-decoration:none; cursor: default; font-weight: ;}
A:hover
{color:#FFFFFF;text-decoration: none; cursor:default; font-weight: ;}

body
{
background-image:url();
background-color: #000000;
background-repeat: repeat-y;
background-attachment:fixed;
background-position:center;
font-family: tahoma; 
color: #ffffff; 
letter-spacing: 0px; 
font-weight: normal;
font-size: 12px;
cursor: default;
}

</style>
