body {
	font-family: verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 11px;
	background-image: url(../images/body_background.png);
	background-repeat: repeat-x;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 13px;
	font-size: 11px;
}

h1 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: black;
}

h2 {
	color: #993300;
	font-size: 12px;
	margin-top: 8px;
	margin-bottom: 0px;
}

h3 {
	color: #993300;
	font-size: 11px;
	margin-top: 8px;
	margin-bottom: 0px;
	display: inline;
}

a {
	color: #993300;
}

#wrapper {
	width: 805px;
	margin-left: auto;
	margin-right: auto;
}

#home_wrapper {
	width: 805px;
	background-image: url(../images/page_backgrounds/home.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#testimonials_wrapper {
	width: 805px;
	background-image: url(../images/page_backgrounds/testimonials.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#gallery_wrapper {
	width: 805px;
	background-image: url(../images/page_backgrounds/gallery.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#contact_wrapper {
	width: 805px;
	background-image: url(../images/page_backgrounds/contact.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#quality_wrapper {
	width: 805px;
	background-image: url(../images/page_backgrounds/quality_statement.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#privacy_wrapper {
	width: 805px;
	background-image: url(../images/page_backgrounds/general.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#menu {
	width: 200px;
	font-size: 14px;
	float: left;
	margin-top: 150px;
}

#menu ul {
	list-style: none;
	margin-left: 20px;
	padding-left: 20px;
	margin-top: 0;
	padding-top: 0;
}

#menu li {
	margin-top: 0;
	margin-bottom: 20px;
}

#menu a {
	color: white;
	text-decoration: none;
}

#main {
	padding-top: 170px;
	margin-left: 225px;
	width: 550px;
}

#logo {
	text-align: center;
}