﻿/* CSS layout */
#masthead {
	position: relative;
	width: 1024;
}
#page_content {
	margin-left: 180px;
}
#footer {
	position: relative;
	width: 1024;
	right: 1024px;
}

