body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
h2 {
	display: inline;
	}
h3 {
	display: inline;
	color: #333333;
	}
h5 {
	display: inline;
	color: #8D1715;
	font-weight: bold;
	font-size: 12px;
	}
#wrapper {
	width: 792px;
	}
#header {
	margin-bottom: -3px;
	}
#leftNav {
	width: 142px;
	float: left;
	text-align: center;
	}
.buttons {
	width: 131px;
	display: block;
	font-weight: bold;
	background-color: #8C1614;
	background-repeat: no-repeat;
	color: white;
	text-decoration: none;
	padding: 2px 0 2px 0;
	margin: 2.5px 0 2.5px 6px;
	}
.buttons:hover {
	background-color: #CCCCCC;
	color: #333333;
	}
* html .buttons {
	margin: 2.5px 0 2.5px 0;
	}
#content {
	width: 479px;
	float: left;
	padding: 5px;
	}
* html #content {
	width: 489px;
	}
#rightNav {
	width: 161px;
	float: left;
	text-align: center;
	}
#footer {
	clear: both;
	text-align: center;
	border-top: #CCCCCC 1px solid;
	padding: 10px 10px 0 10px;
	}
.shadowBox {
	text-align: left;
	font-size: 10px;
	color: #666666;
	margin-left: 5px;
	width: 140px;
	border: #CCCCCC 1px solid;
	padding: 5px;
	}