﻿@charset "utf-8";
body {
	
	background-repeat: repeat-x;
	background-color: #F5F5F5;
	margin: 0px;
	padding: 0px;
	background-position: center top;
}
div,ul,li,dt,dd,dl,td,tr,table,p,span,h1,h2,h3,h4,h5,h6,hr{margin:0px;padding:0px;list-style:none;}
body,td,th {font-size: 12px;line-height:24px;color:#222222;}
a:link,a:visited{color:#222222;text-decoration:none;}
a:hover{
	color: #006699;
}
img { border:0;}
#main {
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	float: left;
	height: 190px;
	width: 1400px;
	background-image: url(../images/zlnbimages/top.jpg);
}
#left {
	float: left;
	width: 300px;
}
#right {
	float: right;
	width: 1099px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #039;
}
#footer {
	float: left;
	width: 1400px;
	height: 30px;
	background-color: #CCC;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
}
