﻿/* CSS-Layout */
#masthead {
	position: relative;
	width: 100%;
}

#top_left {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header {
	margin-left:200px;
}

#container {
	position: relative;
	width: 705px;
	height: 505px;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: 80px;
}
#page_content {
	margin-left: 200px;
	margin-top: 80px;
}
#footer {
}
