/*##########################################
##				Main Site				 		   ##
##########################################*/
body{
	margin-top: 0px;
	background-color: #000;
	overflow: hidden;
}

#oldbrowser a{
	color: #FBE50A;
}

#site{
	margin-left: auto; 
	margin-right: auto;
	width: 900px;
}

#banner{
	width:900px;
	height:134px;
}

#line{
	width: 900px; 
	height: 35px;
}

#middlecenter{	
	background: url(images/hard_11.png);
	width: 510px; 
	height: 305px; 
	float: left;
}

#wn{
	clear: both;
	width: 490px; 
	height: 250px;
   overflow: hidden;
	float: left;
	padding-top: 5px;
}

#scrollLinks{
	width: 81px; 
	height: 305px; 
	float: right;
}

#bottomleft{
	width: 169px; 
	height: 168px; 
	float: left;
}

#bottomright{	
	background: url(images/hard_17.png);
	width: 731px; 
	height: 168px; 
	float: left;
}

img{
	border-style: none;
	border-bottom: none;
}

img:hover{
	border: none;
}
/*##########################################
##			   Text Styling				      ##
##########################################*/
body{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #FFF;
}

#bottomright{
	text-align: right;
}

#lyr1{
	margin-top: -20px;
	text-align: justify;
	padding-left: 10px;
	font-size: 12px;
}

h2{
	color: #CC0000;
	font-size: 24px;
}

h3{
	line-height: 20%;
	font-size: 16px;
}

#bottomright a{
	color: #FBE50A;
	text-decoration: none;
	font-weight: bold;
}

a{ color: #FBE50A; text-decoration: none;}
a:hover{ border-bottom: none;}
a:visited{ color: #FBE50A;}
#wn a:hover{ font-weight: bold;}

/*##########################################
##			   Image Styling				      ##
##########################################*/
img.floatright{
	float: right;
	margin: 5px;
	margin-top: 0px;
}

/*##########################################
##						Testing						##
##########################################*/
#dhtmlgoodies_tooltip{
	top: 0;
	/*background-color:#EEE;*/
	/*border:1px dashed #000;*/
	position:absolute;
	/*display:none;*/
	z-index:20000;
	/*padding:2px;
	font-size:0.9em;*/
	/*-moz-border-radius:6px;	/* Rounded edges in Firefox 
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;*/
}

/*#dhtmlgoodies_tooltipShadow{
	position:absolute;
	/*background-color:#555;
	display:none;
	z-index:10000;
	opacity:0.7;
	filter:alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	/*-moz-border-radius:6px;	/* Rounded edges in Firefox 
}*/
