body {
	background-color: #000000;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#header {
	background-image: url(/images/layout/header_back.png);
	background-repeat: repeat-x;
	height: 135px;
	width: 100%;
}
#header_base {
	height: 50px;
	width: 100%;
	background-image: url(/images/layout/header_base.png);
	background-repeat: repeat-x;
}

#logo {
	position: absolute;
	bottom: 0.6em;
}

#logo h1 {
	display: inline;
	color: #eee;
	font-size: 2em;
}

#logo h2 {
	display: inline;
	padding-left: 0.5em;
	color: #E5CCD0;
	font-size: 1.0em;
}
#inner_header {
	position: relative;
	height: 135px;
	width: 900px;
	margin: 0 auto;
}
#nav {
	position: absolute;
	right: 0px;
	bottom: 1px;
}

#nav ul {
	margin: 0;
	padding: 10px 10px 0;
	list-style: none;
	font-size: .8em;
	font-weight: bold;
}

#nav li {
	float: left;
	background:url(/images/layout/white_left.png) no-repeat left top;
	margin: 0 0 0px 8px;
	padding: 0 0 0 4px;
}

#nav li a {
	display: block;
	background:url(/images/layout/white_right.png) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#000000;
	text-decoration: none;
}

#nav #current {
	background-image:url(/images/layout/red_left.png);
	/*color: #EEEEEE;*/
	/* border-bottom-style: none; */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D10000;
}

#nav #current a {
	background-image:url(/images/layout/red_right.png);
	color:#FFF
}
#main {
	width: 100%;
	color: #FFFFFF;
}

#main #content {
	width: 700px;
	margin: 0 auto;
}
#main #content h2 {
	color: #D90000;
}
#main #content h3 {
	color: #D90000;
	font-size: 110%;
}
#main #content a {
	text-decoration: underline;
	color: #D90000;
}

#main #content a:hover {
	text-decoration: none;
}

#main #content img {
	float: left;
	margin-right: 0.5em;
	margin-left: 0.5em;
	margin-top: 1em;
	margin-bottom: .5em;
}
#footer {
	font-size: .7em;
	color: #999999;
	text-align: center;
	padding: 1em;
	margin: 1em;
}
