body {
	background-color:#c3d1db;
	margin:0px;
	padding:0px;
	background-image:url(../images/header_background.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:100%;
	overflow-x:hidden;
}

.content-1 {
	background-color:#dae2e7;
	background-image:url(../images/background-index.jpg);
	background-position:center;
	background-repeat:repeat-x;
	height:476px;
	z-index:1000;
}

#flash-content {
	height:447px;
	width:953px;
	position:relative;
	top:100px;
	padding-left:20px;
	margin-top: -198px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left:auto;
	z-index:1000;	/*background-color:#faf1db;
	background-image:url(../images/flash-background.jpg);
	background-position:center;
	background-repeat:repeat-x;*/
}

#flash-table {
	height:476px;
	width:100%;
	margin-left:-696px;
	background-color:#faf1db;
	background-image:url(../images/flash-background.jpg);
	background-position:center;
	background-repeat:repeat-x;
}


/* =============== Layout Items =============== */


.header-cell {
	padding-bottom:35px; /* 20px */
}

#header{
	width:987px;
}

#nav {
	padding-top:39px;
	float: right; /* 54px */
}

/* =============== Footer Items =============== */

#footer {
width:100%;
height:70px;
background-color:#0d3251;
}


/* =============== Sub-Footer Items =============== */

#subfooter {
	width:772px;
	height:15px;
}

#subfooter-copy {
	float:left;
	font-family:Georgia, Times New Roman, serif;
	font-size:10px;
	color:#777777;
	padding-top:10px;
}

#subfooter-links {
	float:right;
	font-family:Georgia, Times New Roman, serif;
	font-size:10px;
	color:#777777;
	padding-top:10px;
}

