﻿html, body {
height: 100%;
margin: 0 0 1px;
padding: 0;
}
a.nav:link {
	color: #39F; 
	text-decoration: none;
	display: block;
	outline: none;
}
a.nav:visited {
	color: #39F; 
	text-decoration: none;
	display: block;
	outline: none;
}
a.nav:hover {
	color: #FFF; 
	text-decoration: none;
	display: block;
	outline: none;
}
a.nav:active {
	color: #FFF; 
	text-decoration: none;
	display: block;
	outline: none;
}
a.quick:hover {
	color: #FFF;
	text-decoration: none;
}
a:link {
	color:#39F; 
	text-decoration: none;
}
a:visited {
	color:#39F; 
	text-decoration: none;
}
a:hover {
	color:#39F; 
	text-decoration: none;
}
a:active {
	color:#39F; 
	text-decoration: none;
}
.centertable {
	text-align:center;
	width:500px;
}
h5 {
	color:#FFF;
	font-size:18px;
}
h4 {
	color:#0C9;
	font-size:18px;
}
h3 {
	font-size: 18px;
	color: #FFF;
}
h1,h2,h3,h4,h6 {
	font-family: "Maiandra GD";
	font-style: normal;
	text-align: center;
}
h2 {
	font-size: 18px;
	color: #FFF;
}
h1 {
	font-size: 24px;
	color: #FFF;
}
.quickhead
{
	padding-bottom: 15px;
	padding-top: 15px;
}
a.quick
{
	padding-bottom: 3px;
	display: block;
}
.indented
{
   padding-left: 30pt;
   padding-right: 0pt;
}
.centermenuleftside
{
	margin-right:20px;	
}
.centermenurightside
{
	margin-left:20px;	
}
* {
	margin:0;
	padding:0;
} 
.logo {
	margin-top: 31px;
	margin-bottom: 48px; /*was 48 */
	padding-bottom: 0px;
	padding-top: 0px;
	border: thin ridge #FFF;
}
.section {
	 color:#0CC;
}
/* Button Sprites */
img.ftw
{
width:200px;
height:26px;
background:url(buttons/buttonsprites.gif) 200px 0;
border:none;
}
img.ffxiii
{
width:200px;
height:26px;
background:url(buttons/buttonsprites.gif) 600px 0;
}
img.ffx2
{
width:200px;
height:26px;
background:url(buttons/buttonsprites.gif) 800px 0;
}
img.ffx
{
width:200px;
height:26px;
background:url(buttons/buttonsprites.gif) 200px 0;
}
img.forum
{
width:200px;
height:26px;
background:url(buttons/buttonsprites.gif) 400px 0;
}
img.quicklinks
{
width:200px;
height:26px;
background:url(buttons/buttonsprites.gif) 0 -26px;
}
img.quickbottom
{
width:200px;
height:25px;
background:url(buttons/buttonsprites.gif) -200px -27px;
}
img.forumlink
{
width:211px;
height:47px;
background:url(buttons/buttonsprites.gif) 0 -53px;
margin-left: 37px;
margin-right: 2px;
margin-bottom: 2px;
}
/* 39 forum, 89 backtotop */
img.backtotop
{
width: 161px;
height: 47px;
background:url(buttons/buttonsprites.gif) -211px -53px;
margin-right:87px;
margin-left:2px;
margin-bottom:2px;
}
/* End Button Sprites */
body  {
	background-image: url(images/background.gif);
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 40px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-color: #000;
	font-family: "Maiandra GD";
	font-size: 100%;
	width: auto;
}
.thrColAbs #searchcontainer {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 750px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: thin ridge #FFF;
	color: #FFF;
	background-image: url(images/bgbarbody.png);
	background-repeat: repeat;
	left: 125px;
}	
.thrColAbs #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 500px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: thin ridge #FFF;
	color: #FFF;
	background-image: url(images/bgbarbody.png);	
	background-repeat: repeat;
} 
.thrColAbs #sidebar1 {
	position: absolute;
	top: 0px;
	left: -250px;
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	color: #FFF;
	background-image: url(images/bgbar.png);	
	background-repeat: repeat;
}
.thrColAbs #sidebar2 {
	position: absolute;
	top: 0px;
	right: -250px;
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	color: #FFF;
	border: thin ridge #FFF;
	background-image: url(images/bgbar.png);	
	background-repeat: repeat;
}
.thrColAbs #sidebar3 {
	position: absolute;
	top: 370px;
	left: -250px;
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	color: #FFF;
	border: thin ridge #FFF;
	background-image: url(images/bgbar.png);
	background-repeat: repeat;
}
.thrColAbs #sidebar4 {
	position: absolute;
	top: 370px;
	right: -250px;
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	color: #FFF;
	border: thin ridge #FFF;
	background-image: url(images/bgbar.png);
	background-repeat: repeat;
}
.thrColAbs #sidebar5 {
	position: relative;
	top: 35px;
	right: 1px;
	width: 500px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	color: #FFF;
	border: thin ridge #FFF;
	background-image: url(images/bgbar.png);
	background-repeat: repeat;
}
.thrColAbs #searchbar {
	position: absolute;
	top: -37px;
	right: -250px;
	width: 212px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	color: #FFF;
	border: none;
	background-image: none;
	height: 24px;
}
.thrColAbs #mainContent {
	margin: 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */	
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColAbs #searchContent {
	margin: 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */	
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
