@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 23px;
	background-color: #f3fcf2;
	margin: 0px;
	padding: 0px;
}
img{ border:0; }
.container {
	margin: 0px auto;
	width: 976px;
}
.container .top {
	background: url(../images/bg-top.gif);
	height: 49px;
}
.container .header {
	height: 188px;
	background: #FFF;
	margin: 0px 8px;
	text-align: center;
	position: relative;
}
.container .header img#logo {
	position: absolute;
	left: 386px;
	top: -34px;
}
.container .header #pics { margin-top: 10px; }

.container .title {
	background: url(../images/bg-mid.gif);
	height: 116px;
}
.container .middle {
	background: url(../images/bg-tile.gif);
	padding-top: 15px;
	padding-bottom: 20px;
}
.container .middle .menu {
	float: left;
	width: 210px;
	padding-left: 30px;
}
.container .middle .menu a {
	height: 29px;
	width: 185px;
	display: block;
	margin-bottom: 7px;
}
.container .middle .content {
	float: left;
	width: 686px;
	padding-right: 30px;
	padding-left: 20px;
}
.container .middle .content #weather { float: right; }

.container .footer {
	background: url(../images/bg-end.gif) bottom;
	height: 40px;
	font-size: 10px;
	text-align: center;
	color: #2B7B00;
	font-weight: bold;
}
.container .footer a {
	color: #2B7B00;
	text-decoration: none;
}

