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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: 663300;
	background-color: #5B0D02;
	text-align: center;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
p {
	font-size: 70%;
	line-height: 150%;
}
a:link, a:visited {
	font-weight: bold;
	color: #5B0D02;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	background-color: #ffffcc;
	padding: 20px;
	border: 1px solid #83614b;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 700px;
}
#container img {
	padding: 0px;
	border: 1px solid #83614b;
	margin: 0px;
	float: left;
}
#container #content {
	width: 675px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border: 1px solid #83614b;
	margin: 0;
	float: left;
	background-color: #FFFEEB;
}
#container #content img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #content img.gallery {
	margin-right: 8px;
	margin-bottom: 8px;
}
#container #content h1 {
	font-size: 120%;
	color: #663300;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #663300;
	margin-left: 175px;
	margin-top: 0px;
}
#container #content h2 {
	float: none;
	font-size: 100%;
	margin-left: 175px;
	color: #663300;
	margin-top: 0px;
}
#container #content p {
	color: #663300;
	width: 310px;
	float: none;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 175px;
}
#container #content ul {
	margin-left: 165px;
	margin-top: 0px;
	padding-top: 0px;
}
#container #content ul li {
	font-size: 70%;
	color: #5B0D02;
}
#container #content img.floatleft {
	float: left;
	padding-right: 15px;
}
#container  #content  img.right {
	float: right;
}
#container #content .testimonial {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #663300;
	margin-left: 175px;
	width: 325px;
}
#container #content .testimonial p {
	margin-left: 0px;
}
#container #content .testimonial strong {
	font-style: italic;
}
#container #nav {
	margin-top: 20px;
	border: 1px solid #83614b;
	float: left;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #nav img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #nav ul {
	margin: 0px;
	padding: 0px;
	float: left;
}
#container #nav li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
.clear {
	clear: both;
	height: 0px;
}
#credit {
	font-weight: bold;
	color: #FFFFCC;
	width: 695px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#credit p {
	margin: 0px;
	padding: 0px;
}
#credit a:link, #credit a:hover, #credit a:visited {
	color: #FFFFCC;
	text-decoration: underline;
}
.test {
	border: 1px solid #CC00CC;
}

