@charset "utf-8";
/* CSS Document */

body  {
	font: 100%;
	background:#040637 url() repeat;
	margin: 0; 
	padding: 0;
	font-family:Geneva, Arial, Helvetica, san-serif;
	font-size:13px;
	color: #000000;
}

#container { 
	width: 900px;  
	background:#ffffff;
	padding:0px;
	margin:10px auto 15px;
	text-align: left;
	border:0px solid #ffffff;
} 
#header { 
    background:#edeeee;
	height:100px; 
	width:900px;
	margin:0 0 0px 0;
	padding:0;
	border-bottom:3px solid #000000;
}  

#nav{
    background:#484848;
	width:900px;
	float:left;
	display:inline;
	list-style:none;
	margin:0px 0 10px 0px;
	padding:0px 0px 0px 0px;
}

#nav li{
   width:165px;
   margin:0;
   padding:0;
   display:inline;
   border-right:1px solid #000000;
   border-left:1px solid #000000;
   height:30px;
   float:left;
}

#nav li a{
   background:#484848;
   color:#ffffff;
   text-decoration:none;
   font-size:13px;
   display:block;
   line-height:18px;
   text-align:center;
   padding:5px 0;
}

#nav li a:hover{
   color:#000000;
   background:#bdbdbc;
}

#Content {  
    background:#ffffff; 
	margin:5px 5px 0 12px;
	padding:5px 3px 5px 10px;
	width:690px;
	align:top;
	position:relative;
	float:right;
} 

#footer{
    background:#484848;
    color:#ffffff;
	margin:5px 0 0px 0;
	padding:15px 0 0 0;
	text-align:center;
	clear:both;
	height:25px;
	font-size:15px;
        text-weight:bold;
	border-top:1px solid #000000;
}

#footer a{
    color:#ffffff;
    text-decoration:none;
}

#footer a:hover{
   color:#bdbdbc;
}

a{color:#000000;}

p{font-size:13px; font-weight:normal;}

h1{
    font-size:30px;
	color:#2c2cbe;
	background:#ffffff;
	padding:5px 0 5px 3px;
	font-weight:100;
	margin:0 0 5px 0;
	text-transform:capitalize;
}

#Adsen {  
	margin:20px 50px 10px 10px;
	float:right;
	width:200px;
	height:90px;
	position:relative;
}

#Banner2 {  
	margin:20px 130px 20px 10px;
	float:right;
	width:468px;
	height:60px;
	position:relative;
}

#Banner3 {  
	margin:10px 20px 10px 10px;
	float:right;
	width:125px;
	height:125px;
	position:relative;
}

#googleAD {  
	margin:45px 5px 3px 10px;
	float:left;
	width:160px;
	height:600px;
	position:relative;
} 

.clearfloat { 
    clear:right;
    height:0;
    font-size: 0px;
    line-height: 0px;
}

