#navigator {
	z-index:2;
	background-color: #C1FFC1;
	float: left;
	padding: 0px;
	width: 20%;
	height: 600px;
	margin: 0px;
}

#main {
	width:78%;
	z-index:2;
	padding: 2px;
	margin-left: 6%;
	border: thin solid #666666;
	background-color: #EFEFEF;
	height: 650px;
}

#footer {
	z-index:1;
	background-color:#FFFFCC;
	border:thin solid #666666;
	clear: both;
	position: relative;
	height: 20px;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}

#body {
	z-index:1;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #FFFFCC;
	width: 80%;
	margin-top: 0%;
	margin-right: 10%;
	margin-bottom: 0%;
	margin-left: 10%;
	height: 650px;
}

#header {
	background-color: #C1FFC1;
	z-index:1;
	padding: 0px;
	clear: both;
	margin-top: 1%;
	margin-right: 10%;
	margin-left: 10%;
	width: 80%;
	border: thin solid #666666;
	height: 15%;
}

#main_text {
	width:78%;
	z-index:2;
	background-color: #FFFFCC;
	height: 100%;
	margin-left: 20%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*
#header
{
	margin-bottom: 10px;
	background-color: #FFCCCC;
}

#col1
{
	float:left;
	width:48%;
	margin-left:3%;
	display:inline;
	background-color: #00FFFF;
}

#col2
{
	float:left;
	width:20%;
	margin-left:3%;
	background-color: #996699;
}

#col3
{
	float:left;
	width:20%;
	margin-left:3%;
	background-color: #CCFF66;
}

#footer
{
	clear: both;
	background-color: #CC66FF;
}
*/
body {
	background-color:#E2E2E2;
