body {
	background: #323232 url(header.jpg) no-repeat top center;
	font-family: helvetica, verdana, tahoma;
	font-size: 12px;
	color: #323232;
	text-align: center;
}

#main {
	width: 768px;
	background-color: #fff;
	margin: 315px auto 5px auto;
	text-align: left;
	border: 1px solid #222;
}

#nav {
	font-weight: 800;
	padding: 5px;
	background: #fcfba2 url(navbg.jpg) repeat-x top left;
}

#content{
	padding: 5px;
	display: inline;
	float: left;
}

#content h1 { margin-top: 5px; }

#right { display: inline; float: right; padding-left: 5px; }

#footer {
	color: #ccc;
	text-align: center;
}

/* Normal formatting */

a{
	text-decoration: none;
	color: #660000;
}
a:hover{
	text-decoration: underline;
	color: #CC0000;
}

a img{
	border: 0;
}

ul
{
	list-style-image: url(bullet_yellow.png);
	list-style-type: circle
}

table {
	text-align: left;
	font-size: 12px;
}