#main {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 5px;
	padding-left: 5px;
	width: 760px;
}
#topLeft {
	float: left;
	width: 149px;
	padding-top: 20px;
	background-color: #FFFFFF;
}
#topLeft img {
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#topCenter {
	float: left;
	width: 384px;
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-top: 20px;
}
#topCenter img {
}
.topBox {
	margin-bottom: 20px;
}
.topBox img {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1E1502;
}
.topBox2 {
	margin-bottom: 20px;
}
.topBox2 img {
	margin-right: 8px;
}
#topRight {
	float: left;
	width: 207px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_information.gif);
	padding-left: 5px;
}

#newsBox {
	height:300px;
	overflow:auto;
}

.newsEntry {
	margin: 8px 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d2cd;
}
.date {
	color: #253706;
}
.new {
	text-align: right;
	padding-top: 2px;
	padding-bottom: 5px;
}
.newsEntry p {
	line-height: 1.4;
	color: #554A34;
}
.mapBox {
	background-color: #EAEAC1;
	height: 259px;
	position: relative;
}
