@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ffffff;
	font-family: georgia;
}

p {
	font-family: arial;
	font-size: 14px;
	line-height: 18px;
	color: #6C5940;
}

h3 {
	font-weight: bold;
	font-size: 1.4em;
	color: #6C5940;
	margin: 0 0 15px 0;
}

#wrapper {
	width: 955px;
	height: auto;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#banner {
	width: 955px;
	height: 180px;
	float: left;
}

#nav {
	width: 955px;
	height: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-bottom: 10px;
	float: left;
	text-align: center;
	border-bottom: medium #000 solid;
}

#nav a {
	margin-left: 19px;
	margin-right: 19px;
	font-size: 1.2em;
	text-decoration: none;
	color: #00b2b8;
}

#content_wrap {
	width: 885px;
	height: auto;
	margin: 10px 35px 20px 35px;
	float: left;
}

#content_menu {
	width: 220px;
	height: 400px;
	margin: 0 0 100px 40px;
	padding: 0 0 20px 40px;
	border-left: thin #6C5940 solid;
	float: right;
}

#content_menu a {
	font-size: 1.2em;
	text-decoration: none;
	line-height: 1.4em`;
	color: #00b2b8;
}

#content_image {
	width: 300px;
	height: auto;
	margin: 0 0 10px 10px;
	font-size: 10px;
	line-height: 14px;
	color: #000;
}

#strip {
	width: 955px;
	height: 110px;
	float: left;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 10px;
	text-align: right;
	background-image: url(images/flowerstrip.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer_nav a {
	margin: 15px 10px 40px 10px;
	font-size: 0.8em;
	text-decoration: none;
	color: #000;
}
	
