﻿  /* CSS layout */
  html {
	background-image: url('../images/bg3.jpg');
	background-repeat: repeat;

}

body {
	padding-top: 20px;
	padding-left: 20px;
}

#masthead {
	padding: 10px;
	width: 950px;
	background-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #008000;
}
#container {
	padding: 10px;
	width: 950px;
	background-color: #FFFFFF;
	position: relative;
}
#left_col {
	min-height: 600px;
	width: 180px;
	top: 10px;
	left: 10px;
	position: absolute;
	}
#page_content {
	border-left-style: solid;
	border-left-width: 3px;
	border-left-color: #008000;
	width: 710px;
	min-height: 620px;
	margin-left: 210px;
	padding-left: 20px;
	position: relative;
}
#footer {
	padding: 2px 10px 2px 10px;
	clear: both;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #008000;
	width: 950px;
	position: static;
}
#right_col {
	padding: 10px;
	width: 240px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 99;
}
#bottom_left {
	position: absolute;
	left: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	top: 375px;
}

