﻿/* 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: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
}
#page_content {
	margin-left: 200px;
	text-align: center;
}
#footer {
	text-align: center;
}
.red_border {
	border: 2px solid #FF0000;
	padding: 2px;
	margin: 2px;
	text-align: center;
	font-family: "Arial Black";
	color: #FFFFFF;
	background-color: #008080;
}
.page_props {
	color: #FFFFFF;
	background-color: #000000;
	background-image: url('/images/lower-t002.jpg');
	background-attachment: fixed;
}
.head_underline {
	text-decoration: underline;
}
.left_align {
	text-align: center;
}
a:visited {
	color: #0000FF;
}
