/* Stylesheet for Settlemier House Website */

body {
	font-family:times, "times new roman", serif;
	font-size:14pt;
	background-color:#0a2b29;
	}
#pic2_engrave {
	float:right;
	margin:5px;
	}
div#wrapper{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	}
div#announcements{
	clear:left;
	}
div#announcements h3{
	text-align:center;
	}
div#content{
	float:left;
	width:789px;
	color:#000;
	background-color:#e0d3ae;
	padding:0px 5px 0px 5px;
	}
iframe.map{
	margin-bottom:10px;
	}
.main {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	clear:left;
	}
.main1 {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	clear:left;
	}
.main2{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	clear:both;
	}
#grp_tours{
	text-align:center;
	}
div#sidebar{
	float:right;
	width:181px;
	color:#fff;
	text-align:center;
	/*background-image:url("../images/bg_column.gif");
	background-repeat:repeat-y;*/
	background-color:#708553;
	margin-bottom:10px;
	}
div#sidebar h3{
    font-size:1.5em;
    background-color:#73AFB7;
    padding:3px 5px 3px 10px;
	}
div#sidebar h4{
    font-size:1.2em;
    margin:10px 10px 5px 10px;
	}
div.nav {
	width: 970px;
	padding:5px;
	text-align:center;
	font-size:18pt;
	background-color:#b3a98b; /*ffe4c4 */
	text-transform: lowercase;
	}
div.footer{
	text-align:center;
	font-size:10pt;
	background-color:#b3a98b;
	padding:3px;
	width:793px;
	margin-bottom:10px;
	float:left;
	}
a:link{
	color:#00008b;
	text-decoration:none;
	}
a:visited{
	color:#00008b;
	text-decoration:none;
	}
a:visited:hover{
	color:#5f4312;
	text-decoration: underline;
	}
a:link:hover{
	color:#5f4312;
	text-decoration: underline;
	}
div#content a:visited:hover{
	color:#5f4312;
	text-decoration: underline;
	}
div#content a:link:hover{
	color:#5f4312;
	text-decoration: underline;
	}
