.main {
	width: 780px;
	background-image: url(pictures/test.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	overflow: hidden;
	
}
.top_nav {
	width: 780px;
	font-size: 1em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(pictures/test.jpg);
}
.blankmain {
	width: 780px;
	background-image: url(pictures/blank_back.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	overflow: hidden;
}
#table1 {
	width: 275px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 7px;
	float: left;
}
#TB1_col2 {
	width: 275px;
	background-color: #FFFFFF;
	padding: 2px;
	border: thin solid #999999;
	margin-top: 15px;
	
	
}
#TB1_col1 {
	width: 275px;
	background-color: #FFFFFF;
	padding: 2px;
	border: thin solid #999999;
	overflow: auto;
	
	
}
#table2 {
	width: 471px;
	margin-top: 180px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}
#TB2_col1 {
	width: 464px;
	background-color: #FFFFFF;
	padding: 2px;
	border: thin solid #999999;
	margin-top: 0px;
	margin-bottom: 15px;
	float: right;
	
}
#TB2_col2 {
	width: 464px;
	background-color: #FFFFFF;
	padding: 2px;
	border: thin solid #999999;
	margin-bottom: 15px;
	
}
#TB2_col3 {
	width: 464px;
	background-color: #FFFFFF;
	padding: 2px;
	border: thin solid #999999;
	margin-bottom: 15px;
	
}
#staff_col1 {
	width: 750px;
	background-color: #FFFFFF;
	padding: 2px;
	border: thin solid #999999;
	margin-top: 15px;
		
}
#media_col1 {
	width: 275px;
	background-color: #FFFFFF;
	padding: 2px;
	border: thin solid #999999;
	margin-top: 10px;
	
	
}
#TB2_col1BK {

	width: 464px;
	background-color: #1F1F1F;
	padding: 2px;
	border: thin solid #999999;
	margin-top: 0px;
	margin-bottom: 15px;
	float: right;
}
#footbar {
	width: 780px;
	height: 10px;
	margin: 0 auto;
}
#tableLong {
	width: 765px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 7px;
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}