@charset "utf-8";
/* CSS Document */

body {
	background-color: #121f41;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
a {
	color: #fff;
}
#pageContainer {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
#pageHeader {
	display: inline;
	float: left;
	position: relative;
	width: 960px;
	margin: 0;
	height: 153px;
	background-image: url(images/guildbanner.jpg);
	background-repeat: no-repeat;
}
#pageContent {
	display: inline;
	float: left;
	position: relative;
	width: 960px;
	margin: 0;
	background-color: #080808;
	background-image: url(images/content-bkg.jpg);
	background-repeat: repeat-x;
}
#topNav {
	display: inline;
	float: left;
	position: relative;
	width: 960px;
	margin: 0;
	height: 30px;
}
#topNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
    text-align: center;
}
#topNav li {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #fff;
	display: inline;
	padding: .2em 1.4em;
}
#topNav a {
    color: #fff;
	text-decoration: none;
}
#topNav a:hover, a:active {
    color: #ffffee;
}
#sideNav {
	display: inline;
	float: left;
	position: relative;
	width: 218px;
	margin: 20px 10px;
	background-color: #000;
	border: solid 1px #444;
}
#sideNav ul {
	margin: 0;
	padding: 0;
}
#sideNav li {
  	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding: .2em 0;
}
#sideNav a {
    color: #fff;
	text-decoration: none;
}
#sideNav a:hover, a:active {
    color: #ffffee;
}
#mainContent {
	display: inline;
	float: left;
	position: relative;
	width: 700px;
	margin: 20px 10px;
}
#pageFooter {
	display: inline;
	float: left;
	position: relative;
	width: 960px;
	margin: 0;
	height: 75px;
}
#pageFooter p {
	text-align: center;
	padding: 10px 0 0 0;
}
#pageFooter a {
	font-weight: bold;
	text-decoration: none;
}