﻿/* CSS layout */
#masthead {
	width: 900px;
	background-image: url('Images/LCBannerbubble.jpg');
	background-repeat: no-repeat;
}
#top_nav {
	background-color: #000080;
	width: 900px;
}
#page_content {
	background-color: #FFFFFF;
	width: 900px;
}
#footer {
	width: 900px;
	background-color: #FFFFCC;
}

