/* 默认样式---------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td ,embed{
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
 vertical-align: baseline; 
}

/* body  调整为你需要的样式----------------------------------------*/
body {
	font-size: 12px;
	text-align: center;
	background:url(../images/bg1.jpg) no-repeat top center; 
	background-color: #fbf1e7;
}

/* font --------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {}
/* list -----------------------------------------------------------*/
ol,ul {list-style-type: none;}
li {list-style: none;}
/* clearfix-----------------------------------------------------*/
.clearfix:after,.main:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}/*IE7用*/
* html .clearfix,* html .main { zoom: 1; display: inline-block;}/* Hides from IE-mac \*/
.clearfix,.main{ display:block;}/* End hide from IE-mac */
.l{ float:left;} .r{ float:right;} 

/* heading-------------------------------------------------*/
h1 strong,h1 em,h2 strong,h2 em,h3 strong,h3 em,h4 strong,
h4 em,h5 strong,h5 em,h6 strong,h6 em {
	font-weight: inherit;
	_font-weight: expression(this.parentNode.currentStyle.fontWeight);
	*font-weight: expression(this.parentNode.currentStyle.fontWeight);
}

/* link   调整为你需要的连接颜色  ------------------------------*/
a:link    {color: #032950;text-decoration: none;}
a:visited {color:#032950;text-decoration: none;}
a:hover   {color: #032950;text-decoration: underline;}
a:active  {color: #032950;text-decoration: none;}
 
