﻿/* CSS layout */
#container {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	border: thin none #FFFFFF;
}
#masthead {
	border: thin solid #FFFF00;
	width: 700px;
	height: 100px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFF00;
}
#top_nav {
	margin: 5px auto 5px auto;
	border: thin solid #FFFFFF;
	width: 700px;
	height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFF00;
}
#page_content {
	margin: 5px auto 5px auto;
	border: thin none #FFFF00;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 700px;
	height: 250px;
}
#footer {
	border: thin solid #FFFF00;
	width: 700px;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
body {
	background-image: url('images/SCBA Background.jpg');
	background-repeat: repeat-x;
	background-position: center;
}
