﻿/* CSS layout */
#masthead {
	background-color: #000000;
	border: thin solid #333333;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
}
#top_nav {
	margin: 10px auto 10px auto;
	background-color: #000000;
	border: thin solid #333333;
	width: 950px;
}
#container {
	border: thin solid #333333;
	position: relative;
	width: 950px;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	height: 470px;
}
#page_content {
	margin: 10px auto 10px 10px;
	border: thin solid #333333;
	background-color: #000000;
	width: 565px;
	height: 450px;
}
#right_col {
	border: thin solid #333333;
	margin: 10px 10px 10px auto;
	width: 350px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #000000;
	height: 450px;
}
#footer {
	background-color: #000000;
	border: thin solid #333333;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 550px;
	margin-top: 10px;
}

