body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Geneva, sans-serif;
	font-size: .9em;
	line-height: 1.4em;
	
}

#logo {
	background: #485568;
	height: 22px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#logo h3 {
	margin: 0; 
	padding: 1px 0 0 0; 
	text-transform: uppercase;
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 4px;
	color: #fff;
}

#logo h3 a {
	color: #fff;
	text-decoration: none;
}

#logo h3 a:hover {
	font-style: italic;
	text-decoration: underline;
}


#topnav {
	margin: 0;
	padding: 3px 20px;
	list-style-type: none;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	background: #c4cbd0;
	text-align: center;
}

#topnav li {
	display: inline;
	padding: 0 10px 0 0;
}


#mainphoto {
	margin: 10px auto 0 auto;
	width: 450px;
	font-style: italic;
	font-color: #666;
	font-size: .8em;
	line-height: 1.2em;
}

h1 {
	margin: 30px 150px 0 150px;
	font-family: arial, helvetica, sans-serif;
	color: #485568;
	line-height: 1.2em;
	text-align: center;
}

#content {
	margin: 30px 150px 0 150px;
}

#content dt {

}

#content dd {
	margin-left: 0;
}

.photoleft {
	float: left;
	margin: 0 15px 10px 0;
	border: none;
}

.stoneline {
	border: 1px solid #000;
	background: #dedede;
	padding: 5px 10px;
	margin: 10px 0 0 0;
	font-family: verdana, geneva, sans-serif;
	font-size: small;
}

.stoneline a {
	color: #485568;
}

.stoneline a:hover {
	color: #485568;
	font-weight: bold;
}

.landing a {
	display: block;
	width: 368px;
	margin: 20px auto;
	text-align: center;
	color: #fff;
	font-size: large;
	text-decoration: none;
	background: url("../images/contactbutton.jpg") 0 0 no-repeat;
	clear: both;
    padding: 88px 0 0 0;
    overflow: hidden;
    height: 0px !important;
    height /**/: 88px;
    background-repeat: no-repeat;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;

}

.landing a:hover {
	background: url("../images/contactbutton.jpg") 0 -88px no-repeat;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
}