/* STAMDARD */

body 
{ 		
	color:white;
	background-image: url(images/BG.jpg);
	scrollbar-base-color: #282B2F;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #373A3D;
	scrollbar-highlight-color: #565D7C;
	scrollbar-track-color: #3E3F42;
}

p {
	font:11px Arial; text-align:left;	
}

a {
	text-decoration: none; 	color: #0099FF;
}	

a:visited {
 	color: #0099FF; text-decoration: none;
}

#Disclaimer {
	font:11px Arial;	
	text-align:center;
}

/* INDEX.PHP */

#divMain {
	width:800px; background-color:#282B2F;  height:760px;
}

#divContent1 {
	width:600px; float:left; 
}

#divContent2 {
	width:550px; height:100px; margin-top:0px; margin-left:10px;
}

#divContent3 {
	width:590px; height:100px; margin-top:10px; margin-left:10px; float:left;
}

#divContents {
	width:155px; float:right; border:1px solid black; margin-top:10px; margin-right:20px; padding:10px; background-color:#202327;
}

#divText {
	float:right; width:300px; text-align:left;	
}

#divLogo {
	float:left; width:231px; margin-top:20px;
}


#imgSplash1 {
	margin-top:10px; margin-left:10px; 
}

