@charset "utf-8";
/* CSS Document */
/* Freesland.com Style Definitions */

body {
	background:url(../../images/big-ocean-wave.jpg);
	background-image:  url(../../images/big-ocean-wave.jpg);
	margin-top : 50px;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 50px;
	font-size: 10px;
	color: #ffffff;
	line-height: 17px;
	font-family:"MS Sans Serif", Geneva, sans-serif;
	background-color: black;
	
	scrollbar-3dlight-color:lightblue; 
	scrollbar-arrow-color:lightblue; 
	scrollbar-base-color:black; 
	scrollbar-darkshadow-color:lightblue; 
	scrollbar-face-color:black; 
	scrollbar-highlight-color:black; 
	scrollbar-shadow-color:black;
	
		}

h1 {margin-top:10px;
	color:teal;}

h2{	font-size: 14px;
	text-transform:uppercase;
	color:09F;
	font-weight:normal;}

p, font, div {		
		font-family: "MS Sans Serif", Geneva, sans-serif;
		font-size: 12px;
		color: #09F;
		}

li {	list-style:square;
		color: 09F;
		}

hr {		
		color : #ff9700;
		height : 1px;
		}

a:link {	color : 02A; text-decoration : none;}
a:visited { color : violet; text-decoration : none;}
a:active, a:hover {	color : red; text-decoration : none;}

.fb {	color : teal;}

.sponsors {width:150px; 
		text-align:left; 
		float:right;
		border: 3px solid #09F; 
		padding:10px;
		background-image:url(../../images/content-background.png);
		background-repeat:repeat-x;
		line-height:17px;
		}
.main { width:650px; 
		height:350px; 
		overflow:auto; 
		text-align:left; 
		border: 3px solid #09F;
		padding:15px;
		background-image:url(../../images/content-background.png);
		background-repeat:repeat-x;
		line-height:17px;}