* {
	margin: 0;
	padding: 0;
}
body {
	font-family: verdana, arial, sans-serif;
	font-size: .8em;
	background-color: #0B1100;
}
h2 {
	color: #516A2B;
	font-family: georgia, times new roman, serif;
}
p {
	margin-top: 4px;
	margin-bottom: 16px;
}
#page {
	width: 800px;
	margin: 0 auto;
}
#header {
	background: url('images/bg_header.gif');
	height: 100px;
	padding-left: 28px;
	color: #7C0000;
}
#wrapper {
	background: url('images/bg_wrapper.gif');
	background-repeat: repeat-y;
}
#content {
	background-color: white;
	padding: 20px;
	margin-left: 200px;
}
ul#nav {
	padding-top: 1px;
	font: 12px verdana;
	font-weight: bold;
	width: 200px;
	list-style-type: none;
	float: left;
}
ul#nav li {
	margin: 0;
	margin-bottom: 1px;
}
ul#nav a {
	display: block;
	color: white;
	padding: 8px 28px;
	background-color: #516A2B;
	text-decoration: none;
}
* html ul#nav a {
	display: block;
	height: 14px;
}
ul#nav a:hover {
	background-color: #365386;
}
#wrapperbottom {
	height: 25px;
	background: url('images/bg_wrapperbottom.gif');
}
#footer {
	background: url('images/bg_footer.gif');
	background-repeat: repeat-x;
	color: #cccccc;
	font-size: 10px;
	text-align: right;
	padding: 10px;
}
#footer a {
	color: #cccccc;
}

#splash-left{
	height: 330px;
	width: 500px;
	background-color: yellow;
	padding-right: 0;
	margin-left: 0;
	float: left;
}
#splash-right {
	margin-left: 500px;
	background-color: #516A2B;
	padding: 20px;
	height: 290px;
}
* html #splash-right {
	padding: 20px;
	padding-bottom: 14px;
	margin-left: 490px;
}
#splash-right h2 {
	color: white;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
}

#splash-right p {
	color: #0b1100;
}

#splash-wrapper {
	background-color: white;
}

ul li { margin: 12px; }