@import url("reset.css");
body {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	background-image: url(../images/bg.jpg);
}
div#wrapper {
	margin:0 auto;
	width:1086px;
}
div#header {
	height:193px;
	width:1086px;
	margin-top: -8px;
	background-image: url(../images/top_bg.png);
	background-repeat: no-repeat;
}
div#centeringContent {
	height: auto;
	width: 1003px;
	margin: 0 auto;
}
div#headerNavigation {
	margin: 16px auto 0;
	height: 37px;
	width: 1003px;
	padding-top: 68px;
}
div#headerLogo {
	margin: 0px auto;
	height: 130px;
	width: 540px;
	cursor: pointer;
}
div#mainNavigation {
	float: left;
	height: 70px;
	width: 1003px;
	background-color: white;
}
div#rightColumn {
	float:left;
	background:#FFFFFF;
	width:303px;
	padding: 19px 10px 0px 10px;
}
div#rightColumn div.rightColumnBoxes:nth-child(2) {
	margin-top: 20px;
}
div#leftColumn {
	background:#33CCFF;
	width: 640px;
	float:left;
	padding: 19px 10px 0px 30px;
}
div#leftColumn, div#rightColumn {
	min-height: 406px;
	background-color: #F1F1F1;
	padding-bottom: 30px;
}
div#footer {
	height:65px;
	width:1003px;
	padding-top: 15px;
	clear: both;
}
div#footer > p {
	float: left;
}
div#footer > table {
	float: right;
}
div#slider {
	float: left;
	height: 335px;
	width: 1003px;
}
div#quickLinks {
	float: left;
	width: 1003px;
	height: 215px;
	background-color: white;
}
div.quickLinkBoxes {
	float: left;
	width: 290px;
	height: 138px;
	margin-right: 16px;
	margin-top: 39px;
	border-right: 1px solid #D0D0D0;
	padding-right: 10px;
}
div.quickLinkBoxes:first-child {
	margin-left: 39px;
}
div.quickLinkBoxes:last-child {
	border-style: none;
}