/* F3F3CC */

body {
font: 12px Arial, sans-serif;  
color: black;
height:100%;
background: #f5f5f5;
margin: 10px;
}

#container { text-align: left; width: 600px; height: auto; }

#header {
	height: 80px;
	margin: 0 0 0 0;
	padding: 2px;
	background: #f5f5f5;
}

#main {
	background: #f5f5f5;
	height: auto;
	clear: both;
	margin: 6px 0;
	padding: 2px;
	list-style:none;
}

#main2 {
	background: #f5f5f5;
	height: 450px;
	clear: both;
	margin: 6px 0 6px 0;
	padding: 2px;
	list-style:none;
}

#main3 {
	background: #f5f5f5;
	height: 200px;
	clear: both;
	margin: 6px 0 6px 0;
	padding: 2px;
	list-style:none;
}

#footer {
	background: #9C9F84;
	height: 100%;
}

#footer li{
font: 9px Verdana, sans-serif;
color: black;
list-style:none;
text-decoration:none;
}