/*
CSS Credit: http://www.templatemo.com/
*/

#container {
	width: 890px;
	margin: auto;
	background: url(/images/container_bg.png) repeat-y;
}
#header {
	height: 130px;
	background: url(/images/header.png) no-repeat;
}
#site_title {
	font-family: Tahoma, Arial, Geneva, sans-serif;
	color: #444;
	float: left;
	height: 60px;
	padding: 34px 0px 0px 50px;
	width: 490px;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.2em;
}
#site_title img {
	margin-bottom: -5px;
}
#site_title b {
	color: #EEA304;
	font-size: 26px;
	display: none;
}
.menu {
	font-family: Tahoma, Arial, Geneva, sans-serif;
	color: #444;
	float: left;
	width: 890px;
	height: 35px;
	margin: 0px;
	padding: 0px;
}
.menu ul {
	margin: 1px 0px;
	padding-left: 100px;
	list-style: none;
	text-align: center;
}

.menu li {
	display: inline;
}

.menu li a {
	float: left;
	padding: 9px 15px;
	margin: 0px 1px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	color: #fff !important;
	/*width: 83px;*/
}
.menu li .current { 
	color: #000000 !important;
	background: url(/images/link_current.jpg) center repeat-x;
}
.menu li .forum { 
	color: #FAB21B;
}
.menu li a:hover {
	color: #000000 !important;
	background: url(/images/link_hover.jpg) center repeat-x;
}
.menu li a:active{
	color: #000000 !important;
}
#content {
	width: 890px;
}
#content a:link, #content a:visited {
	color: #222;
	/*font-weight: bold;*/
}
#content a:active, #content a:hover {
	color: #EEA304;
	/*font-weight: bold;*/
}
#top {
	float: left;
	width: 790px;
	margin-top: 10px;
	padding-left: 50px;	
	text-align: justify;
}
#devider {
	float: left;
	width: 790px;
	margin-top: 0px;
	padding-left: 50px;	
}
#top2 {
	float: left;
	width: 790px;
	margin-top: 0px;
	padding-left: 50px;	
	text-align: justify;
}
#top2 img {
	margin: 2px;
	padding: 0px;
	border: 1px;
	border-color: #CCC;
}
#thumbnails {
	float: left;
	width: 790px;
	padding: 20px 0px 0px 60px;	
	text-align: center;
}
#left {
	float: left;
	width: 250px;
	margin-top: 10px;
	padding-left: 50px;	
/*	text-align: justify;*/
}
#left3 {
	float: left;
	width: 385px;
	margin-top: 0px;
	padding-left: 50px;
	text-align: justify;
}
#left_forum {
	float: left;
	width: 555px;
	margin-top: 10px;
	padding-left: 50px;	
	/*text-align: justify;*/
}
#top span, #left span, #left2 span, #left_forum span, #middle span, #right span {
	color: #EEA304;
	font-weight: bold;
}
#middle {
	float: left;
	width: 250px;
	margin-top: 10px;
	margin-left: 20px; 
/*	text-align: justify;*/
}
#right {
	float: right;
	width: 250px;
	margin-top: 10px;
	padding-right: 50px;
/*	text-align: justify;*/
}
#right3 {
	float: right;
	width: 385px;
	margin-top: 0px;
	padding-right: 50px;
	text-align: justify;
}
#top img, #thumbnails img, #left img, #left3 img, #middle img, #right img, #right3 img {
	padding: 1px 1px 1px 1px;
	border: 0px;
}

#footer span {
	color: #FAB21B;
	font-weight: bold;
}
#footer {
	clear: both;
	width: 838px;
	height: 73px; 
	padding: 0px 26px 0px 26px;
	background: url(/images/footer.png) no-repeat;
	background-position: bottom;
}
#footer2 {
	clear: both;
	width: 838px;
	height: 78px;
	padding: 35px 26px 0px 26px;
	background: url(/images/footer.png) no-repeat;
	background-position: bottom;
}
.footer_left {
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-size: 12px;
	float: left;
	width: 810px;
	height: 54px;
	padding-left: 15px; 
	padding-top: 6px; 
	color: #C9C9C9;
}
.footer_left a:link, .footer_left a:visited { color: #C9C9C9; text-decoration: none; } 
.footer_left a:active, .footer_left a:hover { color: #FAB21B; text-decoration: none; }

.footer_left ul {
	margin: 0px;
	padding-left: 0px;
	list-style: none;
	text-align: left;
}

.footer_left li {
	display: inline;
}

.footer_left li a {
	float: left;
	padding: 8px 12px;
	margin: 0px 1px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	/*width: 83px;*/
}
.footer_left li .current{ 
	color: #000000;
}
.footer_left li a:hover {
	color: #000000;
}
.footer_right {
	float: right;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	width: 234px;
	height: 58px;
}
