﻿  /* CSS layout */

body {
	width:	900px;
	margin: 0 auto;
	text-align:center;
}

#wrapper {
	width: 900px;
	text-align:left;
	margin: 0 auto;
}

#masthead {
	border-style: none;
	background-image: url('Pictures/Header.jpg');
	width: 900px;
	height: 100px;
	position: relative;
	float: left;
}

#container {
	float: left;
	width: 900px;
	min-height: 600px;
	background-color: #CCFFFF;
	overflow: hidden;
}

#left_col {
	float: left;
	width: 155px;
	background-color: #CCFFFF;
	padding-bottom: 30000px;
	margin-bottom: -30000px;
	min-height: 660px;
	margin-left: 25px;
	margin-top: 20px;
	font-family: 'Times New Roman', Times, serif;
	font-size: large;
	font-style: normal;
}

#page_content {
	float: left;
	width: 720px;
	padding-bottom: 30000px;
	margin-bottom: -30000px;
	background-color: #FFFFFF;
	min-height: 660px;
	overflow: hidden;
}

#picture {
	float: left;
	width: 720px;
}

#content_text {
	float: inherit;
	width: 700px;
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 30000px;
	margin-bottom: -30000px;
	overflow: hidden;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	font-size: large;
	font-style: normal;
	left: 0px;
	top: 0px;
}

#footer {
	float: left;
	width: 900px;
	background-image: url('Pictures/Footer.jpg');
	height: 60px;
}


