.house {
	background-image: url("_themes/cypress/cyprbk.jpg");
	background-repeat: repeat;
	background-color: rgb(143,188,143)
}
.simple {
	color: white;
}
/* All the content boxes belong to the content class. */
.content {
	position: relative;
	width: auto;
	margin: 0 210px 20px 170px;
	border: 1px solid black;
	background-color: #336666;
	padding: 10px;
	z-index: 3;
	background: #FFFFF0;
}
.columnleft {
	position: relative;
	width: 250px;
	top: 10px;
	left: 10px;
	padding: 10px;
	z-index: 2;
	background-color: #336666;
	font-family: arial;
	font-size:  16px;
	font-weight: 400;
	text-align: justify;
	color: white;
}
.columnright {
	position: relative;
	top: 60px;
	right: 20px;
	width: 350px;
	padding: 10px;
	z-index: 2;
	background-color: #336666;
	font-family: arial;
	font-size:  16px;
	font-weight: 400;
	text-align: justify;
	color: white;
	margin: 10px;
}
#postright {
	position: absolute;
	width: 350px;
	top: 60px;
	left: 370px;
	background-color: #336666;
	padding: 10px;
	z-index: 1;
}
.belowthenavbar {
	position: relative;
  top: 60px;
	left: 20px;
	right: 20px;
}
.canvas {
	position: relative;
	left: 0px;
  padding: 10px;
	background-color: #336666;
  width: 760px;
}
.bgifoto {
	padding: 20px;
}
div.topframe {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 760px;
	height: 400px;
}
.narrative {
	font-family: arial;
	font-size:  20px;
	text-align: justify;
	color: #336666;
	margin-left:   20px;
	margin-right:  20px;
}
.commentary {
	font-family: arial;
	font-size:  16px;
	font-weight: 400;
	text-align: justify;
	color: white;
	margin: 10px;
}
h1 {
	font-family: arial;
	font-weight: 900;
	background: #336666;
	color: yellow;
	text-align: center;
}
h2 {
	font-family: arial;
	font-weight: 700;
	background: #336666;
	color: white;
	text-align: center;
	width: 760px;
}
h3 {
	font-family: arial;
	font-weight: 400;
	color: white;
	background: #336666;
}
.houseaddress {
	position: absolute;
	top: 40px;
	left: 625px;
	width: 200px;
	height: 200px;
	background: #336666;
}
.caption {
	font-family: arial;
	font-weight: normal;
	text-align: center;
	background: #336666;
	color: white;
}
.standout {
	font-family: arial;
	font-weight: bold;
	color: yellow;
	background-color: #336666;
	text-align: center;
}
.normal-p {
	margin: 0.0px 0.0px 0.0px 0.0px;
	text-align: center;
	font-weight: 400;
}
.normal-p0 {
	margin: 0.0px 0.0px 0.0px 0.0px;
	text-align: justify;
	font-weight: 400;
}
.normal-p1 {
	margin: 0.0px 0.0px 0.0px 0.0px;
	text-align: left;
	font-weight: 400;
}
.normal-c {
	font-family: "Arial Rounded MT Bold", sans-serif;
	font-weight: 700;
	font-size: 16.0px;
	color: #ffff00;
	text-align: center;
	padding: 10px;
}
.normal-c0 {
	font-family: "Arial Rounded MT Bold", sans-serif;
	font-size: 16.0px;
	text-align: justify;
	line-height: 1.13;
}
.normal-c1 {
	font-family: "Arial Rounded MT Bold", sans-serif;
	font-size: 16.0px;
	text-align: justify;
	line-height: 1.13;
	color: navy;
	background: lightsteelblue;
	padding: 10px;
}
.normal-t1 {
	font-family: "Arial Rounded MT Bold", sans-serif;
	font-weight: 700;
	font-size: 20.0px;
	text-align: center;
	line-height: 1.25;
	color: #ff0000;
}
.navigator {
	padding:  3px;
	font-family: Arial narrow;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: yellow;
	width: 125px;
	height: 50px;
}
.navigator a:link, .navigator a:visited {
	text-decoration: none;
	color: yellow;
	display: block;
	width: 100%;
}
.navigator a:hover {
	background-color: rgb(0,153,153);
}
.hoptoit {
	padding:  5px;
	font-family: Arial narrow;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.hoptoit a:link {
	color: navy;
	text-decoration: none;
}
.hoptoit a:visited {
	color: navy;
	text-decoration: none;
}
.hoptoit a:hover {
	color: red;
}
th {
	color: white;
	font-family: arial;
	text-align: center;
	background: steelblue;
}
td.nav {
	font-weight: bold;
	background-color: #E7E7E7;
	color: black;
	text-align: center;
}
td.columnhead {
	height: 20px;
}
