﻿/* CSS layout */
#masthead {
}

#top_nav {
	background-color: #990033;
}

#container {
	position: relative;
	width: 720px;
	background-color: #FFFFFF;
}

#page_content {
	margin-right: 200px;
	background-color: #000000;
	color: #00CCFF;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
}

