body {
	background-color:#eeeeee;
	margin: 0;
	padding: 0;
}
.cleaner {
	clear:both;
	display:block;
	height: 0px;
	overflow:hidden;
	font-size:0px;
}
#container {
	width: 710px;
	margin: 20px auto;
	padding: 0;
	font: normal 75% Arial, Helvetica, sans-serif;
	color: #000000;
}
a {
	color: #0081c9;
}

/* Header Image Replace */

h1.pageheader {
	width: 779px;
	height: 200px;
	display: block;
	text-indent: -1000px;
	overflow:hidden;
	background: top left url(images/5starheader.gif) no-repeat;
	margin: 5;
	padding: 5;
}

/* Page Navigation */
#navigation {
	float: left;
	width: 140px;
}
#navigation ul {
	margin: 0 0 0 5px;
	padding: 0;
}
#navigation ul li {
	list-style: none;
	padding: 3px 0;
	font: bold 90% Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #f3ca13;
}
#navigation ul li.bottom {
	border-bottom: 0;
}

#navigation ul li a {
	text-decoration: none;
	color: #000000;
}	
#navigation ul li a:hover, #navigation ul li a.selected {
	color: #d9ba2c;
}

.managedby {
	margin: 20px 0 0 6px;
}

/* Main content */

#maincontent {
	margin: 25px 0 0 160px;
}
#maincontent .imageright {
	width: 285px;
	margin: 0 0 5px 15px;
	float: right;
}
#maincontent p {
	margin: 5px 0 15px 0;
	padding: 0;

}
.colored {
	color: #aa0000;
}

/* Page Footer */

#footer {
	border-top: 1px solid #eeeeee;
	margin: 10px 0 0 160px;
	padding: 5px 0;
	font-size: 80%;
	color: #666666;
	text-align:center;
}
#footer a {
	text-decoration: none;
	color: #dfdbd8;
}
#footer a:hover {
	color: #aaa099;
}-->