#header {

	/* Change Height, Width and File Name to use a Different Header Image  */
	/* If you DO change the header width keep in mind you will likely also */
	/* need to change ALL of the 700px widths to match in order for the    */
	/* page to look right!                                                 */
	
	
	width: 770px;
	height: 6px;
	background-image: url(../images/top.jpg);
	
	/* This Centers the Header */
	
	margin:0 auto;
	text-align: left;


}

#content {

	/* Change Width and File Name to use a Different Background Image */
	
	width: 770px;
	background-image: url(../images/background.jpg);
	
	/* This Centers the Header */
	
	margin:0 auto;
	text-align: left;
	padding: 15px 0 15px 0;


}

#footer {

	/* Change Height, Width and File Name to use a Different Footer Image */
	
	width: 770px;
	height: 9px;
	background-image: url(../images/bottom.jpg);
	
	/* This Centers the footer */
	
	margin:0 auto;
	text-align: left;


}

#topspace {

	height: 25px;

}

#bottomspace {

}