#global
{
	width: 943px;
	background-color: #c7dbe6;
	margin: 10px auto;
}
#top
{
	height: 43px;
	background-color: #486867;
	background-image: url('../img/top.jpg');
	background-repeat: no-repeat;
	text-align: right;
}
#top span
{
	display: block;
	float: right;
	font-family: Verdana, Arial;
	font-size: 9px;
	color: #fff;
	margin: 12px 17px 0 0;
}
#header
{
	height: 209px;
	background-color: #486867;
	background-image: url('../img/header.jpg');
	background-repeat: no-repeat;
}
#navbar
{
	height: 29px;
	background-color: #486867;
	background-image: url('../img/navbar.jpg');
	background-repeat: no-repeat;
	border-bottom: 8px solid #fff;
}
#menu
{
	width: 210px;
	float: left;
}
#content
{
	width: 513px;
	min-height: 500px;
	float: right;
}
#sidepanel
{
	width: 210px;
	min-height: 500px;
	float: right;
	padding: 10px 10px 10px 0;
}
#footer
{
	font-size: 11px;
	color: #fff;
	height: 30px;
	background-image: url('../img/footer.jpg');
	background-repeat: no-repeat;
}