body {
	background:url(../images/bg.jpg) top center no-repeat #d5d5d5;
	margin:auto;
	padding:0;
	color:#0b7c90;
	font-family:"Century Gothic","Trebuchet MS", Arial, Helvetica, sans-serif;	
}
#container {
	width:900px;
	margin:auto;
}
#container2 {
	width:900px;
	float:left;
	margin:auto;
	padding:0;	
}

#header {
	background:url(../images/header.jpg) no-repeat;
	width:900px;
	height:153px;
	float:left;
	margin:0;
	padding:0;
}

#mid-section {
	background:url(../images/mid-bg.jpg) no-repeat;
	width:900px;
	height:364px;
	float:left;
	padding:0;
	margin:0;
}
#mid-left {
	width:365px;
	float:left;
}
#mid-right {
	width:528px;
	float:right;
	padding:18px 0 0 0;
}
#title {
	float:left;
	width:359px;
	padding:80px 0 0 0;
}
#thumbnails {
	float:left;
	background:url(../images/OtherSegments.jpg) top left no-repeat;
	height:155px;
	width:359px;
	margin:50px 0 0 0;
	padding:51px 0 0 0;
}

#content {
	float:left;
	width:850px;
	padding:0 5px 0 5px;
	margin:20px 0 0 0;
}
.black {
	color:#333333;
	font-size:12px;
}
