﻿/* CSS layout */
#masthead {
width: 935px;
	background-image: url('../images/header-top.jpg');
}
#top_nav {
width:935px;
}
#page_content {
	width: 935px;
	background-image: url('../images/background2.gif');
	height: 725px;
}
#footer {
width:935px;
	background-image: url('../images/header-top.jpg');
}
