﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #E4FFD9;
}

#masthead {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 110px;
	background-image: url('images/mastheadbar.png');
	position: relative;
}
#top_nav {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	background-color: #E4FFD9;
}
#container {
	min-width: 600px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: auto;
}
#left_col {
	width: 145px;
	float: left;
	height: 500px;
	background-image: url('images/tree%20145x500.jpg');
	background-repeat: no-repeat;
	background-color: #003F00;
}
#page_content {
	margin-left: 145px;
	height: auto;
	padding-left: 10px;
	left: 145px;
	background-color: #E4FFD9;
	padding-right: 0px;
}
#footer {
	margin: 10px auto 0px auto;
	padding: 0px;
	width: 630px;
	background-image: none;
	height: 20px;
	background-repeat: no-repeat;
	vertical-align: bottom;
	text-align: center;
}
#left_col_orders {
	padding: 0px 3px 0px 3px;
	width: 180px;
	float: left;
	height: 100%;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	position: relative;
	margin-right: 0px;
	margin-left: 0px;
}
#page_content_orders {
	border-style: solid;
	border-width: thin;
	margin-left: 190px;
	height: 500px;
	padding-left: 10px;
	left: 185px;
	background-color: #E4FFD9;
	padding-right: 10px;
}
#left_col_content {
	position: relative;
	float: left;
	top: 500px;
	width: 145px;
	background-color: #003F00;
	height: auto;
}
#footerads {
	margin: 2px auto 2px auto;
	padding: 0px;
	width: 800px;
	height: 94px;
	vertical-align: bottom;
	text-align: center;
	background-color: #FFFFFF;
}
.T10 Text1 {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
.T10xlrgeCopy {
	font-size: x-large;
	text-align: center;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
.T10sml {
	font-size: x-small;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
.T10med {
	font-size: medium;
}
.T10Lucida {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
.T10it {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-style: italic;
}
.T10xlrge {
	font-size: x-large;
	text-align: center;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

