body {
	background-color:#525252;
	color:#E6DFD2;
	font-family:"MS UI Gothic","MS PGothic","Osaka";
	font-size:12px;
	text-align:center;
	margin:0;
	padding:0;
}

#page {
	background-image:url(images/page.png);
	background-repeat:repeat-y;
	width:900px;
	margin:auto;
	padding:0;
	text-align:left;
}

#header {
	width:845px;
	height:83px;
	background-image:url(images/header.png);
	background-position:bottom center;
	clear:both;
	padding-top:35px;
	padding-left:55px;
}

#menulinks {
	width:880px;
	height:60px;
	background-image:url(images/menulinks.png);
	clear:both;
	padding-left:20px;
}

#menulinks a {
	padding-left:15px;
	padding-right:15px;
	padding-top:17px;
	height:35px;
	background-image:none;
	background-position:top center;
	background-repeat:repeat-x;
	display:block;
	color:#E6DFD2;
	text-decoration:none;
	float:left;
	font-size:14px;
	font-weight:bold;
	font-family:Arial;
}

#menulinks a:hover, #menulinks a.active {
	background-image:url(images/menuhover.png);
	text-decoration:none;
	background-repeat:repeat-x;
}

.menulines {
	width:2px;
	height:53px;
	float:left;
	display:block;
	background-image:url(images/menuline.png);
}

.newsdate {
	padding-bottom:4px;
	color:#FFFFCC;
	font-weight:bold;
}

a {
	text-decoration:none;
	color:#FF6600;
}

a:hover {
	text-decoration:underline;
}

#mainarea {
	padding-top:10px;
}

#contentarea {
	padding-left:35px;
	width:520px;
	padding-right:38px;
	line-height:20px;
	float:left;
	padding-bottom:15px;
	font-family:Arial;
}

.content {
	padding-bottom:15px;
}

#sidebar {
	width:270px;
	float:left;
	line-height:18px;
}

.sidebarheader {
	font-size:16px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:0px;
	margin-bottom:7px;
	color:#FFFFCC;
	border-bottom:1px solid #773536;
	font-family:Arial;
}


h1 {
	font-size:35px;
	font-weight:bold;
	margin:0;
	color:#FFFFCC;
	font-family:Arial;
}

.description {
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding-left:2px;
	color:#CCCCCC;
	font-family:Arial;
}

#footer {
	width:900px;
	padding-top:22px;
	text-align:center;
	padding-bottom:10px;
	color:#E6DFD2;
	font-size:12px;
	line-height:16px;
	clear:both;
	background-image:url(images/footer.png);
}

#footer a {
	color:#FFFFFF;
}

h2 {
	font-size:16px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:0px;
	margin-bottom:7px;
	color:#FFFFCC;
	border-bottom:1px solid #723133;
}










