@charset "utf-8";
/* CSS Document */

/* HEADER.CSS */

#header {
	width: 978px;
	margin-bottom: -10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

#header-forum {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;
	line-height: 125%;
	padding-top:15px;
}

#header-left {
	width: 389px;
	float: left;
}

#header-links {
	float: left;
	text-align: right;
	margin-top:15px;
}

#header-links p {
	font-size: 80%;
	line-height: 125%;
	padding-top:15px;
}

#header-links img{
	height: 10px;
	width: 10px;
	padding-left: 5px;
}

#header-title {
	float: left;
}

#header-title h1 {
	text-align: left;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 260%;
	font-weight: bold;
	line-height: 100%;
	color: #000000;
	margin-left: 10px;
	padding-top: 5px;
	padding-left: 5px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #990000;
}

#header-title h1 a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#header-title h1 a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#header-title h1 a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

#header-title h1 a:active {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

#header-right {
	width: 589px;
	float: right;
	margin-top: 15px;
}

#header-login {
	width: 345px;
	float:left;
	text-align: right;
	margin-top: 0px;	
}

#header-search {
	width: 244px;
	float:right;
	text-align: right;
}

#header-nav {
	width: 589px;
	text-align: right;
	margin-top: -5px;	
}

#header-nav a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#header-nav a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#header-nav a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

#header-nav a:active {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

#header-nav li {
	display: inline;
	list-style-type: none;
	padding-left: 20px;
}


