/**************************************************    Basic */
* {
	margin: 0;
	padding: 0;
}
body {
	font: normal 12px Arial, Sans-serif;
	color: #4c4c4c;
}



/**************************************************    Layout */
#container {
	margin-top: 50px;
	margin-left: 80px;
	width: 850px;
	height: 500px;
}
#header {
	padding-bottom: 10px;
}
#left {
	float: left;
	width: 186px;
}
#content-wrapper {
	float: right;
	width: 637px;
	min-height: 438px;
	height: auto !important;
	height: 438px;
	background: #fff url('../images/content-bottom.jpg') no-repeat 0 100%;
}
#content-wrapper-top {
	height: 10px;
	background: #fff url('../images/content-top.jpg') no-repeat;
}
#content {
	padding: 20px;
}
#flowerbox {
	margin-top: 13px;
}


/**************************************************    Navigation */
#nav {
	min-height: 242px;
	height: auto !important;
	height: 242px;
	background: #fff url('../images/nav-bottom.jpg') no-repeat 0 100%;
}
#nav-top {
	height: 8px;
	background: #fff url('../images/nav-top.jpg') no-repeat;
}
#nav ul {
	list-style: none;
}
#nav ul li {

}
#nav ul li a {
	display: block;
	margin: 0 auto;
	width: 184px;
	padding: 18px 0;
	color: #656565;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	background: #fff url('../images/nav-seperator.jpg') no-repeat 50% 0;
}
#nav ul li#firstitem a {
	background: #fff none;
}
#nav ul li a:hover, #nav ul li.active a, #nav ul li a.active {
	color: #fea9ae;
}




/**************************************************    Formatting */
h1 {
	font: normal 25px arial, sans-serif;
}
h2 {
	font: normal 21px arial, sans-serif;
}
h3 {
	font: normal 17px arial, sans-serif;
}
p {
	margin: 15px 0;
	line-height: 16px;
}
a {
	color: #dc878c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}



/**************************************************    Unsorted */
.clearfix { clear: both; }
a img { border: 0; }


/**************************************************    Footer */
#footer {
	margin: 15px 0;
	padding: 3px 10px;
	background: #ebebeb none;
	color: #989898;
}
#footer #footer-left {
	float: left;
}
#footer #footer-right {
	float: right;
}
#footer .footer-seperator {
	padding: 0 10px;
}



/**************************************************    Page: start.php */
#page-start #picholder, #page-contact #picholder {
	float: right;
	width: 245px;
	height: 356px;
	background: #fff url('../images/slideshow-pic.jpg') no-repeat 50%;
}
#page-start #news-box {
	padding-top: 10px;
	color: #fea9ae;
}
#page-start #news-box p {
	margin: 5px 0;
}
#page-start #news-box a {
	color: #000;
}

/**************************************************    Page: contact.php */
#page-contact #map {
	padding-top: 24px;
}
