@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #666666;
	background: #ffffff;
}
.table_index {
	width:880px;
	margin:0 auto;

}
a{ text-decoration: none; } 
a:hover { text-decoration: underline; }

#link a{
color:#993333;
font-weight:bold;
font-size:14px;
 } 
#link a:hover { text-decoration: underline; }

#topic_menu {
color:#87B90C;
font-weight:bold;
}
#topic_post {
color:#87B90C;
font-size:20px;
font-weight:bold;
}


/* ----- Header ----- */

#header1 {
	clear: both;
	padding: 0px;
	margin:0 auto;
	width: 930px;
	height: 147px;
}

#logosection {
	margin: 0px 3px 0px 0px;
	float: left;
	width: 235px;
	height: 147px;
	background: url(../../images/main/template1/logo_background.gif) no-repeat;
}

.sitelogo {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 140px;
	background:url(../../images/main/template1/logo.png) no-repeat;	
}

.sitename {
	margin: 10px 0px 0px 20px;
	padding: 0px;
	font: 35px Arial;
	font-weight: bold;
	color: #ffffff;
}

.sitename span {
	font-weight: normal;
}

#header {
	margin: 0px;
	float: right;
	width: 690px;
	height: 147px;
	background: url(../../images/main/template1/heading_background.jpg) no-repeat;
}

#header .banner1{
width:468px;
height:60px;
margin-left:50px;
margin-top:8px;

/*border:#66CCFF solid 1px;*/
	/*padding: 50px 0px 0px 180px;
	font-size: 20px;
	font-weight:bold;
	color: #333333;
	line-height: 25px;*/
}
#header .banner2{

	/*padding: 50px 0px 0px 180px;
	font-size: 20px;
	font-weight:bold;
	color: #333333;
	line-height: 25px;*/
}
#header .title{
	/*padding: 50px 0px 0px 180px;
	font-size: 20px;
	font-weight:bold;
	color: #333333;
	line-height: 25px;*/
}

#header .bigtext{
	font-size: 30px;
	font-weight:bold;
	color: #ffffff;
}

/* ----- End of Header ----- */
/* ----- Footer ----- */

#footer {
	clear: both;
	padding: 10px 0px 0px 0px;
	width: 930px;
	height: 20px;
	text-align: center;
	color: #666;
	background: #d5d5d5;
	text-align: center;
	margin:0 auto;
}
#footer_bottom {
	width: 930px;
	height: 10px;
	margin: 0 auto;
	margin-bottom:2px;
	padding: 0px;
	background: #d5d5d5 url(../../images/main/template1/footer_bottom.gif) no-repeat;
}

/* IE6 hack */
* html #footer_bottom {
	width: 930px;
	height: 10px;
	margin-bottom: -10px;
	padding: 0px;
	background: #d5d5d5 url(../../images/main/template1/footer_bottom.gif) no-repeat;
}

#footer a{
	color: #666;
}

#footer a:hover{
	color: #ffffff;
}

/* ----- End of Footer ----- */
