@charset "utf-8";
/*************************************
*
* 文件名称：common.css
* 创建日期：2007-8-13
* 制 造 者：胡苹
* 内容概要：存放通用布局、公共字体、颜色、输入框、按钮等样式
*
*************************************/

body { 
	width:1003px; 
	padding:0;
	margin:0 auto;
	color:#333;
	font-size:12px;
	font-family: "Leelawadee",Arial, Helvetica, sans-serif;
	background:#fff url(/images/bot.gif) left bottom repeat-x;;
}
* {
	margin:0px;
	padding:0px;
}
ul,li {
	list-style-type:none;
}
img {
	border:0px;
}
p,a,span { text-align:justify; text-justify:newspaper; word-break:keep-all;}
h4,h5,h6 {text-align:justify; text-justify:justify; word-break:keep-all;}

/** 文字链接样式 **/
a:link {
	color: #0066FF;
	text-decoration:none;
}
a:visited {
	color: #0066CC;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
a:active {
	color:#333;
	text-decoration:underline;
}

/********** 页面内部公共部分样式开始 **********/
.common,.nav {margin:0 auto;width:100%;height:auto;clear:both;overflow:hidden;}
.container,.copyright {margin:0 auto;width:1003px;height:auto;clear:both;overflow:hidden;}
.nav {background:url(/images/navbg.gif) left top repeat-x; height:32px;}
.left {width:20%;height:auto;float:left;overflow:hidden;}
.right {width:31%;height:auto;float:right;overflow:hidden;}
.center {width:49%;height:auto;float:left;overflow:hidden;}
.content1 {width:67%; padding-left:20px;height:auto;float:left;overflow:hidden;}
ul.tit { margin:0 auto; width:95%;}
ul.tit li {width:100%; height:50px; line-height:50px; overflow:hidden; border-bottom:#808080 solid 1px;}
ul.tit li span { font-family:"Leelawadee",Arial, Helvetica, sans-serif; font-size:35px; color:6f6f6f;}


#photo {
 	float: right;
	margin: 10px 0 5px 10px;
	padding: 0 2px 2px 5px;
    }
#lphoto {
 	float: left;
	margin: 10px 0 5px 0px;
	padding: 0 2px 2px px;
    }
#cphoto {
 	float: none;
	margin: 10px 0 5px 0px;
	padding: 0 2px 2px 2px;
    }
