@charset "iso-8859-1";
body {
	background-color: #CCCCFF;

}

a:link {
	color: #990000;
	text-decoration: underline;
}

a:visited {
	color: #009900;
	text-decoration: underline;
}

#container {
	float: none;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: none;
	left: auto;
	right: auto;
	clip: rect(auto,auto,auto,auto);
	background-color: #FFFFFF;
}

#footer {
	width: auto;
	bottom: 0px;
	clear: both;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}




#main {
	width: 600px;
	float: right;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	text-align: left;
	padding-left: 2px;
}
#menu {
	float: left;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	text-align: left;
}
li {
	list-style-type: none;
}

#logo {
	float: left;
	width: 179px;
}
#title {
	clear: none;
	width: 462px;
	float: left;
}
#header {
	clear: both;
	float: left;
	width: 800px;
	height: 165px;
}