@charset "UTF-8";
/* CSS Document */

body {
	font-family:sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
	background-image:url(images/bg_fade.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	text-align: center;
	color: #000000;
	}
	
a {
	font-family: sans-serif;
	color:#663300;
	text-decoration:none;
	}

a:hover {
	font-family: sans-serif;
	color:#000000;
	}
	
p {
	font-family:sans-serif;
	margin-top:3px;
	line-height:20px;
	}
	
h1 {
	font-family:sans-serif;
	font-size:25px;
	color:#000000;
	line-height:28px;
	}
	
h3 {
font-family:sans-serif;
	margin-bottom:0;
	}
	
hr {
	color:#660000;
	size:1px;
	}
	
.center #container {
	font-family: sans-serif;
	position:static;
	width: 700px;
	height:auto;
	background-color:#FFFFFF;
	margin: 0 auto;
	padding-bottom:0px;
	/*border:1px solid #666;*/
	text-align: left; 
	}
	
img.floatLeft { 
	padding-right:10px;
	padding-bottom:2px;
    float: left; 
	}
	
img {
	margin-top:10px;
	}
	
/*********//*********//*********
CONTENT OF MAIN WINDOW
/*********//*********//*********/

#header {
	width:700px;
	height:350px;
	background-color:#000000;
	background-image:url(images/header_home.jpg);
	}
	
#menu {
	margin-top:-100px;
	margin-left:15px;
	width:220px;
	height:auto;
	background-color:none;
	float:left;
	}
	
#ads {
	margin-left:15px;
	width:220px;
	height:auto;
	background-color:none;
	float:left;
	}
	
#maintext {
	font-family: sans-serif;
	position:relative;
	margin-left:250px;
	margin-bottom:15px;
	width:405px;
	height:auto;
	padding:10px 15px 15px 15px;
	background-color:#FFFFCC;
	border:dotted 1px;
	}
	
/*********//*********//*********
FOOTERS
/*********//*********//*********/
	
.footerclear {
	clear: both;
	width:700px;
	}
		
#footer {
	position:relative;
	padding-bottom:5px;
	padding-top:5px;
	width:700px;
	border-top: thin solid #ffffff;
	color:#FFFF66;
	background-color:#006666;
	font-size:10px;
	font-family:sans-serif;
	text-align:center;
	}
	
#footer a {
	font-family: sans-serif;
	font-size:10px;
	color:#FFFF66;
	text-decoration:none;
	}
#footer a:hover {
	font-family: sans-serif;
	font-size:10px;
	color:#FFCC00;
	}
