@charset "utf-8";
/* CSS Document */

body  {
	font: 100%;
	background:#d7d8d6 url() repeat;
	margin: 0; 
	padding: 0;
	font-family:Georgia, Times New Roman, Times, Serif;
        text-align:left;
	font-size:12px;
	color: #000000;
}

#container { 
	width: 800px;  
	background:#ffffff;
	padding:0px;
	margin:20px auto 40px;
	text-align: left;
	border:1px solid #ffffff;
} 
#header { 
	height:90px; 
	width:800px;
	margin:auto;
	padding:0;
	border-bottom:1px solid #000000;
} 

#adspace{
        background:#797979;
        color:#ffffff;
	width:800px;
        line-height:25px;
	float:left;
	display:inline;
	list-style:none;
	margin:3px 0 0 0;
	padding:0px 0 5px 0;
}

#sidebar{
    background:#bceaff;
	width:125px;
	float:left;
	display:inline;
	list-style:none;
	margin:11px 0 3px 5px;
	padding:10px 0 10px 0;
}

#sidebar li{
   width:124px;
   margin:3px 0 3px 40px
   padding:5px 0 5px 0;
   display:inline;
   float:left;
   border-bottom:2px solid #000000;
}

#sidebar li a{
   background:#bceaff;
   color:#000000;
   text-decoration:none;
   font-size:12px;
   padding:15px 0 15px 0;
   display:block;
   font-weight:bold;
   text-align:center;
   line-height:10px 0;
}

#sidebar li a:hover{
   color:#bceaff;
   background:#797979;
}

#mainContent {  
        background:#ffffff; 
	margin:35px 10px 0 150px;
	padding:5px 0 5px 5px;
	width:620px;
	position:relative;
} 

#pic {  
	margin:70px 3px 10px 3px;
	float:right;
	width:160px;
	height:600px;
	position:relative;
} 

#footer{
    background:#797979;
    color:#ffffff;
	margin:5px 0 0px 0;
	padding:15px 0 0 0;
	text-align:center;
	clear:both;
	height:25px;
	font-size:14px;
	border-top:1px solid #000000;
}

#footer a{
    color:#bceaff;
    text-decoration:none;
}

#footer a:hover{
   color:#ffffff;
   text-decoration:none;
}

a{color:#000000;}

p{font-size:13px; font-weight:normal;}

h1{
    font-size:18px;
	color:#000000;
	background:#bceaff;
	padding:3px 0 3px 3px;
	border-bottom:3px solid #000000;
	font-weight:100;
	margin:0 0 5px 0;
	text-transform:capitalize;
}

#Adsen {  
	margin:10px 5px 10px 0px;
	float:left;
	width:360px;
	height:280px;
	position:relative;

}
.clearfloat { 
	clear:right;
    height:0;
    font-size: 0px;
    line-height: 0px;
}
