﻿/* CSS layout */
#masthead {
}

#top_nav {
}

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

#page_content {
	margin-right: 200px;
}

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

#footer {
}
.newStyle4 {
	font-family: "Blue Highway D Type";
	font-size: large;
	color: #00FFFF;
	text-align: center;
	background-color: #FFFFFF;
	border-style: ridge;
	border-color: #00FFFF;
	font-style: normal;
}
