﻿* {
	margin:0px;
	padding:0px;
}
body {
	margin:0 auto 0 auto;
	padding:0;
	background:url('images/bg.gif') repeat;
}
.clear {
	clear:both;
}
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
/*-------------------------Header------------------------------*/
#head {
	margin:0 auto 0 auto;
	background:url('images/bgtop.gif') repeat-x center top;
	height:123px;
	position:relative;
	width:100%;
}
#header {
	margin:0 auto 0 auto;
	background:url('images/bgtop.gif') repeat-x center top;
	height:123px;
	width:800px;
}
#logo {
	width:318px;
	height:123px;
	float:left;
}
/*-------------------------Navigation------------------------------*/
#navigation {
	margin:0 auto 20px auto;
	width:800px;
	height:30px;
}
#navigation ul {
	height:30px;
	list-style:none;
}
#navigation ul li {
	padding:0 5px 0 0;
	float:left;
	display:block;
}
#navigation ul li a {
	padding:10px;
	background:#8b0000;
	font:normal normal bold 12px/30px Arial;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
}
#navigation ul li a:hover {
	background:transparent;
	font:normal normal bold 12px/30px Arial;
	color:#8b0000;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
}
#navigation ul li.current a {
	background:transparent;
	font:normal normal bold 12px/30px Arial;
	color:#8b0000;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
}
/*-------------------------Banner------------------------------*/
#banner {
	margin:0 auto 20px auto;
	width:800px;
	height:150px;
}
/*-------------------------H1------------------------------*/
h1 {
	margin:0 auto 0 auto;
	padding:0 0 20px 0;
	width:800px;
	font:normal normal bold 12px Arial;	
	color:#8b0000;
	border-bottom:5px #aeaeae solid;
	text-align:left;
}
/*-------------------------Forum------------------------------*/
#forumbox {
	margin:0 auto 0 auto;
	padding:20px;
	width:750px;
	border-left:5px #aeaeae solid;
	border-right:5px #aeaeae solid;
	border-bottom:5px #aeaeae solid;
	background:#ffffff;
}
/*-------------------------Footer------------------------------*/
#footer {
	margin:20px 0 0 0;
	padding:20px 0;
	height:63px;
	background:#333333 url('images/footerbg.gif') repeat-x center top;
}
#footercontent {
	margin:0 auto 0 auto;
	width:800px;
	font:normal normal bold 12px Arial;
	color:#ffffff;
	text-align:left;
}
#footercontent img {
	margin:0 10px 10px 0;
}