html {
	height:100%;
}

body {
	background:#000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:white;
	margin:0;
	padding:0;
	height:100%;
	overflow:auto;
}

a {
	color:#72BCEC;
	text-decoration:none;
	border:none;
	outline:none;
}

a:visited {
	color: #72BCEC;
}

a:hover {
	color: #72BCEC;
}

a:active {
	color: #72BCEC;
	}

img {
	border-style: none;
}

p  {
	margin:10.75px 0;
	font-size:0.75em;
	line-height: 1.5;
}

table {
	font-size:0.75em;
}

td {
	background-color:#20232D;
	padding:10px;
}

h1 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1.5em;
	margin:0 0 15px 0;
	color:white;
}

h2{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1em;
	margin:15px 0;
	color:white;
}

ul {
	font-size:0.75em;
}

#wrapper {
	background:#000 url(images/background.jpg) no-repeat top center;
	text-align:center;
	margin:0px auto;
	min-width:770px;
	max-width:1600px;
	height:100%;
}

#page {
	background:#0D0D0F;
	border-left:thin solid #14161C;
	border-right:thin solid #14161C;
	margin:auto;
	width:800px;
	text-align:left;
	min-height:100%;
	margin-bottom:-60px;
	position: relative;
}

#banner {
	background: url(images/banner.jpg) no-repeat;
	height:240px;
}

#nav {
	padding-top:149px;
	padding-left:145px;
	padding-right:129px;
}

#nav a {
	height:25px;
	display:block;
	float:left;
	position:relative;
}

#nav span {
	display:none;
}

#nav .home {
	padding-top:27px;
	width:81px;
}

#nav  a.home:hover  {
	background:url(images/navhome.png) bottom no-repeat;
}

#nav .retcons {
	padding-top:27px;
	width:80px;
}

#nav  a.retcons:hover  {
	background:url(images/navret.png) bottom no-repeat;
}

#nav .main {
	height:80px;
	width:190px;
}

#nav  a.main:hover  {
	background:url(images/navmain.png);
}

#nav .about {
	padding-top:27px;
	width:75px;
}

#nav  a.about:hover  {
	background:url(images/navabout.png) bottom no-repeat;
}

#nav .contact {
	padding-top:27px;
	width:100px;
}

#nav  a.contact:hover  {
	background:url(images/navcontact.png) bottom no-repeat;
}

#content {
	background:#0D0D0F;
	margin:0;
	padding-top:25px;
	min-height:350px;
}

#container {
	background:#15161b;
	margin:0 80px;
	padding:10px 10px 30px 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

#clearfooter {
	height:80px;
	clear: both;
}

#footer {
	width:800px;
	height:50px;
	margin:auto;
	position:relative;
}

#footer p {
	background:#12151a;
	color:#AAA;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.6em;
	padding:5px;
	border-style: solid none;
	border-width: 1px;
	border-color: #25282E;
}
.blockquote {
	font-style:italic;
	padding-left:20px;
}

.largelist li {
margin:10px 0;
}