/* 
	CSS for 
	controls the page layout 
*/

body {
	background-color: white;
	margin-top: 5px;
	text-align: center;
}

#frame {
	background-color: white;
	border-width: 0px;
	border-color: black;
	border-style: solid;
	width: 800px;
	margin: 0 auto;
	text-align: left;
} 

#header {
	background-color: white;
	width: 800px;
	height: 100px;
	background-image: url(../images/logo1a.jpg);
	background-repeat: repeat-x; 
}


#menu {
	float: left;
	width: 159px;
	min-height: 420px;
	height: auto !important;
	height: 420px;
	padding-left: 1px;
	padding-bottom: 10px;
	background-color: white;
}

#content {
	float: left;
	width: 610px;
	overflow: hidden;
	padding-bottom: 15px;
	padding-right: 0px;
	padding-left: 15px;
}

#right-column {
	float: right;
	width: 160px;

}

#footer {
	clear: both;
	background-color: white;
	height: 32px;
	width: 780px;
	border-top: 1px black solid;
	padding-left: 10px;
	padding-right: 10px;
}
