﻿/* CSS layout */
#masthead {
	background-image: url('images/masthead.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 200px;
	font-size: 150%;
	text-align: right;
}
#top_nav {
	background-position: left top;
	background-color: #627C18;
	background-image: url('images/top_nav.jpg');
	background-repeat: no-repeat;
	height: 40px;
}
#container {
	position: relative;
	width: 100%;
}
#left_col {
	margin: 0px;
	background-position: left top;
	width: 199px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #5A7413;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
	color: #FFFFFF;
	background-image: url('images/leftside.jpg');
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 80%;
}
#page_content {
	background-position: left top;
	margin-left: 200px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url('images/main.jpg');
	background-repeat: no-repeat;
}
#footer {
	background-color: #93CE40;
}
#footer {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #5A7413;
}
#top_nav {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
{}
body {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin: 0px 5px 5px 5px;
	color: #FFFFFF;
	font-weight: bold;
}
h1 {
	font-size: 140%;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 5px;
}
h2 {
	font-size: 140%;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left: 5px;
	text-decoration: underline;
}
h3 {
	font-size: 140%;
	color: #93CE40;
	margin: 0px;
	padding-left: 5px;
}
h4 {
	font-size: 120%;
	color: #C3C797;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
#slitleft {
	border: 1px solid #93CE40;
	width: 300px;
	float: left;
	background-color: #FFFFFF;
	background-image: url('../../Ready/flower/images/fade.jpg');
	background-repeat: repeat-x;
	color: #F13607;
}
#slitright {
	border: 1px solid #01A2E2;
	width: 200px;
	float: right;
	background-color: #4DB4DF;
	color: #FFFFFF;
}
#top_nav p {
	margin: 0px;
	padding-right: 10px;
	text-align: right;
	padding-bottom: 0px;
	padding-top: 10px;
}



