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

html, body {
	margin: 0px;
	padding: 0px;
	background: #edddb6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #401b00;
	font-size: 100.01%;
}
body {
	margin-top: 5px;
	background: #f6f0df;
}
a img {
	border: 0px;
}
a {
	color: #b3071b;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 210%;
	font-family: Garamond, Book Antiqua, Georgia, "Times New Roman", Times, serif;
	margin: 20px 0px 0px 0px;
	padding-left: 40px;
	background: url(../images/flower.png) no-repeat left top;
	position: relative;
	font-weight: normal;
	color: #b3071b;
}
span.letter {
	font-size: 218%;
	font-family: Garamond, Book Antiqua, Georgia, "Times New Roman", Times, serif;
}
strong {
	color: #000000;
}
.bordered {
	background: url(../images/border-two.png) repeat-x left bottom;
	padding-bottom: 15px;
}
div.main {
	width: 960px;
	margin: 0px auto;
	background: url(../images/main-bg.png) repeat-y left top;
	font-size: 75%;
}
div.container {
	padding: 15px;
	background: url(../images/flower-bg.png) no-repeat left top;
	width: 920px;
	margin: 0px auto;
}
div.header {
	width: 910px;
	padding: 19px 5px 25px 5px;
	position: relative;
}
div.header div.top-menu {
	position: absolute;
	top: 35px;
	right: 0px;
}
div.header div.top-menu a {
	display: block;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 133%;
	float: left;
	text-decoration: none;
	color: #522d13;
	padding: 5px 10px;
	background: #f6f0df;
	margin-left: 1px;
}
div.header div.top-menu a:hover {
	color: #ffffff;
	background: #b3071b;
}
div.header div.top-menu a.active {
	color: #ffffff;
	background: #b3071b;
}
div.left-col {
	width: 276px;
	float: left;
}
div.right-col {
	width: 644px;
	float: left;
}
ul.menu {
	margin: 0px 0px 30px 5px;
	padding: 0px;
	list-style: none;
}
ul.menu li {
	background: url(../images/border.png) no-repeat left bottom;
}
ul.menu li a {
	display: block;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 150%;
	text-decoration: none;
	color: #ad9c84;
	padding: 7px 0px 7px 30px;
	background: url(../images/menu-item-bg.png) no-repeat left 7px;
	width: 235px;
}
ul.menu li a:hover {
	background: url(../images/menu-item-bg.png) no-repeat -265px 7px;
}
div.news {
	width: 255px;
	background: url(../images/news-top-bg.png) no-repeat left top #f5edd8;
}
div.news div {
	background: url(../images/news-bottom-bg.png) no-repeat left bottom;
	padding: 7px 10px;
}
div.news h2 {
	font-size: 133%;
	margin: 0px 0px 10px 0px;
	color: #b3071b;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
div.news h3 {
	font-size: 100%;
	margin: 0px;
	font-weight: normal;
}
div.news p  {
	margin: 0px 0px 15px 0px;
}
div.main-image {
	border: 4px solid #f3efe9;
	background: url(../images/main-image-bg.png) repeat-y right top;
	position: relative;
}
div.main-image h2 {
	font-size: 210%;
	font-family: Garamond, Book Antiqua, Georgia, "Times New Roman", Times, serif;
	margin: -37px 0px 10px 10px;
	position: relative;
	font-weight: normal;
	color: #b3071b;
}
div.footer {
	clear: both;
	padding-top: 10px;
}
div.bottom-menu {
	padding: 15px 0px;
	background: #f5edd8;
	text-align: center;
	width: 100%;
}
div.footer a {
	color: #401b00;
}
div.bottom-menu a.active {
	font-weight: bold;
	text-decoration: none;
}
div.left-footer {
	padding: 15px 0px;
	float: left;
}
div.right-footer {
	padding: 15px 0px;
	text-align: right;
	float: right;
}


.floatleft { float: left; }