﻿/* CSS layout */
#masthead {
	position: static;
	width: 1024px;
	background-color: #999966;
	height: 146px;
	clip: rect(auto, auto, auto, auto);
	z-index: 1;
}
#top_left {
	width: 146px;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url('../traditionalinframe_146x146.jpg');
	background-repeat: no-repeat;
	clip: rect(146px, 146px, auto, auto);
	height: 146px;
	visibility: visible;
}
#header {
	margin-left: 146px;
	position: absolute;
	top: 10px;
	width: 400px;
}
#container {
	position: relative;
	width: 355px;
	height: 495px;
	background-image: url('../STAIR_LEFT_355x495.JPG');
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-left: 355px;
	background-color: #000000;
	height: 495px;
	width: 669px;
	left: 355px;
}
#footer {
	background-color: #009999;
	top: 641px;
	position: absolute;
	height: 10px;
	width: 1024px;
	bottom: 651px;
}


