html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	background: 0;
}

body {
	background: #989898 url(../images/background.png) repeat-y;
	font-family: Times;
}

#content {
	position: absolute;
	top: 0;
	left: 15px;
	width: 765px;
	height: 100%;
}

#sidebar {
	position: absolute;
	top: 75px;
	left: 780px;
	width: 400px;
}

#sidebar .top {
	background: #989898 url(../images/sidebar-top.png) no-repeat;
	height: 15px;
}

#sidebar .bottom {
	background: #989898 url(../images/sidebar-bottom.png) no-repeat;
	height: 12px;
}

#sidebar .body {
	background: #989898 url(../images/sidebar-body.png) repeat-y;
	padding: 5px 10px;
	height: 400px;
	width: 380px;
}

#header {
	position: absolute;
	top: 0;
	left: 800px;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 a {
	color: #FF3825;
	font-size: 32px;
	letter-spacing: -1px;
	text-decoration: none;
}

#header h1 i {
	font-size: 10pt;
	color: #f1f1f1;
}

#header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#header ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#header ul li a {
	display: block;
	padding: 2px 8px;
	text-decoration: none;
	color: white;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	border-left: 1px solid #F1F1F1;
}

#header ul li a.first {
	border-left: none;
}

#header ul li a:hover {
	background: url(../images/opac-black.png) repeat;
}
