﻿html, body 
	{
	font-family: 'Trebuchet MS';
	font-size: small;
	margin: 0;
	padding: 0;
	min-height: 400px;
	min-width: 600px;
	}

h1
	{
	margin:0;
	}

#header
	{
	position: relative;
	height: 80px;
	padding: 2px;
	border-bottom: solid 2px black;
	text-align: left;
	vertical-align: middle;
	}

#main
	{ 
	position: relative;
	display: block;
	}
	
#sidebar
	{
	float: left;
	width: 200px;
	background-color: #fff7d5;
	border-right: thin groove;
	height: 100%;
	}

#rightbar
    {
    float: right;
    width: 200px;
    background-color: #fff7d5;
    border-right: thin groove;
    height: 100%;
    }


#content
	{
	display: block;
	width:auto;
	position: relative;
	margin-left: 200px;
	text-align:center;
	}

#footer
	{
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -50%;
	width: 100%;
	height: 2em;
	text-align: center;
	font-size: x-small;
	}

#sidebar p
	{
	margin: 10px;
	}

.updateProgress
	{
    border-width:1px; 
    border-style:solid; 
    background-color:#CCCCCC; 
    position:absolute; 
    width:130px; 
    height:50px;    
    }
    
 .updateProgressMessage
	{
    margin:3px; 
    font-size:small; 
    vertical-align: middle;
    }


