body
{
	background: #FFFFFF;
	color: #000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

table
{
	background: #FFFFFF;
	color: #000;
	font: 12px Verdana, Arial, Helvetica, sans-serif; text-align: center;
}

td
{
	overflow: hidden;
}

a:link, a:visited {
	color: #6698CB;
	text-decoration: none;
}
a:hover, a:active {
	color: #104C7F;
	text-decoration: none;
}

#top {
	margin-right:auto;
	margin-left:auto;
	font-family: Arial;
	text-align: center;
	height: 115px;
	}

#board {
	
	font-family: Arial;
	font-size:12px;
	left: 8px;
	right: -8px;
	
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-top:1px solid #000;
	
	}
	
#quote {
	font-family: Arial;
	font-style: italic;
	font-size:11px;
	position: float;
	align: center;
	padding-left: 10px;
	padding-right: 10px;
	border-right:2px solid #000;
	border-bottom:2px solid #000;
	border-left:1px solid #000;
	border-top:1px solid #000;
	}
		
#bottom {
	font-family: Arial;
	font-size:12px;
	position: relative;
	bottom: 0px;
	width:600;
	background:#fff;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-top:1px solid #000;
	top: 30px;
	}
		
#middle {
	font-family: Arial;
	font-size:12px;
	text-align: center;
	background:#fff;
	border-right:2px solid #000;
	border-bottom:2px solid #000;
	border-left:2px solid #000;
	border-top:2px solid #000;
	padding-bottom:20px;
	}
		
#left	{
	overflow:auto;
	left:7%;
	font-family: Arial;
	font-size:12px;
	position: absolute;
	top: 115px;
	}
	
			
#right {
	overflow:auto;
	font-family: Arial;
	font-size:12px;
	position: absolute;
	right:5%;
	width:85%;
	height:420px;
	}
	
	
#messbox {

	font-family: Arial;
	font-size:12px;
	position: relative;
	top: 324;
	right: 2;
	width: 78%;
	height: 24;
	background:#fff;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-top:1px solid #000;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	
	}
	
#messtext {
	font-family: Arial;
	font-size:12px;
	}
	
#profile {
	text-align: center;
	font-family: Arial;
	font-size:12px;
	}

#contactleft {
	overflow:off;
	font-family: Arial;
	font-size:12px;
	position: absolute;
	left: 5%;
	background:#fff;
	margin-left:0px;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-top:1px solid #000;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
	}
	
p,h1,pre {
	margin:0px 30px 10px 30px;
	}
	
h1 {	
	text-align:center;
	color:#B22222;
	font-size:25px;
	padding-top:1px;
	}

h2 {	
	font:courier-new;
	text-align:center;
	color:#D2691E;
	font-size:16px;
	padding-top:0px;
	padding-bottom:0px;
	}
	
small {
	font-size:12px;
	}

medium {
	font-size:14px;
	}

				/*- MENU TABS */


img {
	border: none;
}

/* pushes the page to the full capacity of the viewing area */
html {height:100%;}
body {height:100%; margin:0; padding:0;}
/* prepares the background image to full capacity of the viewing area */
#bg {position:fixed; top:0; left:0; width:100%; height:100%;}
/* places the content ontop of the background image */
#content {position:relative; z-index:1;}