@charset "utf-8";

body {
	background: #000000 url(images/bg.jpg) 50% 0 repeat-y;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	width: 896px;
	margin: 0 auto;
}
#header {
	height: 258px;
	background: url(images/header.jpg) no-repeat;
}
#menu {
	height: 36px;
	background: url(images/menu_bg.gif) no-repeat;
	color: #ffffff;
	font-size: 13px;
}
a.login, a.register {
	color: #79c1ec;
}
#menu ul {
	padding-left: 5px;
	margin: 0;
	list-style: none;
}
#menu li {
	float: left;
}
li.pipe {
	display: block;
	width: 11px;
	height: 36px;
	background: url(images/pipe.gif) no-repeat;
}
a.home, a.forum, a.news, a.progression, a.roster, a.policies, a.dkp {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 10px 8px;
}
#menu li a:hover,
body.home_page a.home,
body.forum_page a.forum,
body.news_page a.news,
body.progression_page a.progression,
body.roster_page a.roster,
body.policies_page a.policies,
body.dkp_page a.dkp {
	color: #7191d5;
}
#main {
	width: 894px;
	height: 450px;
	border-right: 1px solid #055ff4;
	border-left: 1px solid #055ff4;
}
#welcome {
	padding-top: 10px;
	float: right;
	margin-right: 10px;
}
#footer {
	width: 894px;
	border-right: 1px solid #055ff4;
	border-left: 1px solid #055ff4;
}
#footer_links {
	text-transform: capitalize;
	float: right;
	color: #609cfc;
	font-size: 18px;
	margin: 13px 10px 0 0;
}
#footer_links a {
	color: #ffffff;
	text-decoration: none;
	margin: 0 3px;
}
#footer_links a:hover {
	color: #7191d5;
}
#footer_logo {
	width: 252px;
	height: 60px;
	background: url(images/footer_logo.gif) no-repeat;
	float: left;
	margin-left: 10px;
}
.clear {
	clear: both;
}
