@CHARSET "UTF-8";

a {
	color: #330066;
}

a:hover {
	color: #5900b3;
}

body {
	background: #f9dd55;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

.wrapper {
	margin: 40px auto;
	width: 960px;
	height: 600px;
	background: white;
	border: 3px solid #330066;
}

.menubar {
	background: #330066;
	height: 28px;
}

.menubar ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menubar ul li {
	margin: 0 0 0 10px;
	display: inline;
}

.menubar ul li a {
	display: block;
	float: left;
	padding: 2px 10px 2px 10px;
	margin: 0;
	color: white;
	text-decoration: none;
}

.menubar ul li a:hover {
	color: #330066;
	background: white;
}

.content {
	height: 504px;
	border-bottom: 3px solid #330066;
}

.left-panel {
	float: left;
	width: 500px;
	margin: 10px 0 10px 10px;
	height: 484px;
	overflow-y: scroll;
}

.right-panel {
	float: right;
	width: 450px;
	overflow: hidden;
}

.logo {
	position: absolute;
	bottom: -27px;
	left: 800px;
	z-index: 100;
}

.footer-left {
	float: left;
	margin: 5px 0 0 10px;
}

.footer-right {
	float: right;
	margin: 5px 10px 0 0;
}
