﻿body 
{
	background-color: #000000;
	font-family: Arial;
}
#pageWrap
{
	background-color: #000000;
	width: 752px;
	margin-right: auto;
	margin-left: auto;
	border: solid 3px #999999;
}
#topBanner
{
	background-image: url(../images/topBanner.jpg);
	width: 750px;
	height: 241px;
	background-repeat: no-repeat;
	margin: 1px;
}
#menuArea
{
	width: 752px;
	height: 27px;
	border-top: solid 2px #999999;
	border-bottom: solid 2px #999999;
}
.menuItems
{
	float: left;
	color: #ffff00;
	text-align: center;
	margin-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	margin-left: 2px;
	margin-right: 1px;
}
a
{
	color: #ffff00;
	text-decoration: none;	
}
a:hover
{
	color: #999999;
}
.menuItems a
{
	color: #ffff00;
	text-decoration: none;
}
.menuItems a:hover
{
	color: #999999;
}
.homeBackground
{
	background-color: #cccccc;
	width: 100%;
}
.yellowBackground
{
	background-color: #ffff66;
	width: 100%;
}
.openHouseHeader
{
	color: White; 
	text-align: center; 
	font-size: 16px; 
	font-weight: bold;
    padding-top: 5px; 
    padding-bottom: 10px;
}
.oHTable
{
	width: 750px; 
	background-color: #CCCCCC; 
	font-size: 13px;
    margin: 1px;
}
.houseImgTD
{
	width: 204px; 
	height: 169px; 
	text-align: center; 
	background-color: #000000;
    vertical-align: middle; 
    text-align: center;
}
.descTD
{
	width: 530px; 
	background-color: #EFEFEF;	
}