/* Default
======================================================================================= */
* {
	margin: 0; padding: 0;
}

body {
	background: url(../images/background.gif) repeat;
}


/* Sitewide
======================================================================================= */
#wrapper {
	width: 626px;
	margin: 0 auto;
	margin-top: 80px;
}

#container {
	clear: both;
	background: #6DB8B1;
	border: 1px solid #000;
	width: 624px; min-height: 430px; height: auto;
}

#logo a {
	border: none;
	position: absolute;
	margin: -58px 0 0 10px;
	width: 144px; height: 155px;
	background: url(../images/logo.gif) no-repeat;
}

#content {
	float: left;
	width: 235px;
	display: inline;
	margin: 117px 0 0 26px;
}

#content2 {
	float: left;
	width: 235px;
	display: inline;
	margin: 117px 0 0 26px;
}

#picture {
	float: right;
	display: inline;
	margin: 50px 25px 0 0;
}

#content.fullwidth {
	width: 550px;
}

#footer {
	margin: 6px 0 20px 0;
}


/* Gallery [gallery.html]
======================================================================================= */
#gallery {
	width: 590px; 
}

#gallery img {
	border: none;
}

.gallery {
	float: left;
	display: inline;
	margin: 10px 15px 10px 0;
}

.gallery-end {
	float: left;
	display: inline;
	margin: 10px 0 10px 0;
}


/* Contact [contact.html]
======================================================================================= */
#content-contact {
	width: 590px;
	margin: 50px 0 0 26px;
}

#contact-details {
	float: right;
	display: inline;
	background: #7AC4BC;
	width: 277px; height: 407px;
	margin: 0 15px 0 0; padding: 10px 0 0 0;
}


/* Misc 
======================================================================================= */
.break {
	width: 1px; height: 5px; clear: both;
}

* html body #container { height: 430px; }

.service-panel {
    width: 33%;
    float: left;
}
