﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	text-align: center;
}

#masthead {
	background-image: url('pahio025s1.jpg');
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	width: 760px;
	height: 100px;
}

#top_nav {
}

#container {
	margin: 0px auto 0px auto;
	min-width: 600px;
	width: 760px;
	text-align: left;
}

#left_col {
	width: 200px;
	float: left;
	background-color: #FFFFFF;
	height: 500px;
}
#page_content {
	margin-left: 200px;
	background-color: #0000FF;
	width: 560px;
	height: 500px;
}
#footer {
	clear: both;
	width: 760px;
	height: 40px;
	background-color: #FF0000;
}
