﻿body 
{ background-color: rgb(249,249,249);
}

#overallSizeControl
{ position: absolute;
	height: 796px;
	width: 680px;
	background-color: Black;
	left: 50%;
	margin-left: -325px;
}

#header
{ top: 0px;
	left: 0px;
	position: absolute;
	height: 101px;
	width: 680px;
	background-color:rgb(59,32,37);
}

#content
{ height: 535px;
	width: 680px;
	position: absolute;
	top: 100px;
	left: 0px;
	background-color: rgb(255,255,255);
}

#footer
{ position: absolute;
	top: 626px;
	width: 680px;
	left: 0px;
	height: 170px;
	background-color:rgb(59,32,37);
}
	
.menutext{ color: rgb(105,105,105);
     font-family: Verdana;
     font-size: 14px;
}