@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background: #ADB0A5;
}
#container {
	width: 800px;
	margin: 10px auto;
	background: #D6D9CE;
	padding: 15px 0px 0px;
	border: 1px solid #666666;
}
.topOuter {
	margin: 0px;
	padding: 7px 0px;
	background: #FFFFFF;
}


#top {
	margin: 0px;
	padding: 14px 0px;
	text-align: center;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #FFFFFF;
	background: #9EA295 url(../gfx/template/top-bg.gif) repeat-x;
	height: 22px;
}
#top a {
	color: #FFFFFF;
	text-decoration: none;
}
#top a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
#logo {
	height: 80px;
	margin: 0px;
	padding: 20px 0px 0px 25px;
	border-bottom: 7px solid #FFFFFF;
	background: url(../gfx/template/image-logo.png) no-repeat 730px 2px;
}
#images {
	height: 185px;
	background: #FFFFFF url(../gfx/template/flowers.jpg) no-repeat -45px;
	border-bottom: 7px solid #FFFFFF;
}
#strap {
	height: 30px;
	background: #EFF0EC url(../gfx/template/strap.png) no-repeat 25px 4px;
}
#text {
	background: #FFFFFF;
	margin: 0px;
	padding: 20px 25px 10px;
	color: #9A9A9A;
	font: 12px/21px Verdana, Arial, Helvetica, sans-serif;
}
#text img {
	float: right;
	margin: 0px 0px 0px 15px;
	border-style: none;
}

#text p {
	margin: 0px;
	padding: 0px 0px 15px;
}

#text a {
	color: #6C7F00;
}
#text a:hover {
	color: #9A9A9A;
	text-decoration: none;
}
#footer {
	margin: 0px;
	background: url(../gfx/template/footer-top.gif) repeat-x;
	padding: 0px 25px;
	border-bottom: 7px solid #FFFFFF;
}
#footer p {
	margin: 0px;
	padding: 10px 0px;
	color: #8A8E82;
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
}
#footer a {
	color: #6C7F00;
	text-decoration: none;
}
#footer a:hover {
	color: #8A8E82;
	text-decoration: none;
}
