body
{
	font-family: Verdana;
	color: Blue;
	background-color: #c4eeff;
}
DIV#banner
{
	position:absolute;
	left:0;
	top:0;
	height:100px;
	width:1200px;
	background-color:Silver;
	font-family:Comic Sans MS;
	font-size:xx-large;
	text-align:left;
	border:none 0px;
}
DIV#navbar
{
	position:absolute;
	left:0;
	top:100px;
	height:14px;
	width:700px;
	font-family:Comic Sans MS;
	font-size:xx-small;
	background-color:white;
	border:none 1px;
}
DIV#menu
{
	position:absolute;
	left:0;
	top:120px;
	height:300px;
	width:120px;
	background-color:Silver;
	border:none 1px;
}
DIV#mainContent
{
	position:absolute;
	left:120px;
	top:120px;
	height:300px;
	width:380px;
	border:none 1px;
}
	
