﻿body {
	color: white; 
	font-family: Arial; 
	letter-spacing: normal; 
	background-color: #708090;
}
page {
	color: white; 
	font-family: Arial; 
	letter-spacing: normal; 
	background-color: #708090;
}
.menu {
    width: 100%;
    left: 5px;
    top: 5px;
}
.maincontent {
	color: white; 
	font-family: Arial; 
	position: static;
    background-color: #708090;
    width: 75%;
    left: 5px;
    top: 100px;
}
.sidecontent {
	color: white; 
	font-family: Arial; 
	position: static;
    background-color: #708090;
    width: 25%;
    left: 75%;
    top: 100px;
}
.footer {
	font-size: xx-small; 
	color: white; 
	font-family: Arial; 
	position: static;
    background-color: #708090;
    left: 5px;
    top: 95%;
}
