body	{
	background-color: #58759a;
	text-align: center;
	font: medium "Trebuchet MS";
	}
#wrapper	{
	background-color: #fff;
	margin: 0 auto;
	width: 800px;
	border: solid 1px #000;
	}
#header	{
	width: 800px;
	height: 200px;
	background: url('/images/header.gif');
	margin-bottom: 2px;
	}
#body	{
	text-align: left;
	width: 800px;
	position: relative;
	padding-left: 200px;
	}
#left	{
	background: url('/images/side.gif') #96A8C3 no-repeat;
	width: 200px;
	height: 100%;
	position: absolute;
	left: 0;
	}
#right	{
	width: 598px;
	margin-left: 2px;
	background: url('/images/watermark.gif') #C0CDDE 50% no-repeat;
	min-height: 300px;
	}
.padding	{
	padding: 20px;
	}
#menu	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
h2	{
	margin: 0;
	padding: 0;
	}
a	{
	text-decoration: none;
	color: #000;
	font-weight: bold;
	}
a:hover	{
	text-decoration: underline;
	}

#admin	{
	font-size: medium;
	background-color: #C0CDDE;
	margin-left: 2px;
	width: 598px;
	text-align: right;
	}
#footer	{
	text-align: center;
	font-size: medium;

	}
