﻿/* CSS layout */

#main_box{
	width: 800px;
	margin: auto;
}
#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#page_content {
	background-position: inherit;
	margin-right: 100px;
	margin-left: 100px;
	background-image: url('images/splash1.jpg');
	background-repeat: no-repeat;
	width: 600px;
}

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

#footer {
}
