/* General */
body {
    color: #FFFFFF;
    background-color: #000000;
	font: 0.9em/1.35em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight: normal;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

a:link, a:visited {
	color: #ffffff;
}

a:hover, a:active {
	color: #ffffff;
	text-decoration: none;
}

img {
	border: none;
}

.image-left {
	float: left;
}

.image-right {
	float: right;
}

.clearer {
	clear: both;
}

/* Page Header */
#pageHeader {
	background: repeat-x url(images/header_bg.png);
	height: 103px;
}

#logo {
	width: 632px;
	height: 87px;
	background: no-repeat url(images/logo.png);
    margin:0 auto;
}

/* Navbar */	
#navcontainer {
	width: 560px;
    height: 22px;
    margin: 0 auto;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
}

#navcontainer ul{
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#navcontainer li {
	display: block;
	float: left;
    width: 140px;
    margin: 0 auto;
}

#navcontainer a {
	color: #555555;
    text-decoration: none;
}

#navcontainer a:hover {
	color: #ffffff;
}

#navcontainer #current, #navcontainer .currentAncestor {
	color: #f0f0f0;
}

/* Content */
#contentContainer {
	width: 904px;
    margin:0 auto;
	padding: 0;
	background: repeat-y  url(images/content_middle.png);
	text-align: left;
	line-height: 1.75em;
}

#contentContainer #top {
	background: url(images/content_top.png) no-repeat;
	width: 904px;
	height: 30px;
}

#contentContainer #bottom {
	background: url(images/content_bottom.png) no-repeat;
    background-position: bottom;
	width: 904px;
	height: 32px;
}

#contentContainer #content {
	width: 824px;
    margin: 0 auto;
#	background: repeat-y  url(images/content_middle.png);
}

#contentContainer #content h1 {
	font-size: 24px;
    font-weight: normal;
	line-height: 1.0em;
    padding: 0;
    margin: 0;
	display: inline;
}

#contentContainer #content h2 {
	font-size: 18px;
    font-weight: normal;
	line-height: 1.0em;
    padding: 0;
    margin: 0;
	display: inline;
}

#contentContainer #content h3 {
	font-size: 18px;
    font-weight: bold;
	line-height: 1.0em;
    padding: 0;
    margin: 0;
	display: inline;
}

#contentContainer #content h4 {
	font-size: 12px;
    font-weight: normal;
	line-height: 1.0em;
    padding: 0;
    margin: 0;
	display: inline;
}

#contentContainer #content h5 {
	font-size: 24px;
    font-weight: bold;
	line-height: 1.0em;
    padding: 0;
    margin: 0;
	display: inline;
}
