﻿ddwwww/* CSS layout */
#masthead {
	position: relative;
	width: 1024%;
	height: 105px;
}
#top_left {
	width: 100px;
	position: absolute;
	left: 5px;
	top: 5px;
	background-repeat: no-repeat;
	height: 100px;
}
#header {
	padding: 10px;
	margin-left: 200px;
	font-size: xx-large;
	font-weight: 700;
	color: #0000FF;
	position: relative;
	width: 800px;
}
#nav_bar {
	left: 105px;
	padding: 10px;
	position: relative;
	width: 860px;
}
#container {
	position: relative;
	width: 1024px;
	top: 0px;
	height: auto;
}
#left_col {
	width: 200px;
	position: relative;
	left: 0px;
	top: 0px;
	font-weight: bold;
	float: left;
}
#page_content {
	width: 760px;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	float: left;
	border-right-style: dotted;
	border-right-width: thin;
	border-right-color: #C0C0C0;
}
#footer {
	text-align: center;
	position: relative;
	float: left;
	padding: 10px;
	width: 960px;
}
