﻿/* CSS layout */
#masthead {
	background-position: 300px 0px;
	height: 185px;
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url('../IMAGES/hdrbkgrnd.jpg');
	background-repeat: no-repeat;
	width: 800px;
}
#Side_nav {
	width: 150px;
	float: left;
	height: 300px;
}
#page_content {
	position: relative;
	width: 625px;
	margin-left: 150px;
	padding-left: 15px;
	padding-top: 15px;
	border-left-style: double;
	border-left-width: medium;
	border-left-color: #0000FF;
}
#footer {
	padding: 15px;
	position: relative;
	margin-left: 150px;
	top: 0px;
	left: 0px;
	font-size: small;
	text-align: center;
	width: 600px;
	border-left-style: double;
	border-left-width: medium;
	border-left-color: #0000FF;
}
.container {
	border: 15px outset #C0C0C0;
	margin: 0px auto 0px auto;
	width: 800px;
}

