@charset "utf-8";
/* CSS Document */

body
{
	background:url(../images/background.gif) no-repeat;
	font-size:12px;
	font-family: "Gill Sans MT", Georgia, Verdana, "Times New Roman";
}



#footer
{
	font-family: "Gill Sans MT", Georgia, Verdana, "Times New Roman";
	font-size: 12px;
	color: #000000;
	text-align: center;
	padding-bottom: 15px;
	
}

/* this is the middle section of that holds page content, title, menu, etc.*/
#middle
{
	background-color: #ffffff;
	height:465px;
	width: 575px;
	margin: 0 auto;
	margin-top: 40px;
	padding: 35px;
	border: outset;
	border-color:#999999;
	border-width: thick;
	
}

