/* Structure CSS */

body {
	behavior:url("csshover.htc");
	background-color: #FFFFFF;
	padding: 0px; 
	margin: 10px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;	
}

#body {
	width: 756px;
	margin-left: auto;
	margin-right: auto;
	background: url("images/body.jpg") top left repeat-y;
	padding: 0px;
}

#header {
	height: 156px;
	overflow: hidden;
	background: url("images/header.jpg") top left no-repeat;
}

#header_nav {
	clear: both;
	margin: 14px 0px 0px 24px;
	height: 80px;
	width: 390px;
	overflow: hidden;
}

#header_splash {
	text-align: center;
	width: 590px;
}

#header_splash h1 {
	margin: 7px 0px 0px 0px;
	color: #FFFFFF;
	font-size: 1.9em;
	font-weight: bold;
}

#header_splash h2 {
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
}

#content {
	overflow: hidden;
	margin: 0px 0px 0px 0px;
}

#content_wide {
	margin: 0px 15px 0px 15px;
	background-color: #FFFFFF;
}

#content_left {
	width: 550px;
	margin: 0px 0px 0px 14px;
	padding: 0px 10px 10px 10px;
	float: left;
	overflow: hidden;
}

#content_left_left {
	width: 128px;
	float: left;
	padding: 10px 0px 0px 0px;
	overflow: hidden;
}

#content_left_right {
	float: left;
	width: 400px;
	margin: 0px 0px 0px 12px;
	overflow: hidden;
}

#content_right {
	width: 118px;
	margin: 0px 14px 0px 0px;
	padding: 0px 10px 10px 10px;
	float: right;
	overflow: hidden;
}

#content_bottom {
	clear: both;
}

#footer {
	height: 90px;	
	background: url("images/footer.jpg") top left no-repeat;	
	text-align: center;
	color: #FFFFFF;
	overflow: hidden;	
	background-color: #FFFFFF;
	padding: 5px 0px 0px 0px;
	font-size: 0.9em;
}

#footer a {
	color: #FFFFFF;
	
}

#footer .copy {
	float: right;
	padding: 0px 20px 0px 0px;
}

#footer .adminlink {
	color: #FFFFFF;
	font-weight: bold;
}