body {
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}

#container {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -404px;
	width: 808px;
}

#container_base {
	position: relative;
	width: 808px;
	padding: 0;
	margin: 0;
	background: url('images/content_bg_repeat.gif') top left repeat-y;
}

#header_base {
	position: relative;
	width: 808px;
	height: 493px;
	padding: 0;
	margin: 0;
	background: url('images/header_bg_base.gif') top left no-repeat;
}

#sub_header_base {
	position: relative;
	width: 808px;
	height: 303px;
	padding: 0;
	margin: 0;
	background: url('images/sub_header_base.gif') top left no-repeat;
}

#header {
	position: relative;
	width: 795px;
	height: 105px;
	padding: 0;
	margin: 0 7px 0 6px;
}

#nav {
	position: relative;
	padding: 0;
	margin: 0 7px 0 6px;
	width: 795px;
	height: 48px;
	background: #FFFFFF url('images/nav_leftside.gif') top left no-repeat;
}

#nav_right {
	position: relative;
	padding: 0;
	margin: 0;
	width: 795px;
	height: 35px;
	background: url('images/nav_rightside.gif') top right no-repeat;
}

#nav ul {
	padding: 0;
	margin: 0;
}

#nav li {
	display: inline;
	list-style-type: none;
}

#collage {
	position: relative;
	width: 795px;
	padding: 0;
	margin: 0 7px 0 6px;
	background-color: #FFFFFF;
}

#content {
	position: relative;
	width: 745px;
	padding: 25px;
	margin: 0 7px 0 6px;
	background-color: #FFFFFF;
}

#content h1, p {
	padding: 0;
	margin: 0;
}

#content h1 {
	font: bold 14px Verdana;
	color: #243a76;
	padding: 5px 0 15px 0;
}

#content p {
	color: #000000;
	line-height: 16px;
	padding-bottom: 10px;
}

#content a {
	color: #0066CC;
}

#content a:link, a:visited {
	text-decoration: none;
}

#content a:hover, a:active {
	text-decoration: underline;
	color: #223e7c;
}

#footer {
	position: relative;
	padding: 0;
	margin: 0 7px 0 6px;
	width: 795px;
	background: #FFFFFF;
}

#footer p {
	padding: 2px 5px;
	font-size: 11px;
	color: #0066CC;
}

#footer a {
	font-size: 11px;
	color: #0066CC;
}

#footer a:link, a:visited {
	text-decoration: none;
}

#footer a:hover, a:active {
	text-decoration: underline;
	color: #223e7c;
}

/* Content Float Fix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */