body,
table,
td
{
	font-family : Lucida Grande, Geneva, Arial, Verdana, sans-serif;
	font-size : 80%;
}
body{
	background-color : #CC8E00;
	color : #333;
}
#main
{
	border : 40px solid #C60;
	margin : 0px 10% 0px 10%;
	background-color : #FFF7E6;
}
li
{
	margin-bottom : 5px;
}
h1
{
	margin : 0px;
	background-color : #333;
	padding : 10px 0px 10px 40px;
}
h1 a
{
	color : #FFF;
	text-decoration : none;
}
#content
{
	padding : 40px;
	min-height : 400px;
	height : expression('400px');
}
#utilities
{
	list-style-type : none;
}
#utilities p
{
	margin-top : 0px;
}
#utilities h3
{
	margin-bottom : 0px;
}
h2
{
	margin : 10px 0px 0px 50px;
}
#footer
{
	text-align : center;
}