 
html {
	background: #fff;
}

body {
	margin: auto;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	width: 930px;
	display: table;
	background-color:#fff;
}



p {
	color: #666;
	text-align: justify;
	margin: 0 0 10px 0;	
}

h1 {
	font-size: 18px;
	color: #999;
	margin: 0 0 10px 0;
}

.container {
	margin: auto;
}

#header {
	width: 980px;
	height: 190px;
	padding: 2px 0 0 0;
	margin: 0 0 25px 0;
}

#slider {
	clear: both;
	width: 1030px;
	height: 320px;
	padding: 0 10px;
}

#logo_area {
	float: left;
	width: 265px;
	height: 80px;
	font-weight: bold;
	
	margin: 25px 0 0 0;
}

#logo {
	font-size: 30px;	
	margin: -25px 0 0px 0;
}
#logo a {
	
	text-decoration: none;
}
#slogan {
	font-size: 14px;
	margin: 0;
}

#search {
	float: right;
	width: 350px;
	height: 33px;
	margin: 65px 30px 0 0;
}

.field {
	float: left;
	width: 234px;
	height: 23px;
	border: none;	
	border: none;
	color : #ccc;
	font-size: 15px;
	padding: 5px 3px 0 3px;
	background: #000;
	border: 1px solid #333;

}

.button {
	float: right;
	width: 90px;
	height: 30px;
	border: none;	
	background: url(images/button.jpg) repeat-x;
	border: 1px solid #333;
	color : #ccc;
	font-size: 15px;
	cursor: pointer;
}

#menu {
	height: 28px;
	float: left;
	width: 1030px;
	margin: 40px 0 0 0;
}

#menu ul {
	list-style: none;
	display: inline;
}

#menu ul li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

#menu li a {
	float: left;
	height: 23px;
	display: block;
	color: #313131;
	text-decoration: none;
	font-size: 15px;	
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	margin: 0 5px 0 0;
	padding: 5px 20px 0 20px;
}

#menu li.current a, #menu li a:hover {
	background:#57c1eb;
	color: white;
	
}


#image_fader {
	width: 1030px;
	height: 245px;
	padding: 0;
	margin: 0 0 30px 0;
}

#content_area {
}

#left {
	/*float: left;*/
}

.post {
	margin: 0 0 10px 0 ;
}

.post_title {
	height: 30px;
	background-color:#afafaf;
	font-size: 18px;
	padding: 10px 0 0 20px;
	margin: 0;
}

.post_title a {
	color: #666;
	text-decoration: none;
}

.post_title a:hover {
	color: #0099CC;
}

.post_text {
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	padding: 20px 20px 10px 20px;
	font-size:14px;
	min-height:7em;
    border-bottom: 1px #cccccc solid;
    padding-bottom: 40px;
}

.post_text img {
	float:left;
	margin: 10px 10px 10px 10px;
	border: 1px solid #ccc;
	padding: 5px;
}

.post_bottom {
	height: 30px;

	font-size: 12px;
	text-align: right;
	padding: 10px 20px 0 0;
	margin: 0;
}

.post_bottom a {
	color: #666;
	text-decoration: none;
}

.post_bottom a:hover {
	color: #0066CC;
	text-decoration: underline;
}

#right {
	float: right;
	width: 300px;
}

.section {
	width: 300px;
	margin: 0 0 30px 0;
	margin-top:30px;
}

.section_title {
	width: 278px;
	height: 30px;
	background: url(images/section_title.jpg);
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 18px;
	color: #666;
	padding: 10px 0 0 20px;
}

.section_bottom {
	width: 258px;
	background: url(images/section_bottom.jpg) bottom no-repeat;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px 20px 10px 20px;
}

#bottom_area {
	background: url(images/bottom.jpg) #000 repeat-x;
	width: 100%;
	padding: 20px 0;
}

.section_1 {
	width: 178px;
	float: left;
	border: 1px solid #292929;
	padding: 20px 20px 10px 20px;
	margin: 0 20px 0 0;
}

.section_2 {
	width: 408px;
	float: right;
	border: 1px solid #292929;
	padding: 20px 20px 10px 20px;
	margin: 0;
}

#footer {
	width: 930px;
	color: #AAA;
	font-size: 11px;
	background: url(images/footer.jpg);
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
}

#footer a {
	color: #AAA;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
}

.list {
	color: #333;
	text-align: justify;
	list-style: none;
	padding: 0 0 0 10px;
}

.list li {
	font-size: 11px;
	list-style: disc;
	padding: 0px;
	margin: 5px 0px;
}

.list a {
	color: #333;
	text-decoration: none;
}

.list a:hover {
	color: #0066CC;
	text-decoration: underline;
}

.gray_list li, .gray_list a {
	color: #999;
}

.gray_list a:hover {
	color: #FFF;
}

.cleaner {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

.column_w300_section_01 {
	clear: both;
	padding: 20px 19px;
	background: url(images/side_column_divider.jpg) bottom repeat-x;
}

.news_image_wrapper {
	float: left;
	width: 70px;
	height: 70px;
	padding: 4px;
	margin: 3px 0 0 0;
	border: 1px solid #dad8d8;
	background: #ffffff;
}

.news_image_wrapper img{
	width: 69px;
	height: 69px;
	border: 1px solid #9c9d85;
}

.news_content {
	float: right;
	width: 170px;
	margin:3px;
}

.news_content .news_date {
	font-size: 12px;
	color: #9a9a9a;
}
header_04 {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.header_04 a{
	clear: both;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.news_content p{
	line-height: 15px;
	font-size: 11px;
}

.ad_text
{
	padding:2px 2px;
	width:15em;
	margin-left:1em;
	height:1.5em;
	border:solid 1px #333333;
	border-radius:6px;
}
.ad_txtarea
{
	height:5em;
	width:20em;
	border:solid 1px #333333;
	border-radius:6px;
	margin-left:1em;

}
.ad_btn
{
	height:4em;
	width:12em;
}
.ad_logout{

color:#FF0000;
height:2.3em;
width:6em;
}

#right {
    display: none !important;
}