body {
	padding:0;
	margin:0;
	background-image:url(pix/body_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	text-align:center;
}

html { overflow: -moz-scrollbars-vertical; }

#wrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#header {
	width:100%;
	height:125px;
	margin-top:16px;
}

#logoContainer {
	width:200px;
	height:115px;
	float:left;
	padding:5px;
}

#menuContainer {
	width:535px;
	height:115px;
	float:right;
}

#leftContent {
	width:250px;
	height:450px;
	background-color:#004650;
	background-image:url(pix/leftcontent_bg_image.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	float:left;
}

#leftContent ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#leftContent li a {
	font-weight:bold;
	display: block;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 17px;
	width: 230px;
	border-bottom: 1px solid #ffffff;
	color:#ffffff;
	font-size:12px;
	background-image:url(pix/list_bg_icon.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#leftContent li a:link, #leftContent li a:visited {
	color: #eeeeee;
	text-decoration: none;
}

#leftContent li a:hover {
	color: #ffffff;
	background-image:url(pix/list_bg_icon_hover.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#centerContent {
	width:520px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
}

#centerContent h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:100;
	color:#336666;
	background-image:url(pix/h1_bg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:3px;
}

#centerContent h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:100;
	color:#336666;
	padding-bottom:3px;
}

#centerContent h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#336666;
	padding-bottom:3px;
}

#centerContent a {
	color:#336699;
}

#centerContent a:hover {
	color:#000;
}

#centerContent img {
	padding:10px;
}

#centerContent li {
	line-height:20px;
}

#footer {

}