body {
	font-size: medium;
	background-color: #FFFF00;
	background-image:  url("../graphics/background2.gif");
	margin:5px 5px 5px 5px;
	padding:10px;
}

h1,h2,h3,h4,h5,h6 {
	font-family:Arial, Helvetica, sans-serif;
	color: black;
	font-weight:bold;
}

h1 { font-size: x-large; }
h2 { font-size: large; }

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

p.italic { font-style:italic;
}

p.pagetitle {
	font-size: large;
}
p.quote1 {
	font-style:normal; color:black;
	margin: 1em 10% 0 10%;
	min-width: 200px; max-width:400px;
}
p.quote1_caption {
	font-style:italic; color:black;
	margin: .5em 10% 0 10%;
	border-bottom: 1 solid black;
}
p.quote2 {
	font-style:normal; color:#993300;
	margin: 1em 10% 0 10%;
	max-width:400px;
}
p.quote2_caption {
	font-style:italic; color:#993300;
	margin: .5em 10% 0 10%;
	border-bottom: 1 solid #993300;
}

p.house_desc {
	font-style:italic;
	margin: 1em 5% 1em 5%;
}

p.house_photo_caption {
	font-style:italic;
	margin: 0 10% 0 10%;
	text-align:center;
}

p.photo_caption {
	font-style:italic;
	margin: 0 10% 0 10%;
	text-align:left;
}

a:link { color:#996600; }
a:visited { color:#996600; }
a:hover { color:#990000; }
a:active { color:#996600; }

a.nav:link { color:#3300FF; text-align:center }
a.nav:visited { color:#3300FF; text-align:center  }
a.nav:hover { color: #FF0066; text-align:center  }
a.nav:active { color:#FF0066; text-align:center  }

a.light:link { color: #CCCC00; text-align:center }
a.light:visited { color: #CCCC00; text-align:center  }
a.light:hover { color: #FFFFCC; text-align:center  }
a.light:active { color:#FFFFCC; text-align:center  }

img {
	border-width:1px 1px 1px 1px;
	border-color: #333333;
	border-style:solid;
	margin:2px 2px 2px 2px;
}

img.no_border {
	border-width:0 0 0 0;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
div#wrapper {
	width:100%;
}

div#floater {
	position: absolute;
	padding:1em 1em 1em 1em;
	left: 295px;
	top: 8px;
	height: 268px;
}

div#header {
	position: relative;
	width: 780px;
	padding: 0;
	margin: 0;
}

div#logo {
	position: absolute;
	width:350px;
	height: auto;
	left: 18px;
	top: 16px;
	border: 1px solid blue;
}

div#title {
	position:relative;
	width: 100%;
	padding:20px 20px 20px 20px;
	margin:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight:bold;
}

div#housemenu {
	clear:both;
	padding:0px 0px 0px 0px;
}


div#navcol {
	position:absolute; /* left margin */
    width: 100px;
    margin: 0px;
	margin-top:15px;
	padding: 5px;
	text-align:center;
	background-color:#ffaf12;
	border:1px solid black;
	border-bottom-width: 2px;
	border-right-width: 2px;
}

div.content{
	position:relative;
    width: 680px;
    padding: 0px 10px 10px 130px;
}

div#LeftCaption {
		position: absolute;
		width: 230px;
		padding: 0px 10px 0px 10px;
}

div#RightPhoto{ /* house photo on right */
	position:relative;
	width:100%;
	padding: 0px 0px 0px 250px;
}


div#people {
	width:80%;
	margin: 0px 0px 0px 10px;
	padding: 10px 10px 10px 10px;
	border:0;
}

table#photo { 
	width: 650px;
	border:0;
	padding:0;
}

td.caption {
	padding: 5px;
	text-align:center;
}

td.photo {
	padding: 0px;
}

div#footer{
	clear:both;
/*
    width: 75%;
    margin-left: auto;
    margin-right: auto;
	padding: 10px 0px 10px 0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:smaller;
*/
}

div#spacer {
	clear:both;
    height: 1px;
    margin: 0;
    padding: 0 0 0 0;
	margin: 0 0 0 0;
	border:1px solid black;
}

div#firstpagequote {
	background-color: #FFFF66;
 	border:1px solid #FF33CC;
	border-bottom-width:2px; border-right-width:2px;
	margin-top:10px; padding:1em 2em 1em 2em; clear:both;
}

div#tynote {
	width:500px;
	padding:.5em 1em .5em 1em;
	margin:.5em 1em 1em .5em;
	/* background-color:#FFFFCC; */
	background-image:url("../graphics/paper.gif");
	color: #663333;
 	border:1px solid #996666;
	border-bottom-width:2px; border-right-width:2px;
}