﻿/* CSS layout */

#masthead {
	margin: 0 auto 0 auto;
	position: relative;
	width: 800px;
	background-image: url('Images/bar1.PNG');
}

#top_left {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 46px;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 19pt;
}

#header {
	margin-left: 200px;
	text-align: right;
	height: 46px;
	color: #FFFFFF;
	font-size: 15pt;
	font-family: Tahoma;
}

#container {
	margin: 0 auto 0 auto;
	position: relative;
	width: 800px;
	background-color: #FFFFFF;
	margin-top: 5px;
}

#left_col {
	background: url('Images/menubg.png') repeat-x;
	width: 195px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 500px;
}

#page_content {
	margin-left: 200px;
}

#footer {
	background: url('Images/Bars/footer.JPG');
	width: 800px;
	margin: 5px auto 0 auto;
	text-align: right;
	height: 25px;
}
body {
	background-color: #C0C0C0;
}

