body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td
	{
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4,h5,h6 {
	font-size: 100%;
}

address,cite,dfn,em,var {
	font-style: normal;
}

code,kbd,pre,samp,tt {
	font-family: "Courier New", Courier, monospace;
}

small {
	font-size: 12px;
}

ul,ol {
	list-style: none;
}

a {
	color: #14647D;
	cursor: pointer;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

legend {
	color: #000;
}

fieldset,img {
	border: none;
}

button,input,select,textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	border: none;
	height: 1px;
	*color: #fff;
}


body {
	font: 12px/1.5 Tahoma, Helvetica, Arial, sans-serif;
	background-image: url(http://sub165621.host142.zhujiwu.me/theme/aya/image/bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-attachment: scroll;
	color: #000;
	background-color: #F1F1F1;
}

.mainbody {
	
}

.container {
	width: 980px;
	margin: 0 auto;
}

.header {
	height: 100px;
	overflow: hidden;
}

.logo {
	float: left;
	margin-top: 20px;
	width: 250px;
}

.logo a {
	float: left;
}

.banner {
	margin-top: 13px;
	float: left;
	width: 400px;
}

.headmenu {
	text-align: right;
	color: #454545;
	line-height: 26px;
	float: right;
}

.headmenu a {
	color: #414141;
	font-weight: bold;
}

.content {
	clear: both;
	margin-bottom: 10px;
}

.footer {
	margin: 0px 0 10px 0;
}

