body {
	text-align:center;
	background-color:#38b54a;
}
body img {
	border:none;
}
#container {
	margin: 25px auto 0 auto;
	width: 800px;
	background-color:#FFFFFF;
	text-align:left;
	padding:8px;
	border-color:#000000;
	border-width: 1px;
	border-style: solid;
}
#content {
	border-color:#000000;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	background-image:url(images/menu_back.gif);
	background-repeat:repeat-y;
	padding:0;
	margin:0;
	min-height:540px;
}
#left {
	float:left;
	width:260px;
	height:500px;
}
#right {
	margin: 0 0 0 260px;
	color:#000000;
	font-family: Verdana, Geneva, sans-serif;
	min-height:500px;
}
#text {
	font-size:1em;
	padding: 15px;
	background-color:#FFFFFF;
}
#text a{
	color:#38b54a;
	text-decoration:underline;
}
#menu {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:24px;
	padding:0 0 0 20px;
	text-shadow: #000000 0.1em 0.1em 0.1em;
	margin:30px 0 25px 0;
}
#logo {
	position:relative;
	top:10px;
	left: 10px;
	width: 260px;
}
#logo_bottom {
	clear:both;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size:0.85em;
	text-shadow: #666666 0.1em 0.1em 0.1em;
	font-weight:bold;
}
a {
	text-decoration:none;
	color:#FFFFFF;
}
hr {
	color:#000000;
	border-color:#000000;
	height: 1px;
	padding:0;
}
#image {
	width:540px;
	border:solid 0 1px 0 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#signature {
	width:814px;
	text-align:left;
	margin:0 auto;
	padding:0;
	font-family: Verdana, Geneva, sans-serif;
	font-size:0.75em;
}