/* Specify body rules
--------------------------------------------------------------------------------------------*/

body {
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
}


/* divs used to specify the layout of the site
--------------------------------------------------------------------------------------------*/
#box {
	margin: 0px auto;
	width: 800px;
}

#top {
	width: 800px;
	height: 200px;
	background-image:url(../images/top.jpg);
}


#middle {
	width: 760px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../images/mid.jpg);
}

#bottom {
	width: 760px;
	height: 80px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 1px;
	background-image:url(../images/bottom.jpg);
}


.top {
	width: 740px;
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 4px;
	text-align: right;
	background-image:url(../images/topbar.jpg);
}

	

		

		







	
