﻿/* CSS layout */
#masthead {
	position: relative;
	width: 100%;
	font-family: "old English Text MT";
	background-color: #83BEE2;
	padding-bottom: 4px;
}
#top_left {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: "old English Text MT";
	background-color: #1B5F96;
}
#header {
	margin-left: 200px;
	font-family: "old English Text MT";
	font-size: xx-large;
	background-color: #83bee2;
	background-attachment: fixed;
}

#container {
	background-position: inherit;
	position: relative;
	width: 100%;
	background-image: url('../forge.jpg');
	background-repeat: repeat-y;
	background-attachment: scroll;
	height: auto;
}
#left_col {
	background-position: right bottom;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #FF6600;
	background-image: url('../1.jpg');
	background-repeat: repeat-y;
}

#page_content {
	margin-left: 200px;
	background-color: #FF9933;
}

#footer {
}


