﻿/* CSS layout */
#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

#page_content {
	margin-right: 10px;
}

#right_col {
	width: 10px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
}
