* {
	padding:0;
	margin:0;
}
body {
	font-size:12px;
	margin:0 auto;
	font-size:12px;
	background: #f8ffed url(../images/bg2.png) repeat-x;
}
ul {
	list-style-type:none;
}
a {
	color:#294c0c;
	text-decoration:none;
}
a:hover {
	color:#294c0c;
	text-decoration:none;
}
img {
	border:none;
}
#container , #header {
	width:780px;
	margin:0 auto;
}
#header {
	height:239px;
}
#nav {
	height:60px;
	margin-left:95px;
}
#nav ul {
}
#nav ul li{
	float:left;
	margin-left:27px;
}
#logo {
	float:left;
	margin-left:6px;
	display:inline;
}
#slide {
	float:left;
}
#list {
	margin-top:6px;
	float:left;
}
#list ul li {
	float:left;
	padding-left:3px;
}
#footer {
	height:276px;
	clear:both;
	background:url(../images/bg_bottom.jpg) repeat-x;
}
#copyright p {
	padding-top:235px;
	text-align:center;
	color:#FFF;
}
