@charset "UTF-8";
/* CSS Document */
#content {
	min-height: 467px;
	height:100%;
}
#news {
	margin: 0px 0px 25px 0px;
	right: 250px;
	top: 25px;
	padding: 0px;
	left: 0px;
	height:auto;
	clear:right;
	min-height:100px;
}
#news a {
	color: #000000;
	font-weight: bold;
	border-bottom: 1px dotted #CC0000;
	text-decoration:none;
}

#news_image {
	float: right;
	margin: 0px 37px 0px 0px;
	padding: 0px;
	top: 0px;
	width: auto;
	height: auto;
}
#top {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 100%;
	height: 197px;
	background: url(../images/back_repeat_top.jpg) center top no-repeat;
	min-width: 1032px;
}
#mid {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 100%;
	background: url(../images/back_repeat_mid.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	min-width: 1032px;
	height:100%;
}

#bottom {
	position: relative;
	margin: 0px auto 0px auto;
	width: 100%;
	height: 130px;
	background: url(../images/back_repeat_bottom.jpg) center top repeat-y;
	min-width: 1032px;
}