﻿
#container {
	width: 950px;
	height: 700px;
	padding-top: 25px;
	margin: 0 auto auto auto;
	background-image:url('images/ggrass.jpg')
}

.ContentLeft {
	width: 447px;
	height: 425px;
	top: 25px;
	position: relative;
	left: 275px;
	z-index: auto;
	float:left;
}

.SectionHeader {
	height:45px;
	background-image:url('images/SectionHeader.jpg');
	background-repeat:no-repeat;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.SectionBody {
	height: 425px;
	background-image: url('images/SectionBody.jpg');
	background-repeat: repeat-y;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
	
.SectionFooter {
	height:38px;
	background-image:url('images/SectionFooter.jpg');
	background-repeat:no-repeat;
}

.ContentRight {
	width: 447px;
	height: 425px;
	top: 25px;
	right: 25px;
	position: relative;
	z-index: auto;
	float: right;
}

#container h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bolder;
	font-style: normal;
	font-variant: small-caps;
	color: #FFFFCC;
	padding-left:15px;
	margin:0;
}

#container h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	font-style: normal;
	color: #FFCC99;
	padding-left:15px;
}

table {
	border: 2px solid #FFFF66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFF00;
	margin-left: 25px;
	empty-cells: show;
}
td {
	border-bottom: thin solid #FFFFCC;
	border-left: thin solid #FFFFCC;
	padding: 2px;
	margin: 2px;
}

#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #3399FF;
	margin-left:35px;
	width:800px;
}

#menu li{
	display:inline;
	margin:0;
	padding:0;
	list-style-type:none;
	width:150px;
}

#menu a{
margin:10px 10px 10px 10px;
text-decoration:none;
color:yellow;
width:150px;
}

#menu a:hover{
	color:yellow;
	border-bottom: 3px white solid;
}
body {
	background-image: url('images/ggrass.jpg');
	background-repeat: repeat;
}
