@charset "UTF-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(../images/stripe.jpg);
	background-repeat: repeat-y;
}
#wrapper {
	margin: auto;
	width: 710px;
}
#header {
	background-color: #283D12;
	width: 700px;
	height: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#header img {
	margin-left: 10px;
}

#navigation {
	float: left;
	background-color: #874E21;
	margin-top: 10px;
	height: 200px;
	width: 111px;
}
ul.nav {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	
}
ul.nav li {
	margin-left: 0px;
}
ul.nav a {
	display: block;
	border-bottom: 0px solid #000;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	color: #EEE;
	font-size: 16px;
}
ul.nav a:hover {
	background-color: #C38655;
}
#photos {
	background-color: #FFF;
	float: left;
	height: 150px;
	width: 580px;
	margin-top: 10px;
	margin-left: 10px;
}
#photos img {
	margin-right: 2px;
}
#main {
	background-color: #a4ebed;
	float: right;
	width: 580px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#main h2 {
	margin-left: 30px;
	font-weight: normal;
}
#main h3 {
	margin-left: 30px;
	margin-bottom: -10px;
}
#main h4 {
	margin-top: 30px;
	margin-left: 30px;
	margin-bottom: -5px;
}
#main p {
	margin-left: 30px;
	margin-right: 70px;
	line-height: 1.3em;
	font-size: 14px;
}
#main p.about {
	margin-top: 30px;
	margin-left: 30px;
	padding-bottom: 20px;
	font-size: 12px;
}
#main p.services {
	margin-left: 30px;
	font-size: 12px;
}
#main ul {
	font-size: 14px;
	margin-left: 25px;
}
#main img {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
}
#main a {
	text-decoration: none;
	color: #020;
}
#main a:hover {
	text-decoration: underline;
}
#spacer {
	float: left;
	width: 111px;
	height: 430px;
	background-color: #BBB;
	margin-top: 10px;
	margin-bottom: 10px;
}
#spacerabout {
	float: left;
	width: 111px;
	height: 522px;
	background-color: #BBB;
	margin-top: 10px;
	margin-bottom: 10px;
}
#spacerphilo {
	float: left;
	width: 111px;
	height: 327px;
	background-color: #BBB;
	margin-top: 10px;
	margin-bottom: 10px;
}
#spacercontact {
	float: left;
	width: 111px;
	height: 235px;
	background-color: #BBB;
	margin-top: 10px;
	margin-bottom: 10px;
}
#spacerserv {
	float: left;
	width: 111px;
	height: 1004px;
	background-color: #BBB;
	margin-top: 10px;
	margin-bottom: 10px;
}
#spacersearch {
	float: left;
	width: 111px;
	height: 1004px;
	background-color: #BBB;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer {
	clear: both;
	background-color: #BBB;
	width: 700px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer p {
	font-size: 10px;
	text-align: center;
}
