@charset "utf-8";
/* CSS Document */

@import url("form.css");
@import url("nav.css");
@import url("datatable.css");

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background:#000000 url(../images/bg.jpg) top center no-repeat;
	margin:0px;
}
a {
	color:#740707;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#740707;
	letter-spacing:-1px;
	line-height:24px;
	margin-bottom:5px;
}
h2 {

}
h3 {

}

/*** CONTAINERS ***/

#header_container {
	clear:both;
	margin:0px auto;
	height:138px;
}
#nav_container {
	clear:both;
	margin:0px auto;
	
}
#content_container {
	clear:both;
	margin:0px auto;
	height:505px;
}
#footer_container {
	clear:both;
	margin:0px auto;
	height:98px;
}

/*** HEADER ***/

#header {
	clear:both;
	margin:0px auto;
	width:1200px;
	height:138px;
	background:url(../images/bg_top.jpg) top center no-repeat;
}

/*** NAV ***/

#nav {
	clear:both;
	margin:0px auto;

}


/*** CONTENT ***/

#intro {
	background:url(../images/bg_top.jpg) top center no-repeat;
}
#content {
	clear:both;
	margin:0px auto;
	width:1200px;
	height:505px;
	background:url(../images/content_bg.jpg) no-repeat;
}
#content_inner {
	clear:both;
	margin:0px auto;
	width:960px;
	height:505px;
}
#wysiwyg {
	float:right;
	padding:20px;
	padding-top:10px;
	padding-bottom:80px;
	height:415px;
	font-size:11px;
	overflow:auto;
	background:url(../images/wysiwyg_bg.png) top left no-repeat;
}
#btn_hide {
	display:block;
	float:right;
	width:19px;
	height:505px;
	background:url(../images/btn_hide.png) no-repeat;
	text-decoration:none;
}
#btn_show {
	display:none;
	float:right;
	width:19px;
	height:505px;
	background:url(../images/btn_show.png) no-repeat;
	text-decoration:none;
}
.news_title {
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	font-size:12px;
	line-height:12px;
}
.news_date {
	color:#274e05;
	font-size:12px;
}

/*** FOOTER ***/

#footer {
	clear:both;
	margin:0px auto;
	width:1200px;
	height:98px;
}
#footer_top {
	width:1200px;
	height:39px;
}
#footer_left {
	float:left;
	width:969px;
	height:59px;
}
#footer_right {
	float:right;
	width:231px;
	height:59px;
}
#footer_bot {
	clear:both;
	padding-top:10px;
	text-align:center;
}
#footer_bot a {
	color:#c5ff73;
}