body 	{
	font-family: arial, verdana, helvetica;
	background: white;
	color: black;
	text-align: left;
	margin: 0;
	}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 13%;
	background-color: white;
	color: black;
	border: none;
	font-family: arial, verdana, helvetica;
	text-align: left;
	padding-left:5px;
	font-size: 80%;
        }        
#navbar {
	position: absolute;
	top: 15%;
	left: 0;
	width: 20%;
	height: 80%;
	background-color: maroon;
	color: gray;
	font-family: arial, verdana, helvetica;
	text-align: left;
	border: solid 1px gray;
	padding-left:5px;
	font-size: 80%;
	}
#navbar a{
	text-decoration: none;
	background-color: maroon;
	color: gray;
	}
#navbar a:hover{
	text-decoration: none;
	background-color: gray;
	color: maroon;
	}
#content {
	position: absolute;
	top: 15%;
	left: 21%;
	width: 55%;
	height: 80%;
	background: white;
	color: black;
	border: gray solid 1px;
	padding-left:5px;
	font-size: 80%;
	}
#right{	
	position: absolute;
	top: 15%;
	left: 77%;
	width: 23%;
	height: 80%;
	background: maroon;
	color: gray;
	border: gray 1px solid;
	padding-left:5px;
	font-size: 80%;
	}
#bottom {
	position: relative;
	top: 85%;
	height:100px;
	width:100%;
	background: maroon;
	color: black;
	border: gray 1px solid;
	}

img	{
	border: none;
	}
input{ font-family:monospace;}
input[type=text] {
	text-align: right;
}
menu {
	list-style-type: none;
}

