@charset "utf-8";
/* CSS Document */
#index {
	height: auto;
	width: 100%;	
	z-index: 100000;
}
#index > #content {
	width: 1200px;
	height: auto;
	left: auto;
	right: auto;
	float: none;
	margin: 0px auto;
	background-color: #FFFFFF;
}
#index > #content > #aside {
float: left;
clear: right;	
height: auto;
width: 179px;
margin-top: 51px;
margin-left: 30px;	
margin-right: 10px;
background-color:#FFFFFF;
padding: 1px 0;
}
#index > #content > #pageMiddle {
	float: left;
	clear: right;
	height: auto;
	width: 600px;
	margin-top: 51px;
	margin-right: 20px;
	margin-left: 20px;
	background-color: #FFFFFF;
	margin: 0px auto;
}
#index > #content > #bside {
	float: left;
	clear: right;
	height: auto;
	width: 159px;
	margin-top: 51px;
	margin-right: 40px;
	margin-left: 110px;
	background-color: #FFFFFF;
	padding: 1px 5px;
}
 /*Clear floats after the columns*/ 
#content:after {
    content: "";
    display: table;
    clear: both;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media (max-width: 1200px) {
    #aside, #pageMiddle, #bside {
	width: 100%;
	display: inline;
    }
}