body {
	width: 1070px;
	margin: 20px auto;
	background: #999;
	color: #1b1b1b;
	font-family: verdana, geneva, sans serif;
	}
	
a {
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #d50000;
	text-decoration: none;
	}

a:hover {
	border-bottom: 1px solid #666;
	color: #d50000;
}

p, ul {
	margin: 20px;
	line-height: 1.5;
}

li {
	margin: 10px;
}

p.quote {
	margin: 20px 60px 20px 60px;
	font-family: Courier New, Courier, monospace;
	text-align: justify;
	background: #ddd;
	padding: 20px;
}
	
ul.menu {
	position: fixed;
	top: 20px;
	width: 200px;
	background: #1b1b1b;
	text-align: center;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.menu li a {
	/*font-family: Courier New, Courier, monospace;*/
	font-weight: normal;
	display: block;
	list-style-type: none;
	margin: 10px;
	padding: 5px 10px 5px 10px;	
	text-decoration: none;
	line-height: 1;
	color: #000;
	background: #666;
	border-radius: 0px 0px 50px 50px;
	border: 0px;
}

ul.menu li img a {
	border: 0px;
}

ul.menu li a.current {
	background: #fff;
}

ul.menu li a:hover {
	color: #d50000;
	background: #fff;
	border-radius: 50px 50px 0px 0px;
}
	
div {
	width: 850px;
	background: #FEFEFE;
	margin: 0px 0px 0px 220px;
}


div#header {
	background: #666;
	min-height: 223px;
	margin: 0px;
}

h1, h2, h3, h4, h5 {
	font-family: Courier New, Courier, monospace;
	color: #000;
}

h2 {
	border-top: 1px solid #666;
	padding-top: 5px;
	font-size: 200%;
}

h2.left {
	float: left;
}

h2.right {
	font-style: italic;
	font-size: 150%;
	background: #ddd;
	float: right;
	border-top: 0px;
	padding: 10px;
	}	
	
img.left {
	float: left;
	padding: 20px 20px 20px 0px;
	margin: 0px 20px 20px 20px;
	background: #eee;
}

img a {
	border: 0px;
	text-decoration: none;
}

a img {
	border: 0px;
	text-decoration: none;
}

div#header h1 {
	font-size: 320%;
	font-weight: bold;
	margin: 0px;
	color: #000;
	padding: 10px 20px 10px 20px;
	border-bottom: 3px solid #666;
}

div#header h1 a {
	color: #000;
	border-bottom: 0px;
}

div#header h2 {
	font-size: 130%;
	float: none;
	font-weight: normal;
	font-style: italic;
	margin: 0px;
	padding: 10px 20px 10px 20px;
	text-align: right;
	border: 0px;
	color: #fff;
}

span.credit {
	font-style: normal;
	color: #000;
}

h2, h3, h4, h5 {
	margin: 20px;
}

h3 {
	clear: both;
	margin-top: 40px;
}

table {
	width: 100%;
	margin: 20px;
	padding: 0px;
}

table td {
	width: 48%;
	padding: 10px;
	margin: 0px;
}

div#footer {
	background: #777;
	padding: 1px 0px 5px 0px;
	margin: 20px 0px 20px 0px;
}

div#footer table {
	width: 810px;
	margin: 0px 20px 0px 20px;
}

div#footer table td {
	width: 115px;
	background: #ccc;
	padding: 10px;
	}
	
div#footer table h4 {
	margin: 0px;
}

div#footer table ul {
	font-size: 80%;
	margin: 15px 5px 5px 0px;
	list-style-type: none;
	padding: 2px;
}

div#footer table ul li {
	margin: 10px 0px 0px 0px;
}

div#footer table a.current {
	border-bottom: 1px solid #666;
	color: #d50000;
}

div#footer table a.current:hover {
	color: #666;
	border-bottom: 1px solid #d50000;
}

div#footer h2 {
	border: 0px;
	margin: 20px;
}
