/* CSS layout */
#masthead {
	background-image: url('images/importcatbg.gif');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#top_nav {
	padding-bottom: 25px;
}

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

#page_content {
	border-style: solid;
	margin-right: 300px;
}

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

#footer {
	font-family: Arial,  Helvetica,  sans-serif;
	background-color: #000080;
	color: #FFFFFF;
	font-size: large;
	margin-right: 300px;
}
