#wrapper {
	width: 100%;
	height: 100%;
	background-color: transparent;
	}

#header {
	background-color: orange;
	/*margin-bottom: 10px;*/
	/*border-bottom: 1px solid #999999;*/
	width: 100%;
	height: 10%;
	/*padding: 5px;*/
	text-align: center;
}

#sidebar_left {
	background-color: #cccccc;
	border: 1px solid #999999;
	width: 10%;
	min-height: 75%;
	/*height: auto;*/
	/*height: 650px;*/
	float: left;
}

#main {
	background-color: cyan;
	border: 1px solid red;
	width: 85%;
	/*min-height: 400px;*/
	min-height: 70%;
	/*height: auto;*/
	/*height: auto;*/
	float: center;
	padding: 5px;
	margin: 5px;
}

/*#main_box {
	background-color: cyan;
	width: 500px;
	min-height: 400px;
	float: left;
	padding: 5px;*/
}


/*#help_splash {
	margin-top: 10px;
	width: 1000px;
	height: 100px;
	text-align: center;
}*/

#footer {
	background-color: transparent;
	margin-top: 5px;
	/*border-top: 1px solid #999999;*/
	width: 100%;
	height: 10%;
	text-align: center;
	float: bottom;
}
