﻿html
{
	height: 100%;
}
body
{
    margin: 0px; padding: 0px;
    font-family: Sans-Serif;
    min-height: 100%;
    background-color: RGB(50,50,50);
}
form
{
	margin: 0px; padding: 0px;
	height: 100%;
}
#backer
{
	z-index: 1;
	top:0; left:0;
	position: fixed; 
	width: 100%;
	height: 100%;
}
#floater
{
	z-index: 999;
	bottom: 5px;
	right: 5px;
	position: fixed;
	width: 150px; height: 200px;
	border: solid 1px rgb(100,100,100);
	background-color: rgb(200,200,200);
	float: right;
}
#wrapper
{
	top: 0;
	margin: 0px; padding: 0px;
	background-attachment:fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('/common/images/watermark.jpg');
	z-index: 2;
    height: auto;
    min-height: 100%;
    margin: 0 auto;
    position: relative;
    width: 760px;
    background-color: White;
    padding-bottom: 0px;
}
#header
{
	background-image: url('/common/images/header.jpg');
	height: 110px;
}
#byline
{
	padding: 5px;
	background-color: RGB(100,100,100);
	color: White;
	font-size: .8em;
	text-align: center;
}
#byline a
{
	color: White;
}
#top_menu
{
	height: 27px;
	background-color: RGB(200,200,200);
}
#sitepath
{
	position: relative;
	padding: 5px;
	font-size: .6em;
	color: white;
	background-color: rgb(200,200,200);
}
#sitepath a { color: white; }
#content
{
	
	margin-bottom: 25px;
	padding: 5px;
}
#bottom_menu
{
	clear: both;
	padding-right: 5px;
	font-weight: bold; 
	font-size: .7em;
	text-align: right;
}
#footer
{
	padding-top: 25px;
	padding-bottom: 200px;
	color: RGB(150,150,150);
	text-align: center;
	font-size: .7em;
}

#loginstatus
{
	padding: 3px;
	position: relative;
	float: right;
	font-size: .7em;
	font-weight: bold;
}
