@charset "utf-8";
/* CSS Document */

#table {
	margin: 0px;
	}

#upper_container {
	margin: auto;
	width: 100%;
	background-color: #171717;	
	}

#nav {
	margin: auto;
	width: 930px;
	}

#banner {
	margin: auto;
	width: 1089px;
	}

#middle_container {
	width: 100%;
	background-color: #f3f1f3;
	}

#left_column {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 10px;
	float: left;
	width: 577px;
	height: 27 0px;
	border-right-width: 3px;
	border-right-style: dotted;
	border-right-color: #999;
	
	}
	
#port_column {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 10px;
	float: left;
	width: 900px;
	height: 27 0px;
	
	}

#right_column {
	padding: 20px;
	float: left;
	width: 250px;
	height: 290px;
	}

#bottom_container {
	margin: auto;
	width: 100%;
	background-color: #e5e4e5;
	}

#content_wrapper {
	margin: auto;
	width: 930px;
	}
	
#right_column_footer {
	padding: 10px;
	float: left;
	width: 590px;
	height: 25px;
	}
	
#left_column_footer {
	padding: 10px;
	float: left;
	width: 295px;
	height: 25px;
	}
