body {
	background: #8FAEB3;
	margin: 0px;
}

body, td, input, textarea, select, p {
	color: #221B29;
	font: 12px sans-serif;
	line-height: 18px;
}

input, textarea, select {
	background-color: #ffffff; 
	margin: 0px;
        border: 1px solid #886542;
        color: #49686D;
}

a, a:visited { color: #49686D; text-decoration: none; }
a:hover, a:active { color: #886542; }


.titlepic {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 300px;
	height: 500px;
	margin: 0px;
	background: url('images/smith-title.jpg');
	background-repeat: no-repeat;
}

.menu {
	position: absolute;
	left: 15px;
	top: 535px;
	height: 70px;
	width: 300px;
	font-size: 15px;
	font-family: verdana;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
	word-spacing: 5px;
}

.titletext {
 	position: absolute;
 	left: 410px;
 	top: 25px;
 	width: 334px;
 	height: 83px;
 	margin: 0px;
 }

.menu a {padding: 5px; letter-spacing: 1px; color: #ffffff; background-color: #49686D;}
.menu a:hover {color: #ffffff; background-color: #886542}

.textbox {
	position: absolute;
	top: 125px;
	left: 360px;
	width: 500px;
	background: #ECEFE9;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}


h1,h2,h3 {
	background: url(images/header.gif) no-repeat top left;
	padding: 0px 0px 0px 40px;
	text-transform: lowercase;
        font-family: century gothic;
        font-size: 18px;
	margin: 0px 0px 10px 0px;
	letter-spacing: 1px;
	color: #886542;
        font-weight: normal;
}

form {
	margin: 0px;
}


p  {
	margin: 0px 0px 15px 0px;
	text-align: justify;
}

blockquote {
	background: #ffffff;
	width: 250px;
	padding: 2px 0px 2px 10px;
	margin: 5px 0px 10px 15px;
	}
