/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #000000;
	padding-left: 325px;
}
#menu {
	position: absolute;
	background-color: rgba(212,231,237,1.00);
	top: 0px;
	left: 0px;
	height: 1024px;
	width: 310px;
	padding-left: 5px;
	padding-right: 5px;
	border-width: thin;
	border-style: none;
	color: #000000;
}
#entry {
	position: relative;
	top: 0px;
	left: 0px;
	height: 1024px;
	width: 100%;
	border-style: none;
}
#footer{
	position: absolute;
	left: 0px;
	top: 1009px;
	width: 100%;
	background-color: #D7F6D8;
	text-align: center;
	height: 33px;
	padding-top: 8px;
}
