body {
	height: 100%;
	background: #172A7D url('images/head-bg.gif') repeat-x;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", "Calibri", Verdana, Tahoma, Arial, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	margin: 0px;
}
body a:link, body a:visited {
	color: #C6E4FF;
	text-decoration: none;
}
body a:hover, body a:active {
	color: #FFC000;
	text-decoration: none;
}
img {
	border: 0px;
}
th, div.heading {
	margin: 0.5em 0 0.5em 0;
	padding: 0.2em 0 0.2em 0;
	border: #4D83E9 1px solid;
	background: #88d2ff url('images/tdbg.jpg') top center repeat-x;
	font-weight: bold;
	text-align: center;
}
h3 {
	margin: 0;
}

/**************/
/*  ELEMENTS  */
/**************/

div#wrapper {
	position: relative;
	margin: 0 auto;
	width: 782px;
	height: 100%;
	background: url('images/wrapper-bg.gif') repeat-y;
	z-index: 0;
}
div#head {
	width: 612px;
	min-height: 500px;
	height: 100%;
	background: url('images/head.jpg') no-repeat;
	padding-top: 180px;
	padding-left: 170px;
	z-index: 1;
}
div#pathway {
	position: absolute;
	left: 235px;
	top: 148px;
	width: 537px;
	height: 26px;
	font-size: 20px;
	overflow: hidden;
	z-index: 2;
}
div#main {
	width: 602px;
	z-index: 2;
}
div#affiliates {
	position: absolute;
	left: 8px;
	top: 478px;
	width: 146px;
	height: 175px;
	text-align: center;
	font-size: 8pt;
	z-index: 2;
}
div#foot {
	width: 790px;
	height: 89px;
	background: url('images/foot.jpg') no-repeat;
	z-index: 1;
}
div#disclaimer {
	position: relative;
	left: 270px;
	top: -50px;
	width: 400px;
	text-align: center;
	font-size: 8pt;
	z-index: 2;
}
div#buttons {
	width: 100%;
	text-align: center;
}

/**************/
/* ANCHOR IDS */
/**************/

/* Top Nav Links */

a#top-forums, a#top-dusk, a#top-zreo {
	position: absolute;
	width: 43px;
	height: 43px;
}
a#top-forums {
	left: 266px;
	top: 67px;
}
a#top-dusk {
	left: 331px;
	top: 67px;
}
a#top-zreo {
	left: 394px;
	top: 67px;
}

/* Extra Nav Links */

a#skin, a#map {
	position: absolute;
	left: 18px;
	width: 42px;
	height: 42px;
}
a#skin {
	top: 47px;
}
a#map {
	top: 98px;
}

/* Nav Links */

a#home, a#community, a#fanworks, a#about, a#resources, a#archives {
	position: absolute;
	width: 43px;
	height: 43px;
}
a#home {
	left: 59px;
	top: 152px;
}
a#community {
	left: 105px;
	top: 180px;
}
a#fanworks {
	left: 105px;
	top: 233px;
}
a#about {
	left: 59px;
	top: 260px;
}
a#resources {
	left: 12px;
	top: 233px;
}
a#archives {
	left: 12px;
	top: 180px;
}
a#login {
	position: absolute;
	left: 68px;
	top: 199px;
	width: 24px;
	height: 24px;
}

/* D-Pad Links */

a#uffsite, a#rpgsite {
	position: absolute;
}
a#uffsite {
	left: 65px;
	top: 365px;
	width: 30px;
	height: 33px;
}
a#rpgsite {
	left: 96px;
	top: 398px;
	width: 33px;
	height: 30px;
}

/* Foot Links */

a#atop, a#contact, a#map-foot, a#host {
	display: block;
	position: relative;
}
a#atop {
	left: 195px;
	top: 28px;
	width: 82px;
	height: 24px;
}
a#contact {
	left: 411px;
	top: 13px;
	width: 52px;
	height: 12px;
}
a#map-foot {
	left: 476px;
	top: 1px;
	width: 52px;
	height: 12px;
}
a#host {
	left: 612px;
	top: -38px;
	width: 138px;
	height: 60px;
}

/**************/
/*  CLASSES   */
/**************/

div.clear {
	clear: both;
}
div.section {
	float: left;
	width: 50%;
	margin-bottom: 1em;
}
div.left-image {
	float: left;
	margin: 4px;
}
div.right-image {
	float: right;
	margin: 4px;
}
div.content {
	margin-bottom: 10px;
	text-align: left;
}
.tcontent {
	height: 100%;
	vertical-align: top;
}
div.author {
	float: left;
}
div.date {
	width: 100%;
	text-align: right;
	font-size: 10px;
}
.toc td, .toc th {
	width: 50%;
	text-align: left;
}
.cell td {
	border: #172A7D 1px solid;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
}
.cell th {
	width: 10%;
	border: #4D83E9 1px solid;
	background: #88d2ff url('images/tdbg.jpg') top center repeat-x;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
a.arrow {
	float: left;
	width: 15px;
	height: 15px;
	margin-left: 0.2em;
	background: url('../../images/arrow.gif') no-repeat;
}