body {
	margin:0; 
	padding:0;
	/*background: #fff url(../images/bg.jpg) repeat-x top center;*/
	font-family: "Century Gothic";
	font-size:12px;
	line-height: 1.8em;
	word-spacing: 2px;
	color:#000;
}

.xlarge { font-size: 1.5em; }
.large  { font-size: 1.2em; }
.small  { font-size: 0.85em; }
.xsmall { font-size: 0.7em; }

a:link, a:visited { color: #4265A7; text-decoration:none; }
.entry a:link, .entry a:visited { font-weight: bold; }
a:hover {
	color: #993333;
	}
	
img { border: none; } 



/*___________________ wrapper __________________________*/


#wrapper{
	width:960px;
	margin:0 auto;
	padding:0 px;
	clear:both;
}

.wrap{
	width:960px;
	margin:0 auto;
	padding:0 px;
	clear:both;
}

/*____________________ header _________________________*/

#header {
	margin:0 auto;
	
}

#banner{
	background:url(../images/banner.jpg) top left no-repeat;
	height:215px;
}

#menu{
	height:35px;
}


#jsddm{	
	margin: 0;
	padding: 0
}

#jsddm li{	
	float: left;
	list-style: none;
	font: 11px Century Gothic;
}

#jsddm li a{	
	display: block;
	background:url(../images/nav_bg.jpg);
	padding:9px 0px 0px 24px;
	text-decoration: none;
	border-right: 1px solid white;
	width: 112px;
	height:28px;
	color: #EAFFED;
	white-space: nowrap;
}

#jsddm li a:hover{	
	background: url(../images/nav_select.jpg); }
		
#jsddm li ul{	
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white
}
		
#jsddm li ul li{
	float: none;
	display: inline
}
			
#jsddm li ul li a{
	width:150px;
	background: #A9C251 url(../images/nav_sub.jpg);
	color: #ffffff;
}
			
#jsddm li ul li a:hover{
	background: #8EA344 url(../images/nav_select.jpg);
	color:#FFFFFF;
}

/*___________________ contain __________________________*/

#contain{
	padding:0px;
	clear: both;
}

#nav{
	padding-top:20px;
	padding-bottom:10px;
	height:30px;
	color:#CC0000;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom:1px solid #c6c6c6; 
	
}

#contain h1{
	font-size: 1.4em;
	letter-spacing: 2px;
	font-weight: bold;
	line-height: 14px;
	color:#333333;
	padding:0px;
}

#contain h2{
	font-size:14px;
	color:#333333;
	padding:0px;
}

#contain #main{ 
	float: left; 
	width: 648px;
	padding: 20px 0 30px 0;
	}

#sidebar { 
	float: right;
	padding-bottom: 30px;
	width: 266px;  
	}
	
h2.sidebar {
	margin: 25px 0 10px 0;
	padding-bottom: 3px;
	font-size: 1.4em;
	border-bottom: 1px solid #c6c6c6;
	color: #555;
	}

#adbox {
  margin: 20px 0;
  padding: 3px;
  border: 1px solid #E6E1DC;
  background: #F0EBE6;
  }
  
#adbox1 {
  margin: 20px 0;
  padding: 3px;
  border: 1px solid #E6E1DC;
  background: #F0EBE6;
  }
  
#adbox img { border: 1px solid #E6E1DC; }


.clear:after, li.comment:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}


/*-----------------------------------------------------------*/

#main .block_directory {
	margin:6px;
	padding:8px;
	float:left;
	width:250px;
	border:0px solid #baa78c;
	/*background-color:#eeeeee;*/
}

#main .block_directory:hover{
	border:0px solid #baa78c;
	/*background:#baa78c;*/
}
#main ul.list_directory {
	list-style-type:none;
	margin:0; padding:0;
}

#main ul.list_directory li {
	width:250px;
}
#main ul.list_directory li:hover {
	background:#fefefe;
}


#main .testi{
	clear:both;
	padding:10px;
	background:#F0EBE6 url(../images/t_bg.jpg) no-repeat; 
	border: 1px solid #E6E1DC;
}

#main .testi .pic{
	width:100px;
	height:110px;
	float:left; 
	padding:6px;
}

#main .testi .comment{
	width:460px;
	float:right;
	padding-right:15px;
	padding-top:10px;
	background:#d4d4d4;
	padding-left:15px;
	padding-bottom:10px;
}

#main .page{
	padding:5px;
	clear:both;
}

#main .pageno{
	text-align:center;
	width:20px;
	height:20px;
	border:1px solid #fff;
}

#main .pageno:hover{
	background:#CCCCCC;
	border:1px solid #baa78c;
}

#main .pageout{
	padding:5px;
	float:left;
}

/*_____________________ footer ________________________*/


#footer {
	clear: both;
	padding: 30px 0;
	border-top: 0px solid #ded6d4;
	background: url(../images/footer.jpg) left top repeat-x;
	color: #555;
	font-size:11px;
	padding-top:40px;
	}
	
#footer a:link, #footer a:visited { color: #444; }
#footer a:hover { text-decoration: underline; }

#footer .flag{
	font-size:12px;
}


/*-----------------line-------------------------------*/

.line{
	border-bottom:1px solid #c6c6c6; 
	padding-top:5px;
	height:5px;
	padding-bottom:5px;
	clear:both;
}

.more{
	background:url(../images/more.png) no-repeat left bottom;
	padding-left:58px;
	font-size:12px;
	height:20px;
	float:right;
}

