@charset "utf-8";
/* CSS Document */
/* $!$t@1 */


body {
	background:url(../images/body-bg2.png) repeat;
}

h1,h2,h3,h4,h5,h6 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0px; padding:0px; color:#60b693;
}
ul, li {
	white-space:normal;
}




/* container */
.box-web {
	width:800px; height:auto; margin:20px auto;
	background:#FFF; color:#000; font-weight:normal;
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/ overflow:hidden;
	/*font-size:14px;*/ border:1px solid #60746b; padding:10px 10px 10px 10px;
}


/* banner & sidebar */
.box-banner {
	width:800px; height:250px; float:left;
	background:#FFF;   /*#F90*/
}
.box-sidebar {
	width:800px; height:30px; float:left;
	background:url(../images/sidebar-bg.jpg) repeat;
	background:#60b693;   
}
ul#sidebar {
	list-style:none; margin:0; padding:0;
	text-decoration:none;
}
ul#sidebar li, ul#sidebar li a {
	float:left; display:block; text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#80f4c5; font-weight:bold; font-size:14px;
	margin:1px 5px 0 5px; padding:2px;
}
ul#sidebar li a:hover, ul#sidebar li a:active, ul#sidebar li#current {
	float:left; display:block; text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#c9f4e1; font-weight:bold; font-size:14px;
	margin:1px 5px 0 5px; padding:2px;
}



/* content */
.box-content-left {
	width:580px; height:auto; float:left;       /* width:600px; */
	margin:12px 20px 0 0;
}
.divider {
	width:290px; height:auto; float:left;
}
.divider a {
	text-decoration:underline; color:#999;
	line-height:23px;
}
.divider a:link, .divider a:visited, .divider a:active {
	text-decoration:underline; color:#999;
	line-height:23px;
}
.divider a:hover {
	text-decoration:none; color:#60746b;
	line-height:23px;
}
.box-content-blank {
	width:580px; height:auto; float:left;       /* width:580px; */
}

.box-content-right-bottom {
	width: 180px; height:auto; float:left;
    background: #60b693; margin:12px 0 0 0;
	text-align: left
}
.box-templete {
	width:180px; height:auto;
}	

.box-templete a {
	text-decoration:none; color:#60b693;
	line-height:23px;
}
.box-templete a:link, .box-templete a:visited, .box-templete a:active {
	text-decoration:none; color:#60b693;
	line-height:23px;
}


.box-content-right {
	width:180px; height:auto; float:left;       /* width:200px; */    
	background:#c9f4e1; margin:12px 0 0 0;
	padding:10px; /*overflow:hidden;*/
	text-align:left;
}
.box-see {
	   padding-left:20px; padding-right:20px; padding-top:10px; font-family: Arial, Helvetica, sans-serif; 
	   font-size:12px; font-weight:normal; color: #FF0000; font-weight:bold
}
.copyright {
	width:800px; height:auto; clear:both;
	text-align:center; margin:20px 0 0 0;
}

