body {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        background:#3C0251;
		color:#333333;
    }
    
html, body, #wrapper, h1 {
	margin: 0;
	padding: 0;
}
img { border: 0; }

#wrapper {
	margin:0 auto;
	text-align: left;
	width: 900px;
	position: relative;
}
h1,h2,h3,h4,h5{ color:#373737}

h1{
	font-size: 17px;
	font-weight:bold;
}
 h2 {
	font-size: 15px;
	font-weight:bold;
}
h3 {
	font-size: 12px;
	font-weight:bold;
}

.block {
	display: block;
}

.clear {
	clear: both;
	height: 2px;
	padding:0;
	margin:0;
	font-size: 1px;
}

#inner { background:#FFFFFF;
        
}


#header {
	background: url(images/header_bg.jpg) no-repeat;
	padding-top: 9px;
	position: relative;
	width:900px;
	height:200px;
}
#browse {
	float: left;
	width: 250px;
	margin: 0;
	margin-left:6px;
	padding: 0;
	padding:13px;
	color:#FFFFFF

}

#browse dt {
	background:#1B013A;
	color: #fff;
	padding: 7px 0;
	text-align: center;
	font-weight: bold;
}
#browse a{ color:#BEED05}
#browse a:hover{ text-decoration:none}

#body {
        float:left;
	    width: 600px;
	    margin: 2px 1px 0 15px;
	    position: relative;
		background:#FFFFFF;
     }
	 #body a:hover{text-decoration:none}
	 
.inner{padding:10px;}
#inner{ background:url(images/bg_middle.jpg) repeat-y}

#footer {
	background:#485300;
	padding: 15px 8px 15px 8px;
	position: relative;
	text-align: center;
	border-top:#96C604 6px solid;
	font-weight: bold;
	font-size:11px;
	
}
	
#footer a {
	font-weight: bold;
	color:#BDFDAA;
	
}
#footer a:hover {
		text-decoration:none;
}

#footnav {
	position: absolute;
	text-align: right;
	right: 10px;
	top: 0px;
	padding: 8px 0 5px 0;
}
/**************************************************/
#naren{ padding-top:135px;
      margin:0;
	}
	  
#naren ul{list-style:none; margin:0; padding:0}

#naren li{ padding:8px 6px ; float:left; border-right:1px #FFFFFF solid}

#naren ul li a{ color:#FFFFFF;text-decoration:none}

#naren li:hover{ background:url(images/hover_li.jpg) repeat-x}

.active{ background:url(images/hover_li.jpg) repeat-x;padding:14px 8px ;}
#body ul li{list-style:square}
#body form{
         font-weight:bold; 
		   color:#333333;
		   font-size:12px;
		   margin:12px;
		    }
			
	.form{ background:#D3A8FF; border:#F1E6FF 4px solid}