/* Main body-elements */

* {
	margin: 0;
	padding: 0;
}

body {
	padding-bottom: 30px;
	background: #ffffff url(../img/body_bg.png) repeat-x;
}

#wrapper {
	width: 1032px;
	margin: 0 auto;
	display: table;
	background: #ffffff url(../img/wrapper_bg.gif) repeat-y;
}

#header {
	width: 1032px;
}

/* Statement */

#statement {
	width: 1024px;
	margin: 0 0 0 4px;
	height: 379px;
	background: url(../img/header_bg.gif);
	font: 16px Verdana, Arial, Helvetica, sans-serif;	
}

.statement_img {
	width: 521px;
	float: right;
	margin: 24px 34px 0 0;
}
	

/* Menu */

#menu {
	margin: 0 0 0 80px;
	background:url(../img/menu_background.png) no-repeat;
	width: 758px;
	height: 35px;
	font: 14px Verdana, Helvetica, Sans-Serif;
	text-transform: uppercase;
}

#nav, #nav ul {
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
}

#nav li {
	float: left;
}

#nav li ul { 
	position: absolute;
	width: 146px;
	font-size: 11px;
}

#nav li a {
	color: #ddedf5;
	text-decoration: none;
	margin: 9px 50px 0 0;
}

#nav li a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;	
}

/* Content */

#content {
	width: 992px;
	padding: 15px 10px 15px 30px;
	background: url(../img/content_background.png) no-repeat;
	float: left;
	font: 12px Verdana, Arial, Helvetica, Sans-Serif;
}

#col_left, #col_mid, #col_right, #col_combined {
	float: left;
	text-align: justify;
	margin-right: 20px;
}

#col_left {
	width: 350px;
}

#col_mid {
	width: 300px;
}

#col_right {
	width: 275px;
}

#col_combined {
	width: 625px
}

img {
	vertical-align: bottom;
	border: none;
}

/* Footer */

#footer {
	background: url(../img/footer_bg.png) no-repeat;
	width: 1032px;
	height: 8px;
	clear: both;
}
