body {
	position: relative;
	padding: 10px 0 30px 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	width: 90%;
}

#header {
	background: url(/images/backgrounds/header.gif) no-repeat -40px 0 #fff;
}

#header #logo {
	position: relative;
	top: 20px;
	left: 20px;
	margin-bottom: 2em;
}

#main_content {
	padding: .5em 1em 2em 1em; 
}

#main_content h2 {
	font-size: 1.3em;
}

#main_content ul {
	font-size: .8em;
}

#main_content ul li {
	list-style-image: url(/images/dingbats/grey_bullet.gif);
}