* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background-color: #000000;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}

#page_container {
	width: 600px;
	margin: 0 auto;
	background-color: #ffffff;
	text-align: left;
}

#header_container {
}

#header img {
	float: left;
}

#content_container {
	position: relative;
	clear: both;
	min-height: 300px;
	overflow: auto;
	background-image: url(images/cont_bg.jpg);
	background-repeat: repeat-y;
	padding: 30px 32px;
}

#navigation {
	position: relative;
	float: left;
	width: 158px;
	font-size: 1.2em;
}

#content {
	position: relative;
	float: left;
	width: 323px;
}

#footer_container {
	clear: both;
	width: 600px;
	height: 38px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	text-align: center;
}

#footer {
	padding-top: 15px;
	font-size: 0.9em;
	font-family: Verdana, sans-serif;
	color: #666666;
}

#navigation ul {
	list-style-type: none;
	padding-bottom: 30px;
}

#navigation li a {
	color: #003366;
	text-decoration: none;
	line-height: 1.8em;
}

#navigation li a:hover {
	text-decoration: underline;
}

#navigation li a.menu-current {
	text-decoration: underline;
}

#navigation li a.menu-parent {
	text-decoration: underline;
}

#navigation li ul {
	padding-bottom: 0;
}

#navigation li ul li a {
	color: #0099cc;
}

h1 {
	font-size: 2.2em;
	font-family: Helvetica, Arial, sans-serif;
	color: #003366;
	padding-bottom: 9px;
}

h2 {
	font-size: 1.6em;
	font-family: Helvetica, Arial, sans-serif;
	color: #003366;
	padding-bottom: 5px;
}

p {
	padding-bottom: 15px;
	font-size: 1.2em;
	font-family: Verdana, sans-serif;
	line-height: 1.7em;
}

img {
	display: block;
	border: 0px solid #000000;
}