@charset "utf-8";
BODY {
	background-color:#FFF691;
	margin: 0;
	padding: 0;
	background-position: center top;
}

#header {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	position: relative;
	height: 210px;
	width: 100%;
	top: 0px;
}
#header #topnav {
	position: absolute;
	height: 45px;
	top: 0px;
}

#midtag {
	background-image: url(images/bg_midtag.jpg);
	background-repeat: repeat-x;
	position: relative;
	width: 100%;
	height:38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #945609;
}

#wrapper {
	background-image: url(images/bgmid.jpg);
	background-position:center;
	background-repeat:repeat-y;
	position: relative;
	width: 1000px;
}

#wrapper #content {
	background-image: url(images/bgmid.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#fff691;
	position: relative;
	width: 1000px;
	float:left;
}
#wrapper #content #contentleft {	
	position: relative;
	width: 564px;
	float: left;
	padding-left:120px;
	padding-top:20px;
}
#wrapper #content #contentleft .contentleft_text {
	position: relative;
	width: 520px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 22px;
	padding-left: 40px;
}
#wrapper #content #contentleft .contentleft_text .contentleft_icon {
	background-color: #FFFFFF;
	float: left;
	height: 43px;
	width: 34px;
	position: absolute;
	top:8px;
	left:0px;
}

#wrapper #content #contentright {
	position: absolute;
	width: 216px;
	left:684px;
	background-image: url(images/rightside.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#wrapper #content #contentright .update {
	position: relative;
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333742;
	font-weight: normal;
	padding-top: 24px;
	padding-left: 28px;
	padding-right: 18px;
}
#wrapper #content #contentright .update .updatecontent {
	position:relative;
	padding-top:10px;
	padding-left: 28px;
	padding-right: 8px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
}

#wrapper #content #contentright .update .line {
	background-image: url(images/bg_underline.jpg);
	background-repeat: repeat-x;
	position: relative;
	height: 5px;
	width: 160px;
}
#wrapper #content #contentright .update .icon {
	position: absolute;
	height: 35px;
	left: 25px;
	bottom: 1px;
}

#footer {
	position: relative;
	width: 100%;
	height: 55px;
	background-image: url(images/bgfooter.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	background-repeat: repeat-x;
	background-position:center top;
	clear:both;
}
#footer #footercontent{
	position: relative;
	width: 1000px;
	height: 55px;
	background-image: url(images/bgfooter.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	background-repeat: repeat-x;
	background-position:center top;
	clear:both;
}
A.set1:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 35px;
	padding-right: 35px;
	background-repeat: no-repeat;
	font-weight: bolder;
}

A.set1:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 35px;
	background-repeat: no-repeat;
	font-weight: bolder;
}
A.set1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 35px;
	background-repeat: no-repeat;
	font-weight: bolder;
}
A.set1:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	text-decoration: underline;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 35px;
	background-repeat: no-repeat;
	font-weight: bolder;
}
A.set2:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	text-decoration: none;
}

A.set2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	text-decoration: none;
}
A.set2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}
A.set2:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	text-decoration: underline;
}
#wrapper #content #contentleft .contentleft_text .gap {
	padding-bottom: 10px;
}
.news a{
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	font-weight:600;
	text-decoration:none;
	text-align:justify;
	}
	.read a{
	color:#990000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;	text-decoration:none;
	}
	.read a:hover{font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color:#FF0000;
	font-weight:bold;
	text-decoration:underline;
	}