@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #086958;
	background-image: url(../images/amber.jpg);
}
#wrapper {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header_100%25.png);
	background-repeat: repeat-x;
}
#header {
	background-color: #000000;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 155px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	height: 25px;
	width: 960px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
#content {
	width: 960px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
#news {
	background-color: #666666;
	float: left;
	width: 300px;
	margin-top: 5px;
	padding: 5px;
	margin-bottom: 5px;
}
#maininfo {
	float: left;
	width: 635px;
	margin-left: 5px;
	margin-top: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #FFFFFF;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	text-align: left;
	background-image: url(../images/main_bg.png);
}
#hr_line {
	width: 100%;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #333333;
}
.img_border_left {
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #333333;
	padding-left: 5px;
}
.img_border_right {
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #333333;
	padding-right: 5px;
}
#footer {
	font-family: Baramond;
	font-size: 10px;
	color: #FFFFFF;
	width: 960px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: center;
}
a {
	font-family: Baramond;
	font-size: 14px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #CCCC66;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

