﻿/* CSS layout */
#masthead {
	border-style: none;
	border-width: 0px;
	border-color: inherit;
	margin: 0px auto 0px auto;
	width: 760px;
	padding: 0px;
	background-color: #FFFFFF;
}
#top_nav {
	margin: 0px auto 0px auto;
	border-style: none;
	border-width: 0px;
	border-color: inherit;
	width: 760px;
	height: 24px;
}
#container {
	margin: 0px auto 0px auto;
	padding: 0px;
	position: relative;
	width: 760px;
	background-color: #FFFFFF;
}
#left_col {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	padding-top: 2px;
}
#page_content {
	margin-right: 150px;
	margin-left: 150px;
	width: 460px;
	background-color: #FFFFFF;
	padding-top: 2px;
}
#right_col {
	width: 150px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #FFFFFF;
	padding-top: 2px;
}
#footer {
	background-position: center bottom;
	margin: auto auto 1px auto;
	width: 760px;
	padding: 0px;
	background-image: url('../Images/footer.png');
	background-repeat: no-repeat;
}
#masthead {
}
body {
}
#masthead ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#masthead li {
	float: left;
	margin-right: 2px;
	margin-left: 2px;
}
#masthead p {
	padding: 0px;
	margin: 0px;
}
