/* CSS Document */
body{
	padding:0 0 0px 0; margin:0; font-family:Tahoma, Arial, Helvetica, sans-serif;
	}
div, h1, h2, h3, p, ul, img{
	padding:0; margin:0;
	}
ul{
	list-style-type:none;
	}
.spacer{
	font-size:0; line-height:0; clear:both;
	}
img{
	display:block;
	}
/*--------------------------header part start---------------*/
#header{
	background:url(top_bg.jpg) no-repeat 0 0 #666666; color:#CCCCCC; height:130px; border-bottom:#999999 1px solid;
	width:650px; margin:0 auto; padding:30px 0 0 0;
	}

#header ul{
	background:url(link_bg.jpg); height:30px; margin:100px 0 0 0; padding:0 0 0 10px; color:#ccc;
	}
#header ul li{
	float:left; display:block; line-height:30px; font-weight:bold; font-size:11px; padding:0 6px;
	}
#header ul li a{
	text-decoration:none; color:#CCCCCC; 
	}
#header ul li a:hover, #header ul li.active{
	color:#FFFFFF; 
	}
/*-----------------------body---------------*/
#body{
	width:630px; height:600;background:url(main_bg.gif)  100% 99% #333333; color:#CCCCCC;
	margin:0 auto; padding:10px ;
	}
#welcome{
	background:url(images/welcome_pic.gif) no-repeat 535px 27px; border-bottom:#999999 0px solid; padding:0 10px 0 0 ;
	}
#welcome h2{
	background:url(images/welcome.gif) no-repeat 0 0; height:600px; width:600px; display:block; font-size:0; line-height:0;
	text-indent:-2000px; margin:0 0 10px 0;
	}
#welcome p{
	font-size:11px; padding:0 0 18px 0; line-height:15px;
	}
#welcome p.text{
	margin:0 179px 0 0;
	}
#body h2.profile{
	background:url(images/profile.gif) no-repeat 0 0; height:54px; width:178px; display:block; margin:17px 0 10px 0;
	text-indent:-2000px;
	}
#body ul.gallery{
	height:20px; background:url(images/gallery_bg.gif) repeat-x 0 0; padding:1px 0 0 1px;
	}
#body ul.gallery li{
	background-color:#999999; padding:0 8px 0 0; color:#FFFFFF; float:left;
	}
#body ul.gallery li.nopadding{
	padding:0;
	}
#body ul.num{
	height:14px; border-bottom:#999999 1px solid; padding:0 0 5px 508px; margin:0 0 10px 0;
	}
#body ul.num li{
	float:left; display:block; padding:0 2px; font-size:11px; line-height:14px; color:#9D9D9D; background-color:#666666;
	font-weight:bold;
	}
#body ul.num li a{
	color:#9D9D9D; background-color:#666666; text-decoration:none; 
	}
#body ul.num li a:hover{
	color:#FFFFFF; background-color:#666;
	}
#body ul.footer{
	font-size:0; height:18px; margin:0 0 8px 0;
	}
#body ul.footer li{
	float:left; display:block; line-height:18px; font-weight:bold; font-size:11px; padding:0 6px;
	}
#body ul.footer li a{
	text-decoration:none; color:#CCC; text-transform:capitalize; background-color:#666;
	}
#body ul.footer li a:hover, #body ul li.active{
	text-decoration:underline;
	}
#body p.footertex{
	font-size:9px; line-height:14px; margin:0 0 5px 0;
	}
#body p.footertex a{
	text-decoration:none; color:#B3B3B3; background-color:#666666;
	}
#body p.footertex a:hover{
	color:#FFFFFF; background-color:#666666;
	}
#black{
	width:650px; border-top:#FFFFFF 0px solid; height:600px; margin:0 auto; background-color:#333333; color:#FFFFFF;
	}