@charset "utf-8";
/* CSS Document */
#pageTop {
	top: 0px;
	left: 0px;
	width: 100%;
	display: block;
}

#index {
	height: auto;
	width: 100%;	
	z-index: 100000;
}
#index > #content {
	width: auto;
	height: auto;
	top: auto;
	left: auto;
	right: auto;
	float: none;
	margin: 0px auto;
	background-color: #FFFFFF;
}
#index > #content > #aside {
float: left;
clear: both;	
height: 1000px;
width: 15%;
margin-top: 51px;
margin-left: 30px;	
margin-right: 10px;
background-color:#FFFFFF;
padding: 1px 0;
}
#index > #content > #wrapper {
	float: inherit;
	clear: both;
	height: inherit;
	width: 85%;
	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, #wrapper {
	width: 100%;
	display: inline;
    }
}

#footer{
	bottom: 0px;
	left: 0px;
	width: 100%;
}