
@import 'nav.css';

body
{
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #000;
	background: #1e292d url(imgs/bg.gif) repeat-x;
	background-color:#1e292d;
	margin: 0; padding: 15px 0 0 0;
}
div#container
{
	width: 964px;
	margin: 0 auto;
	background: #fff;
	overflow: auto;
}

textarea{
font-family: Trebuchet MS, sans-serif;
font-size: 12px;
background-color: #FFFFFF;
border:1px solid #1a2326;
color: #000000; 
}

select{
color: #000000; 
background-color: #FFFFFF;
font-family: Trebuchet MS, sans-serif;
font-size: 12px;
}


input{
color: #000000; 
background-color: #FFFFFF;
font-size: 12px;
font-family: Trebuchet MS, sans-serif;
border-right: #1a2326 1px solid; 
border-top: #1a2326 1px solid; 
border-left: #1a2326 1px solid; 
border-bottom: #1a2326 1px solid; 
}
h1#banner
{
	width: 954px;
	height: 335px;
	text-indent: -9999px;
	background: url(imgs/banner.jpg) no-repeat;
	margin: 0 auto;
	clear: both;
}
div#content
{
	width: 954px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	clear: both;
}
div#left
{
	width: 202px;
	float: left;
}
div#center
{
	width: 540px;
	float: left;
	margin: 0 0 0 5px;
}
div#right
{
	width: 202px;
	float: right;
}
.side_header
{
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	width: 192px;
	height: 42px;
	line-height: 42px;
	padding: 0 0 0 10px;
	background: url(imgs/side_header_bg.gif) no-repeat;
}
.side_content_menu
{
	width: 200px;
	border: 1px solid #769dae;
	background: #dde6eb;
	margin: 0 0 10px 0;
}
.side_content
{
	width: 180px;
	padding: 10px;
	border: 1px solid #769dae;
	background: #dde6eb;
	margin: 0 0 10px 0;
	overflow: auto;
}
.search_input_left
{
	width: 4px;
	height: 25px;
	background: url(imgs/search_input_left.gif) no-repeat;
	float: left;
}
.search_input
{
	font-family: Trebuchet MS, sans-serif;
	width: 107px;
	height: 21px;
	padding: 4px 3px 0 0;
	background: url(imgs/search_input.gif) repeat-x;
	border: 0;
	float: left;
	}
.search_submit
{
	cursor: pointer;
	width: 50px;
	height: 25px;
	background: url(imgs/search_button.gif) no-repeat;
	border: 0;
	float: left;
}

.center_header
{
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	width: 530px;
	height: 42px;
	line-height: 42px;
	padding: 0 0 0 10px;
	background: url(imgs/center_header_bg.gif) no-repeat;
}

.center_header_forum
{
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	width: 736px;
	height: 42px;
	line-height: 42px;
	padding: 0 0 0 10px;
	background: url(imgs/center_header_forum_bg.gif) no-repeat;
}

.center_content
{
	width: 538px;
	background: #dde6eb;
	border: 1px solid #749eae;
	margin: 0 0 10px 0;
}

.center_content_forum
{
	width: 744px;
	background: #dde6eb;
	border: 1px solid #749eae;
	margin: 0 0 10px 0;
}

.center_post_img
{
	width: 533px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #749eae;
	padding: 4px 0 4px 5px;
}
.center_post_img img
{
	display: block;
}
.news_post
{
	width: 531px;
	padding: 7px 0 0 7px;
	background: url(imgs/content_post_bg.gif) top repeat-x;
	line-height: 14px;
}
.news_post p
{
	margin: 0; padding: 8px 0 8px 0;
}
div#site_footer
{
	width: 954px;
	height: 20px;
	padding: 0 10px 0 0;
	background: url(imgs/site_footer.gif) no-repeat;
	clear: both;
}
div#site_footer a
{
	text-decoration: underline;
}
div#site_footer a:hover
{
	text-decoration: none;
}
div#footer
{
	width: 880px;
	height: 47px;
	padding: 0 0 0 80px;
	margin: 0 auto;
}
div#footer a
{
	margin: 0 75px 0 0;
	float: left;
}
.heightfix
{
	height: 1%;
	width: 1%;
	display: none;
}

a
{
	color: #435762;
	text-decoration: none;
}
a:hover
{
	color: #a7b8c0;
	text-decoration: underline;
}
span.posted
{
	font-size: 11px;
}

form, input, textarea, h1
{
	margin: 0; padding: 0;
}
a img
{
	border: 0;
}