﻿body
{
	padding:0;
	margin:0;
	background-color: black;
	color:orange;
}

.mainlayout
{
	position:relative;
	margin:0px;
	padding:0px;
	width: 100%;
/*	border: solid 1px red; */
	border-collapse: collapse;
}

.topsection
{
	padding:0px;
	margin:0px;
/*	border: solid 1px red; */
}
.topsection H1
{
    overflow:visible;
}

img.wallpaper
{
	z-index: 0;
	position: fixed;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
}

.contentcolumn
{
	vertical-align: top;
	width: 75%;
/*	border: solid 1px blue; */
}

#contentcolumn
{
/*	border: solid 1px magenta; */
	padding:0 6px 6px 6px;
	position:relative;
}

.leftcolumn
{
	vertical-align: top; 
/*	border: solid 1px lime; */
	width: 15%;
	padding:0 0 0 64px;
	margin:0px;
	text-align:right;
}

#leftcolumn
{
	text-align:left;
	margin:0 0 0 auto;
	padding:0px;
	width: 188px; /*Width of left column*/
/*	border: solid 1px yellow; */
}
.rightcolumn
{
	vertical-align: top; 
	width: 10%; 
/*	border: solid 1px lime; */
}
#rightcolumn
{
	width:94px;
/*	border: solid 1px yellow; */
}

#mainfooter
{
	clear: left;
	width: 100%;
	background: black;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
}

#mainfooter a
{
	color: #FFFF80;
}

#lefttopper
{
	background-image: url("/gfx/MainBarLeft.png");
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	height: 36px;
	min-height: 36px;
	width: 220px;
	left: -32px;
	border: none;
	top:0px;
	border:solid 1px transparent;
}

#siteusername 
{
	margin-right:20px;
	margin-bottom:16px;
	padding:0px;
	font-size:1.4em;
	color:White;
	text-shadow:#000000 2px 2px 2px;
	border:solid 1px transparent;
}


#maintopper
{
	background-image: url("/gfx/MainBarCenterRight.png");
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	top:0px;
	left:-1px;
	height: 36px;
	min-height: 36px;
	width: 100%;
	text-align: left;
	border: none;
}

#righttopper
{
	background-image: url("/gfx/MainBarRight.png");
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	left:-3px;
	height: 36px;
	min-height: 36px;
	width: 94px;
	border: none;
}

.navColumnRight
{
	position:fixed;
	margin-right:8px;
	margin-top:8px;
	right:0px;
}
