* {
	margin: 0;
	padding: 0;
}
body {
	font: 11px/1.5em Verdana, sans-serif;
	background: #E6E6E6;
}
h2 {
	color: #063;
	font: 200 23px Arial;
	padding-left: 20px;
}
#container {
	width: 745px;
}
#content {
	margin-right: 200px;
	width: 486px;
	background: #fff;
	border-right: 1px solid #000;
}
#content p {
	padding: 1em 20px;
}
#sidebar {
	float: right;
	width: 255px;
}
#header {
	width: 255px;
	height: 340px;
	position: relative;
	left: -2px;
}
#header span {
	background: url(images/header.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
li { list-style-type: none; }
li a {
	color: #063;
	font: 800 14px/35px Verdana;
	text-decoration: none;
	background: url(images/bullet.gif) center left no-repeat;
	padding-left: 20px;
	margin-left: 10px;
}
li a:hover {
	color: #32B071;
}
#footer {
	clear: both;
	background: #000 url(images/white.gif) repeat-y;
}
#footer p {
	margin-left: 490px;
	color: #ccc;
	padding: 5px;
}
