body {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg_grad.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-size: 90%;
	font-family: verdana, arial, sans-serif;
}

#menu {
	float: left;
	width: 8em;
}

#menu ul {
	padding: 0;
	margin: 0;
}

#menu ul li {
	background-image: url(../images/menu_button.gif);
	list-style: none;
	width: 125px;
	height: 25px;
	font-size: .9em;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
}

#menu ul li:hover {
	background-image: url(../images/menu_button-down.gif);
	list-style: none;
	width: 125px;
	height: 25px;
	font-size: .9em;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
}

#menu ul li a {
	color: white;
	text-decoration: none;
}

#content {
	margin-left: 0em;
	background-color: white;
	width: 800px;
}

#content p {
	margin-left: 1em;
	margin-bottom: 1em;
}

#content h1, #content h2, #content h3, #content fieldset, #content table {
	margin-left: 1em;
}

#footer {
	clear: both;
}