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

#outter2 {
	background: none;
}
#navbar, #sidebar-left, #main_divider, #footer, #content-holder p {display: none;}

#bottom_half {
	border: 0;
}
#feature2 {
	height:40px;
	border: 0;
}
#content-holder { 
	width: 100%;
	margin: 0;
	float: none;
}

h2 {
	margin:0;
	font-size: 50%;
}

.tables {
	margin: 0 auto;
	width: 90%;
	color: #000;
	background: #fff;
}

.table1 h3, .table2 h3, .table3 h3 {
	background-color: #c2c2c2;
	border: 1px solid #000;
}

.table1 li, .table2 li, .table3 li {
	font-weight: bold;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}

