﻿/* CSS layout */
#masthead {
	background-image: url('images/MotelPhoto.jpg');
}

#top_nav {
}

#container {
	position: relative;
	width: 795px;
}
#left_col {
	width: 190px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #AF8F90;
	float: left;
}
#page_content {
	margin-left: 200px;
	width: 600px;
	float: right;
}

#footer {
	color: #000000;
	clear: both;
}
#clear {
	clear: both;
}

