@charset "UTF-8";
/* CSS Document */

#live_area {
	width: 940px;
	margin: 0px auto 0px auto;
	background-color:#ffffff;
}

/* 
#content {
	width: 940px;
	float: left;
}
*/

#header {
	width: 940px;
	height: 352px;
	float: left;
}

#middle {
	width: 940px;
	float: left;
	
}

#links {
	width: 223px;
	float: left;
/*	background-color:#CCCCCC; */
	
}

#linkspacing {
	width: 178px;
	float: left;
/*	background-color:#999999; */
	margin-left: 41px;
	margin-top: 27px;
}

#content_bg {
	width: 940px;
	float: right;
	background-image:url(../images/3col_bg.gif);
	background-repeat: repeat-y;
}

#col1 {
	width: 350px;
	float: left;
}

#home_col2 {
	width: 367px;
	float: left;
}


#col2 {
	width: 367px;
	float: left;
}


#footer {
	width: 940px;
	height: 159px;
	float: left;
	background-image:url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	background-color:#dddddd;
}


/* ABOUT */

#sub_logo {
	width:940px;
	height:116px;
	float:left;
}

#sub_header {
	width: 940px;
	height: 235px;
	background-color:#4346a3;
	float: left;
}

#sub_subhead {
	width: 940px;
	height: 61px;
	float: left;
	background-image:url(../images/sub_subhead_bg.gif);
}

#sub_subhead_nola {
	width: 940px;
	height: 100px;
	float: left;
	background-image:url(../images/sub_subhead_bg_nola.gif);
}

#sub_copy {
	width: 717px;
	padding-top:35px;
	float: left;
}

#sub_copy_nola {
	width: 717px;
	padding-top:35px;
	float: left;
}

#content_bg_1col {
	width: 940px;
	float: right;
	background-image:url(../images/1col_bg.gif);
	background-repeat: repeat-y;
}

#footer_left {
	width: 500px;
	float:left;
}

#footer_right {
	width:440px;
	float:right;
}