﻿/* CSS layout */


#masthead {
	
	width: 755px;
	height: 100px;
}

#top_nav {

	width: 755px;
	height: 60px;
}

#right_col {
	width: 175px;
	position:absolute;
	top: 0px;
	left: 600px;
}

#page_content {
	margin-right: 195px;
}

#container {
	position: relative;
	width: 755px;
	top: -2px;
}

#body {
	top:-14px;
	position: absolute;
    left: 50%;
    width: 755px;
    margin-left: -380px;
}

