body {
	text-align:center;
	}
#container {
	width:85%;
	background-color:#fff;
	text-align:left;
	}
#page {
	margin:30px;
	background-color:#F4F3EE;
	border: 1px solid #000;
	}
#inner {
	margin:15px;
	}
.floatleft {float: left; margin-top: 0px; margin-bottom: 5px; margin-left: 0px; margin-right: 5px;}
.floatright {float: right; margin-top: 0px; margin-bottom: 5px; margin-left: 5px; margin-right: 0px;}
a:link {
	color:#660000;
	text-decoration:underline;
	}
a:visited {
	color:#660000;
	text-decoration:underline;
	}
a:hover {
	color:#660000;
	text-decoration:none;
	}
a:active {
	color:#660000;
	text-decoration:none;
	}
img {
	border: 2px solid #eee;
	}
