#container {
	width: 100%;
	height: 100%;
	float: right;
}
#footer {
	width: 850px;
	clear: both;
	text-align: left;
	font-size: 14px;
	color: #000000;
}
#menu {
	display: none;
}
#content {
	width: 100%;
	text-align: right;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: medium;
}
h1, h2, h3, h4, h5 {
	color: #000000;
}
#content a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
#sitetitle {
	text-indent: 100%;
	font-size: large;
	display: block;
	float: right;
	text-align: right;
	clip: rect(auto, 50px, auto, auto);
}
#footer a {
	display: none;
}
