﻿/* CSS layout */
body {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 1300px;
}

#masthead {
	min-width: 600px;
}

#logo {
	float: left;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	height: 175px;
}
#header {
	margin-left: 250px;
	width: 1150px;
	height: 180px;
}

#container {
	outline: #FF00FF;
	clear: both;
	min-width: 600px;
}

#left_col {
	outline-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	outline: #FFFFFF;
	border-color: #FFFFFF;
	float: left;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	height: 570px;
	border-left-color: #FFFFFF;
}
#page_content {
	margin-left: 200px;
	margin-right: auto;
	height: 570px;
	width: 1200px;
	vertical-align: bottom;
}
#footer {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 1400px;
	height: 40px;
	vertical-align: text-bottom;
}
