﻿/* CSS layout */
#masthead {
	position: relative;
	width: 100%;
}
.texthead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bolder;
	font-style: italic;
	color: #008000;
}
.text {
	font-size: large;
	font-weight: normal;
	color: #008000;
}

#top_left {
	width: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100px;
	background-image: url('Images/Rainier Logo modified.jpg');
	background-repeat: no-repeat;
}

#header {
	margin-left: 100px;
	height: 100px;
	background-image: url('Images/Rainier-Logo.gif');
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 125px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100px;
	background-color: #FFFF00;
}

#page_content {
	margin-left: 130px;
}

#footer {
	color: #008000;
}
