﻿/* CSS-Layout */
#body {
	margin: 0;
	padding: 0;
	position: 
}
#masthead {
	position: relative;
	width: 100%;
}

#top_left {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header {
	margin-left:200px;
}

#container {
	position: absolute;
	width: 955px;
	top: 200px;
	height: 350px;
}

#left_col {
	width: 250px;
	position: absolute;
	top: 00px;
	height: 350px;
	background-color: #FFFFFF;
}

#page_content {
	margin-right: 200px;
	margin-left: 200px;
}

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

#footer {
	height: 120px;
	left: 0px;
	position: absolute;
	width: 955px;
	top: 550px;
	background-color: #6A5328;
}
