body {
 font-family: 'Century Gothic', 'Verdana', 'sans-serif';
 font-size: 15px;
}

#container
{
 width: 800px;
 margin: 10px auto;
 color: #333;
}

#header
{
 height: 25px;
 padding: 10px;
 border-bottom:1px solid #eee;
 position: relative;
}

ul.menu
{
 position: absolute;
 bottom: 10px;
 right: 22px;
 text-align: right;
 width: 90%;
 list-style: none; 
 margin: 0;
 padding: 0;
 font-size: 15px;
 }
 
 ul.menu li { display: inline; text-transform: uppercase;  letter-spacing: 1px; padding: 5px 0px 6px 30px;}

#content
{
 min-height:300px;
 height: auto;
}

#footer
{
 clear: both;
 margin: 0;
 padding: .5em;
 border-top: 1px solid #eee;
 text-align:center;
 color: #ddd;
 font-size: 9px;
}

#debug {
	display: none;
}

#title
{
 position: absolute;
 bottom: 10px;
 left: 5px;
 font-size:22px;
 color:#555;
 text-transform:uppercase;
}

#ajaxloader {
 bottom: 10px;
 right: 2px;
 position: absolute;
}

ul.menu a:visited { color: rgb(51, 51, 51); }
ul.menu a:active { color: rgb(51, 51, 51); }
ul.menu a:link { color: rgb(51, 51, 51); }
ul.menu a:hover { color: rgb(51, 51, 51);  }

a { color:#0066FF; text-decoration: none; }
a:link { color:#0066FF; }
a:visited { color:#0066FF; }
a:active { color:#0066FF; }
a:hover { color:#003399; }