/** BASIC */

body {    
	/** make page color to become gray */

	margin: 0px;
	padding: 0px;
	background: #ffffff url(../images/banner.swf) repeat-y center top;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}
P {margin-top:0;margin-bottom:0;}   
h1 {
	font-family: Arial, Helvetica, sans-;serif
	color: #60B7DE;
	text-transform: lowercase;
	font-weight: none;
}

h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	text-transform: uppercase;
	font-weight: none;
}

a {
	font-weight: none;
	color: #4773C1;
}

h2 {
	font-size: 18px;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
<!-- float image around text-->
.img1 {
	float: left;
	margin: 4px 15px 0px 0px;
	border: 5px solid #cccccc;
}
.text1 {
	font-size: 14px;
}
.text2 {  font-family: Tahoma; font-size: 11px; line-height: 18px; color: #000000; text-decoration: none}
.text3 {  font-family: Tahoma; font-size: 14px; color: #A01D09; text-decoration: none}
.text4 { font-family: Tahoma; FONT-SIZE:11px; line-height: 18px;color:#FFFFFF}
.gao24 {
	FONT-SIZE: 12px; LINE-HEIGHT: 24px; font-weight: none;
}
.article_title {  font-family: Tahoma; font-size: 17px; color: #A01D09; text-decoration: none}
.article_title_small {  font-family: Tahoma; font-size: 14px; color: #A01D09; text-decoration: none}
.article_content {  font-family: Tahoma; font-size: 15px; line-height:2;color: #000000; text-decoration: none ;text-align:justify; }
.article_author {  font-family: Tahoma; font-size: 11px; line-height: 18px; color: #999999; text-decoration: none}

A.a01:link { font-family:Tahoma; font-size: 11px; color: #FFFFFF; text-decoration: none}
A.a01:active { font-family:Tahoma; font-size: 11px; color: #FFFFFF; text-decoration: none}
A.a01:visited { font-family:Tahoma; font-size: 11px; color: #FFFFFF; text-decoration: none}
A.a01:hover { font-family:Tahoma; font-size: 11px; color: #FFFFFF; text-decoration: none}
.mms_tab_1 {
BORDER-RIGHT: #FA6D4C 1px solid; BORDER-TOP: #FA6D4C 1px solid; BORDER-LEFT: #FA6D4C 1px solid; BORDER-BOTTOM: #FA6D4C 1px solid
}
.mms_tab_2 {
BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BORDER-BOTTOM: #cccccc 1px solid
}
/** HEADER */

#header {
	width: 952px;
	margin: 0px auto;
	background: #FFFBFD url(../images/banner.swf) repeat-x left top;
	padding: 0px 0px 130px 0px;
}

#header h1 {
	margin: 0px;
	padding: 20px;
}

#header h2 {
	margin: 0px;
	font-size: 14px;
}
#navigation{
	width:210px;
	padding:0px;
	margin:0px 0px 10px 0px;
}
#navigation ul{
	text-align:left;
	margin:0px;
	padding:0px;
	border-top:5px solid #999999;		/* 顶端粗线 */
}
#navigation li{
	border-bottom:1px solid #ffffff;	/* 添加下划线 */
	
}
#navigation li a{
	display:block;						/* 区块显示 */
	padding:3px 5px 3px 2em;
	text-decoration:none;
	background:url(../images/icon11.gif) no-repeat 13px 9px;
}
#navigation li a:link, #navigation li a:visited{
	background-color:#E6E6E6;
	color:#000000;
}
#navigation li a:hover{					/* 鼠标经过时 */
	color:#FFFFFF;						/* 改变文字颜色 */
	background:#8C8C8C url(../images/icon22.gif) no-repeat 13px 9px;
}
/** MENU */
A.menu:link {
	COLOR: #993300; TEXT-DECORATION: none
}
A.menu:visited {
	COLOR: #993300; TEXT-DECORATION: none
}
A.menu:hover {
	COLOR: #ff3300; TEXT-DECORATION: underline
}
A.menu:active {
	COLOR: #993300; TEXT-DECORATION: none
}

#globallink{
	
	width: 778px;
	margin: 0px auto;
	
}
#globallink ul{
    list-style:none;
	padding:0px; margin:0px;
}
#globallink li{
	float:left; 
	text-align:center;
	width:111px;	
}
#globallink a{
	display:block;
	padding:9px 6px 5px 6px;
	background:url(../images/button1_bg.jpg) no-repeat;
	margin:0px;
}
#globallink a:link, #globallink a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#globallink a:hover{
	color:#000000;
	text-decoration:none;
	background:url(../images/button1.jpg) no-repeat;
	/* 替换背景图片 */
}

/** CONTENT */

#content {
	width: 778px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 140%;
}

#left {
	float: left;
	width: 485px;
	padding: 0px 20px 20px 20px;
}

#article_full_width {
	float: left;
	width: 720px;
	padding: 0px 20px 20px 20px;
}

#right {
	float: right;
	line-height: 18px;
	width: 210px;
	padding: 20px 20px 40px 20px;
}

#colA {
	float: left;
	width: 230px;
	padding: 0px 20px 0px 0px;
}

#colB {
	float: right;
	width: 230px;
	padding: 0px 0px 0px 0px;
}

/** FOOTER */

#footer {
	clear: both;
	width: 778px;
	margin: 0px auto;
	border-top: 5px solid #C12B0A;
}

#footer p {
	margin: 0px;
	padding: 20px 10px 0px 125px;
	color: #000000;
}

#border-top {
	border-top: 5px solid #60B7DE;
}
#food{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#food ul, #life ul{
	list-style:none;
	padding:0px 0px 10px 0px;
	margin:10px 10px 0px 10px;
}
#food ul li, #life ul li{
	background:url(../images/dot_1.gif) no-repeat 3px 9px;
	padding:6px 3px 3px 22px;
	border-bottom:1px dashed #999999;
}
#food ul li a:link, #food ul li a:visited, #life ul li a:link, #life ul li a:visited{
	color:#000000;
	text-decoration:none;
}
#food ul li a:hover, #life ul li a:hover{
	color:#CC0000;
	text-decoration:none;
}