/* CSS Document */

body { 
	background: #000000 ;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt ;
	font-style: normal ;
	line-height: normal ;
	font-weight: normal ;
	color: #666666 ;
	text-align: left ;
}

a:link {
	text-decoration: none ;
	color: #0099cc
}

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

#header { 
	position: absolute ;
	width: 690px ;
	height: 180px ;
	left: 20px ;
}

#sidebar {
	position: absolute ;
	width: 170px ;
	top: 210px ;
	left: 20px ;
}

#content {
	position: absolute ;
	left: 210px ;
	top: 200px ;
}

#footer {
	left: 210px;
	padding-top: 20px;	
}

#sign {
	position: absolute ;
	left: 530px ;
	top: 10px ;
}

p.thintext {
	width: 250px;
}

p.thicktext {
	width: 500px;
}

p.credit {
	width: 500px;
	text-align: right;
	font-style: italic;	
}

p.namm {
	width: 700px;
}

img.profiles {
	border: 0}

#woods1 {
	width: 100px ; 
	height: 100px ; 
	position: absolute ; 
	left: 346px ; 
	top: 73px ;
}
        
#woods2 {
	width: 100px; 
	height: 100px; 
	position: absolute; 
	left: 449px; 
	top: 227px;
}

#woods3 {
	width: 100px; 
	height: 100px; 
	position: absolute; 
	left: 696px; 
	top: 102px;
}

#woods4 {
	width: 100px; 
	height: 100px; 
	position: absolute;
	left: 300px;  
	top: 395px;
}

#construction1 {
	width: 100px; 
	height: 100px; 
	position: absolute;
	left: 328px;  
	top: 516px;
}

#construction2 {
	width: 100px; 
	height: 100px; 
	position: absolute;
	left: 401px; 
	top: 838px;
}

#hardware1 {
	width: 100px; 
	height: 100px; 
	position: absolute;
	left: 334px;  
	top: 1046px;
}

#hardware2 {
	width: 100px; 
	height: 100px; 
	position: absolute; 
	left: 500px; 
	top: 1400px;
}
       
#hardware3 {
	width: 100px; 
	height: 100px; 
	position: absolute;
	left: 330px; 
	top: 1669px;
}

#dewplayer {
	position:fixed;
	right:-185px;
	top:10px;
}

#cover {
	position:fixed;
	right:-185px;
	top:10px;
	background:#000;
	width:200px;
	height:20px;
	z-index:100;
}



.navigation { position: absolute;  left: 15px; width: 165px; }

.menu {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 30px 30px 50px 60px;
	padding: 30px 30px 30px 50px;
	border: 1px solid #000000;
	color: #FFFFFF;
	background-color: #CC0000;
	list-style-type: square;
}

.menu LI { font-size: 7pt; margin: 0px 0px 1px 0px; padding: 0px 0px 2px 0px; }
.menu LI UL { margin: 0px 0px 0px 15px; list-style-type: disc; }
html>body #menu LI UL { margin: 0px 0px 0px 12px; }

.menu A {
	display: block;
	line-height: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: transparent;
}
.menu A:visited { color: #FFFFFF; background-color: transparent; }
.menu A:active { color: #FFFFFF; background-color: transparent; }
.menu A:hover { color: #FFFF99; background-color: transparent; }
