﻿/* CSS layout */
#masthead {
	position: relative;
	background-image: url('Images/Web page Templete Images/BrownBG.jpg');
	width: 100%;
}
#top_left {
	width: 200px;
	position: static;
	left: 0px;
	top: 0px;
	text-align: center;
	float: left;
}
#header {
	margin-left: 200px;
	text-align: center;
	margin-right: 200px;
	background-image: none;
	position: static;
}
#top_right {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: center;
	float: right;
}
#NavBar {
	position: relative;
	width: 100%;
	text-align: center;
	background-image: url('Images/Web page Templete Images/BrownBG.jpg');
}
#container {
	background-position: left top;
	position: relative;
	width: 100%;
	margin-top: 10px;
	background-color: #A40000;
	background-image: url('Images/Web page Templete Images/background.gif');
}

#left_col {
	width: 214px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	font-size: x-large;
	font-family: "Hollywood Hills";
	color: #000000;
	text-decoration: underline;
	font-weight: 700;
	height: 324px;
}
#page_content {
	padding: 3px;
	margin-right: 214px;
	margin-left: 214px;
	text-align: center;
	font-size: large;
}
#right_col {
	width: 214px;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: center;
	font-family: "Hollywood Hills";
	font-size: x-large;
	color: #000000;
	text-decoration: underline;
}

#footer {
	position: relative;
	text-align: center;
	margin-top: 10px;
	background-color: #000000;
	font-size: small;
	width: 100%;
}

