body{
	background-color: white;
	font: sans-serif, arial, verdana;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
.everything #container{
	width: 800px;
	height: 1085px;
	background-color: white;
	border: 0px;
	float: inherit;
	margin: auto; 
	}
	
.everything #header{
	background-color: white;
	height: 125px;
	border: 1px solid black;
	margin-top: 10px;
	}

.everything #midcontainer{
	width: 800px;
	height: 910px;
	background-color: white;
	border: 1px;
	float: none;
	margin: auto;
	}

.everything #sidebar{
	background-color: #c0c0c0;
	width: 163px;
	height: 900px;
	margin-top: 10px;
	float: left;
	background-attachment: fixed;
	position: static;
	list-style-type: square;
	border: 1px solid black;
	}
	
.everything #mainContent{
	background-color: white;
	border: 1px solid black;
	width: 622px;
	height: 900px;
	margin-top: 10px;
	background-attachment: scroll;
	overflow: visible;
	float: right;
	}

	
.everything #footer{
	background-color: white;
	width: 800px;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid black;
	}
	
a.side{
	color: #605e5e;
	}
	