﻿/* CSS layout */
#masthead {
    position:inherit;
    width:810px; 
    height:75px; 
    text-align:center;
    vertical-align:middle;
}

#top_nav {
    position:inherit;
    background-color:#FFCCFF; 
    border:2px solid blue;
    width:810px;
}

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

#page_content {
	margin-right: 200px;
}

#right_col {
	width: 200px;
	position: relative;
	right: 0px;
	top: 0px;
}

#footer {
	position:relative;
	top:940px;
	width: 100%;
}

