@charset "utf-8";
/* CSS Document */

div#wrapper {
	width: 100%;
}

div#header {
	background:url(../images/layout/header_bg-x2.jpg) top repeat-x;
	padding-top: 5px;
	height: 395px;
}

div#headerElements {
	
}

div#contentArea {
	padding: 1em 1em;
	background: url(../images/layout/content_area_bg.png) top repeat-x #fff;
	min-height: 680px;
}

div#copyArea {
	width: 940px;
	margin:auto;
}

div.copyColumnOne {
	width: 640px;
	float: left;
}

div.copyColumnTwo {
	width: 240px;
	float: right;
	
}

div#footerContainer {
	background: url(../images/layout/footer_bg.png) top repeat-x;
	height: 276px;
	border-top: 2px solid #c3c3c3;
}

div#footer {
	 width:940px; 
	 margin:auto;
}

div#nav {
	background: #00aeef;
	height: 65px;
}

div#nav div {
	width: 960px;
	margin: auto;
}


div#nav div img { margin-top: -2px; }

div#nav ul {
	margin: auto;
	width: 940px;
	padding-top: 5px;
	padding-bottom: 5px;
}
div#nav ul li {
	padding: 0 2em;
	float: left;
}
div#nav ul li a {
	font-size:1.5em;
	font-weight:bold;
	text-decoration:none;
	color: #fff;
}
div#nav ul li a:hover {
	color:#606aaf;
	font-size:1.5em;
	font-weight:bold;
	text-decoration:none;
}

