* {
    padding: 0;
    margin: 0;
} 

body {
    background: #80c823;
	font:12px "Arial" Verdana, Arial, sans-serif;
	line-height: 1.2em; 
}
a {
	color:#333333;
	text-decoration: underline;
	color:#000099;
}

a:hover {
	
	text-decoration: none;
	color:#B90000;
}
img{border:none;}
#wrap {
margin: 20px auto;
width: 800px;
background: #fff url('images/midbg.jpg');
background-repeat: repeat-y;
}

#top { 
background: #fff url(images/topbg2.jpg);
height: 180px;
}

#content {
padding: 0 10px 0 10px;
}

#bottom {

background: #fff url('images/botbg.jpg');
height: 38px;
width:800px;
margin:0 0 15px 0;
}
.header {
position:relative;
height: 180px;
}
.naren{padding:5px; background:#DDDDFF; }

.right { margin:0;
	height: 42px;
	width: 781px;
	}
.right a{color:#999999; font-weight:bold}
.right a:hover{color:#CCCCCC; text-decoration:none}
.right ul {float: left;
	       margin:0; 
	       list-style:none;
          }

.right li {float: left;
	       color: #3B6EBF;
	       display:block;
	       margin-left:2px;
		   padding:5px;
	       background:#000000;
		   margin-top:0px; margin-bottom:0px;
		   }
.right li:hover{background:#DE5807}	
.middle {
	float: left;
	width: 93%;
	margin:0px 15px 0 15px;
	text-align: justify;
}
.middle h1 { color: #333333; font-size: 20px; margin-bottom: 10px; margin-top: 10px;}
.middle h2 { color: #333333; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}
.right h2 { color:#333333; font-size: 14px; margin-top: 15px;}
.middle p,li,ol{margin-top:10px; margin-bottom:10px;}
.middle li,ol{margin-left:12px; list-style:square}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #666;
}


