body {margin:0; padding:0; background:url(images/background.jpg) #000 repeat-x;}

table {
	margin-right:auto; margin-left:auto;
	}
	
table#table_01 td img {
	position:absolute;
	top:0;
	left:0;
	}

td.content {
	vertical-align:top;
	padding:20px 20px 10px 20px;
	background:#000;
	}
	
td.content table {
	margin:-3px 0 0 0;
	}
	
td.content table td{
	vertical-align:top;
	}
	
td.content img {
	border:5px double #600;
	margin:0 10px 0 10px;
	}
	
ul {
	list-style-type:circle;
	color:#fff;
	}

ul li {
	margin-left:20px;
	}
	
a {
	color:#fff;
	text-decoration:none;
	font-weight: bold;
	}
	
a:hover {
	color:#fff;
	background:#600;
	}

h2 {
	color:#fff;
	margin: 0px 10px 0px 15px;
	padding-left:5px;
	padding-bottom:2px;
	text-decoration: none;
	letter-spacing: 5px;
	font-style:oblique;
	font-variant:small-caps;
	background: url(images/h2underline.jpg) transparent bottom left no-repeat;
	}
	
h2 a:hover {
	color:#600;
	background:#999;
	}
	
h3 {
	color:#fff;
	margin: 15px 10px -5px 15px;
	padding-left:5px;
	text-decoration: none;
	letter-spacing: 1px;
	font-style:oblique;
	font-variant:small-caps;
	}
	
h4 {
	color:#fff;
	margin: 15px 10px -5px 15px;
	padding-left:5px;
	text-decoration: none;
	letter-spacing: 1px;
	font-style:oblique;
	font-variant:small-caps;
	}
	
p { 
	text-align: left;
	margin: 10px 20px 0 15px;
	padding-left:5px;
	color: #fff;
	}
	
ol {
	color:#fff;
	list-style-type: lower-roman
	}
	
ol li {
	margin-left:20px;
	}
	
iframe {
	background:#000;
	padding:1px;
	border: 5px double #600;
	width:720px;
	height:400px;
	margin-right:auto; margin-left:auto;
	}
	
#floater {
	float: right;
	text-align: center;
	}
	
#floater h2 {
	color:#fff;
	background:transparent;
	text-decoration: none;
	letter-spacing: 1px;
	font-style:oblique;
	font-variant:small-caps;
	margin-top: 10px;
	text-align:center;
	}

#floater h4 {
	width: 260px;
	margin-top:15px;
	text-align:center;
	}
	
#floater h4 a {
	color:#000;
	background: #ccc;
	border: double 5px #600;
	padding: 5px 10px 5px 10px;
	margin-left: 25px;
	_margin-left: 0px;
	}

#floater h4 a:hover {
	color:#fff;
	background: #600;
	border: double 5px #ccc;
	}

table#form {
	background: url(images/houseexterior.jpg) top left no-repeat #fff;
	margin: 20px auto;
	width: 700px;
	border: 5px double #600;
	font-family:sans-serif;
	font-size:12px;
	}
	
table#form td {
	vertical-align:middle;
	}
	
table#form td.right {
	text-align:right;
	}
	
table#form td.left {
	text-align:left;
	}
	
table#form td.center {
	text-align:center;
	}
	
table#form hr {
	width:80%;
	}

.nofx a:hover {
background:none;
}