img#header { margin: 30px 0 15px 0; }

div#container {
	width: 775px;
	clear: both;
}

div#menu {
	float: left;
	width: 195px;
}

div#content {
	float: right;
	width: 575px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div#menu ul {
	list-style-type: none;
	margin: 0; padding: 0;
	padding-left: 15px;
}

div#menu ul li {
	background-image: url("../images/css/bullet.gif");
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 5px 11px;
	font-size: 10px;
	color: #666666;
}

div#menu ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

div#menu ul li a span.no_bold { font-weight: normal; }

div#content h1 {
	clear: both;
	font-size: 150%;
	padding-left: 5px;
	background-color: #3D2525;
	color: #F0F0F0;
	margin: 0;
}

div#content table th {
	color: #000;
	font-weight: bold;
	font-size: 85%;
	text-align: left;
	vertical-align: bottom;
}

th.top, td.top { border-top: 1px solid #000; }
th.left, td.left { border-left: 1px solid #000; }
th.right, td.right { border-right: 1px solid #000; }
th.bottom, td.bottom { border-bottom: 1px solid #000; }