body {
        font-family:Arial, Helvetica, sans-serif;
        font-size: 12px;
        color:#333333;
		margin:0;
		padding:0;
		background:#D3F9C3;
    }

img { border: 0; }

#wrapper {
	margin:0 auto;
	width: 1024px;
	position: relative;
}
#inner{ width:1024px; margin:0; padding:0}
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;
      }
#header {
	background: url(images/header_bg.jpg) no-repeat;
	padding-top: 11px;
	position: relative;
	width:1024px;
	height:172px;
}
			
/****************************************************************************/
#browse {
	float: left;
	width: 226px;
	margin:12px 10px 0 20px;
	padding:0;
	color:#360124;
	
	}
	
#browse h2{ color:#FFFFFF; 
               background:url(images/dt_middle.png) no-repeat;
			   padding:6px 0 6px 10px;
			   width:200px;
			   margin:0}
	
#browse ul{ list-style:none; 
            margin:10px 0; 
			padding:0;
			width:200px;
			}
#browse li{ list-style:none; 
            margin:1px 0 0 0; 
			padding:7px 0 0 14px;
			background:url(images/browse_a_bg.png) no-repeat;
			height:25px
			}
			
			
#browse li:hover{background:url(images/browse_hover_bg.png) no-repeat;}
	
#browse a{ color:#424B3E;
            text-decoration:none;
			font-size:12px}
#browse a:hover{ text-decoration:none}

#body {
        margin:0;
	    position: relative;
		padding:0;
		width:1024px;
		background:url(images/body_middle.jpg) repeat-y;
	     }
.body_top{ background:url(images/body_top.jpg) no-repeat; 
           width:1024px; 
		   height:15px;
		   margin:0;
		   padding:0}
.body_bottom{background:url(images/body_bottom.jpg) no-repeat; width:1024px; height:19px}
		 
#body a:hover{text-decoration:none}
	 
.inner{ padding:10px; 
        width:520px;
		float:left
		
		}

/***************************************************/

#footer{
       width:1024px;
	  padding:20px 0 60px 0;
	   color:#9E9E9E;
	   background:#1A1A1A;
	   border-bottom:#000000 4px solid;
	   
	   }
#footer ul{list-style:none; 
           margin:0px 0 0 65px; 
		   padding:0;
		   width:800px;
		   text-align:center;}

#footer li{float:left;margin:0; padding:3px;}

#footer ul li a{ color:#E9E9E9;text-decoration:none;}
#footer ul li a:hover{ color:#FFFFFF;text-decoration:underline;}


/**************************************************/
#naren{ margin-top:0px;
       width:1024px;
	    height:35px;
	    padding:0;
	    background:url(images/middle.jpg) repeat-x; 
	   }
#naren ul{list-style:none; margin:0px; padding:0}

#naren li{float:left; 
          margin:0; 
		  padding:10px 20px;
		  background:url(images/middle.jpg) repeat-x;
		  border-right:#8D9782 dotted 1px;
		  }
#naren li:hover{background:url(images/li_hover.jpg) repeat-x;}

#naren ul li a{ color:#424B3E;
                text-decoration:none; 
				font-weight:bold;
				}

/*******************************************************/
#body form{
         font-weight:bold; 
		   color:#333333;
		   font-size:12px;
		   margin:12px;
		    }
			
.form{ background:#D3A8FF; border:#F1E6FF 4px solid}

.inner ul li{ list-style:square}


/*******************************************************/

.right_category{ float:right;
                 width:160px;
				 padding:10px;
				 font-size:12px
				 
				 }
.right_category ul{ padding:0;
                    margin:0;
					list-style:none;
					}
					
.right_category li{ padding:0;
                    margin:0 5px;
					list-style:square;
					}				 
/*******************************************************/

.show{ color: #F20000;
	font-weight: bold;}
	
	
/*******************************************************/

.highlight{ background:#FEE221;
             text-align:center;
			 padding:5px 0;
			 }
	 