* {
padding:0;
margin:0;
font-family:Arial, Helvetica, sans-serif;
}
body {
	background:#243E26;
}
#wrapper {
	margin:10px auto;
	width:925px;
}
#menu {
	height:43px;
	padding:0px 10px;
	background:#56754A;
	border-bottom:4px solid #BAE2AB;
	text-align:center;
}
#menu a {
	color:#B2D7A3;
	text-transform:uppercase;
	text-decoration:none;
	line-height:12px;
	font-weight:bold;
}
#menu a:hover {
	color:#fff;
}
#menu table {
/*	float:right;*/
}
#menu table td {
	padding:0px 8px;
	font-size:10px;
	text-align:center;
}
#content {
	height:141px;
	padding:300px 10px 0px 400px;
	background:#9AB98D url('/templates/template_1/images/home-bg.jpg') top left no-repeat;
	border-bottom:4px solid #BAE2AB;
}
#content p {
	color:#fff;
	font-size:16px;
	font-weight:bold;
}
#home-email {
	position:relative;
	display:block;
	top:180px;
	left:92px;
	width:206px;
	height:28px;
}
#footer {
	border-top:9px solid #56754A;
	text-align:center;
	color:#fff;
	font-size:10px;
}
#footer a {
	color:#fff;
	font-size:10px;
}