body {
	background-color: #212324;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	text-align: center;
}
#container {
	background-color: #FFFFFF;
	width: 750px;
	text-align: left;
	margin: 0px auto;
	color: #212121;
	border: 1px solid #FFFFFF;
	background-repeat: no-repeat;
	background-position: 0% 100%;

}
#header {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0px;
	margin: 0;
	padding: 0;
}
#nav {
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 0px 0px 30px;
	padding: 14px 30px 8px;
	text-transform: uppercase;
	font-size: 11px;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}
#content #left {
	float: left;
	width: 200px;
	margin-left: 30px;
	color: #666666;
	font-size: 11px;
}
#content #right {
	margin-right: 50px;
	margin-left: 300px;
}
#content #footer {
	clear: both;
	height: 20px;
}
h1 {
	font-size: 15px;
	color: #67111e;
	letter-spacing: .1em;
}
h5 {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.25em;
	color: #094032;
	font-size: 11px;
	padding: 5px 0px 2px 5px;
	background-image: url(images/h5_bg.gif);
	border-top: 1px solid #CEE7E7;
	margin-bottom: 0px;
	margin-top: 3em;
}
.name {
	font-weight: bold;
	font-size: 13px;
	color: #424242;
}
.desc {
	font-size: 11px;
	color: #636363;
	margin-top: 0px;
	padding-top: 0px;
}
h2, th {
	font-size: 14px;
	letter-spacing: .1em;
	color: #22483f;
}
#nav a {
	color: #212121;
	text-decoration: none;
}
a {
	text-decoration: none;
}
img.logo {
	float: right;
	margin: 0px 0px 5px 15px;
}
th {
	padding-top: 15px;
	text-align: left;
	border-bottom: 1px solid #CEE7E7;
}
.emphasis {
	color: #631821;
	font-weight: bold;
}
#nav a.current {
	color: #67111e;
}
#nav a:hover {
	color: #AA1111;
}
#credits {
	color: #7B847B;
	width: 750px;
	text-align: right;
	margin: 10px auto 0px;
	font-size: 10px;
}
#credits a {
	color: #79A552;
}
h4 {
	font-size: 12px;
	letter-spacing: .1em;
	color: #22483f;
}
h2 {
	padding-top: 2em;
}
.sub {
	font-size: .85em;
}
