body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#holder {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#holder2 {
	background-image: url(../images/shadow.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 267px;
	width: 800px;
}
#content {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6A6A6;
	padding-right: 25px;
	padding-left: 25px;
}
.joseph {
	float: left;
	margin-bottom: 35px;
	border: 1px solid #999999;
	margin-right: 2px;
}
.thanks {
	font-weight: bold;
	color: #FF0000;
}

#content ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 15px;
	font-weight: bold;
}
#content_left {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6A6A6;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	color: #666666;
}
#content_right {
	margin-top: 20px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}
#contact_Form {
	margin-bottom: 25px;
	margin-top: 25px;
}

#contact_Form p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	color: #5C534A;
}
.input {
	border: solid 1px #aaaaaa;
	width: 240px;
	font-size: 11px;
	padding: 1px 1px 1px 2px;
	background-color: #FFFFFF;
}
.textarea {
	height: 8em;
	font-size: 13px;
}
#contact_form label {
	margin: 1px 0 0 0;
	padding: 0;
	float: left;
	color: #5B5147;
}
#contact_Form a {
	color: #666666;
}
#contact_Form a:hover {
	text-decoration: none;
}

#contact_form span {
	display: block;
	margin: 0 0 5px 90px;
}
.quote {
	font-style: italic;
	font-size: 18px;
	font-weight: bold;
}
#content h1 {
	color: #666666;
}
.name {
	font-size: 18px;
	font-weight: bold;
}
#content a {
	color: #5C534A;
}
