#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;
	width: 10%;
	min-height: 75%;
	/*height: auto;*/
	/*height: 650px;*/
	float: right;
}

#main {
	background-color: cyan;
	width: 65% !important;
	/*min-height: 400px;*/
	/*height: 200%;*/
	/*height: auto;*/
	height: 400px;
	float: left !important;
	padding: 5px;
	margin: 5px;
}

/*#main_box {
	background-color: cyan;
	width: 500px;
	min-height: 400px;
	float: left;
	padding: 5px;*/
}

#sidebar_right {
	background-color: yellow;
	border: 1px solid black;
	width: 200px;
	height: 100%;
	float: right;
}
/*#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;*/
}
