/* Sets up 2 column layout */

/* This includes updated code
by ZC */

/*
div#left {
	float: left;
	width: 220px;
	padding-left: 60px;
	margin-top: -15px;
}

div#main {
	margin-left: 300px;
	margin-right: 50px;
}

div#footer {
	clear: both;
}
*/

div#left {
	float: left;
	padding-left: 40px;
	/*right: 370px;*/
	width: 230px;
	margin-top: 26px;
}

div#main {
	max-width: 700px;
	padding-top: 20px;
	margin-left: 280px;
	voice-family: "\"}\"";
	voice-family: inherit;
}

div#header {	
	height: 220px;
	background: #588658;
	margin-bottom: 20px;
	margin-top: 0px;
	width: 100%;
	clear:both;
}

div#container_small {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
}

div#container_large (
	width: 100%;
	margin-top: 0px;
	background: #AAFFDD;
}

html>body #main {
	/*margin-left: 301px;
	margin-right:22px;*/
}

div#footer {
	position: absolute;
	right: 0px;
	top: 315px;
	width: 1px;
}


/* ***** */