body {
	padding: 0px;
	margin : 0px; 
	
	font-family: verdana, arial, helvetica, sans-serif
}

#header {
	float: right;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer {
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: #cccccc;	
	padding-right: 10px;
	padding-bottom: 5px;
	font-size: smaller;
}

.mainContent {
	margin: 0px;
	padding-right: 32px; 
	position: absolute;
	top   : 2em;
	bottom: 2em;
	right : 0px;
	left  : 32px;
	overflow: auto;
}

.sideMenu {
	position: fixed;
	top   : 0px;
	left  : 0px;
	height: 350px;
	width : 30px;
	border: 0px;
}

#header a {
	color: #cccccc;
	text-decoration: none;
}

#header a:hover {
	color: #444444;
	text-decoration: underline;
}

#footer a {
	color: #cccccc;
	text-decoration: none;
}

#footer a:hover {
	color: #444444;
	text-decoration: underline;
}
