html{
	height:100%;
}

body	{
	background: #2286FF;
	background-image: url(media/bg.gif);
    background-repeat: repeat-x;
	height: 100%;
	color: #333333;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 0px;
	padding-bottom: 0px
}

img	{
	border: 0;
}

ul{
	margin-left: 0px;
	padding-left: 12px;
}

li {
	margin-left: 0px;
	padding-left: 0px;
}




#main_site {
	position: absolute;
	margin-left: -466px;
	margin-top: 0px;
	left: 50%;
	width: 934px;
	height: 726px;
	color: #99ccff;
	z-index: 3;
	padding: 0px;
	border: 0px solid #000000
} 



/* /////////////////// GENERAL LINK STYLES //////////////////////*/

a:link {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight : bold; 
	text-decoration : none;
	color: #8EBDF9;
	background: transparent; 
	}
	
a:visited {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight : bold; 
	text-decoration : none;
	color: #8EBDF9;
	background: transparent; 
	}
	
a:hover {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	background: transparent; 
	font-weight : bold; 
	text-decoration : none;
	color: #001265;
	}

a:active {
	font-family: tahoma, arial, helvetica, sans-serif;l
	font-size: 10px;
	font-weight : bold; 
	text-decoration : none;
	color: #8EBDF9;
	background: transparent;  
}

/* ///////////////////////////////////////////////////////////////////////////*/
