@charset "utf-8";
/*
=================================
Desc:Reset
Author: Allen Iver
Date: 2009-02-27
=================================
*/

/************************/
/**********Reset*********/
/************************/
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table{border-collapse: collapse;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}

* html .column {overflow-x: hidden;} /* IE6 fix */

html{
	background-image:url(/Images/bgimg.png);
	background-color:#FFFFCD;
	background-repeat:repeat-x;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;  /* Centre content for IE5 */
	font-size: 62.5%;
	line-height:1.5;
	color: #333;
	background-image:url(/Images/bgimage.gif);
	background-position:bottom right ;
	background-repeat:no-repeat;
	padding:10px 0;
}

/************************/
/*****Basic Elements*****/
/************************/
ol, ul {list-style: none;}
p,li {line-height: 150%}

a,td,textarea,span,select,div {word-break:break-all;}
/*span {float:left;display:inline;} 加这里后会使文章内容变形，不居左了*/
input {font-family:Arial, Helvetica, sans-serif;}

:link, :visited , ins {  /*出除链接下划线*/
    text-decoration: none; 
}
img{
	border:0;
/*　
	background-image:url(http://www.uni86.net/images/imgloading.gif);
　background-position:center;
　background-repeat:no-repeat;
*/
}

h1 {
	font-weight: normal;
	font-size: 2.25em;

	font-family:Helvetica,Arial,sans-serif;
}
h3{
	font-size:2.25em;
	font-weight:normal;

}
