a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a img {
	border: none
	}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../Images/BG.gif);
	margin: 0px;
	text-align: center;
}

#container {
	width: 750px;
	height: auto;
	min-height: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #000000; 
	border-right: #333333 1px solid;
	border-left: #333333 1px solid;
}

#head {
	width: 750px;
	height: 200px;
	text-align: center;
	background-image: url(../Images/Woodward.gif);
	background-repeat: no-repeat;
}

#footer {
	width: 750px;
	height: auto;
	background-color: #000000;
	padding-top: 15px;
}



#spec {
	width: 200px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	float: right;
}

#rent {
	width: 725px;
	padding-left: 15px;
	text-align: left;
	height: auto;
}

#body {
	width: 725px;
	height: auto;
	padding: 15px;
}

#homebody {
	width: 750px;
	background-color: #000000;
	height: 100px;
	margin-top: 50px; 
	margin-bottom: 50px;
}

.head {
	font-weight: bold;
	vertical-align: bottom;
}

.foot {
	font-size: 10px;
	color: #FFFFFF;
	line-height: 25px;
	float: none;
}

.pic {
	width: 105px;
	height: 190px;
	padding-bottom: 10px;
	text-align: center;
}

.homepic {
	float: left;
/* Width is dependant on columns */
	width: 33%; 
	margin: 0 0 20px 0;
}
/* CLASS */

.error {
	color:#FF0000
}

.A {
	padding-left: 5px;
	padding-right: 5px;
	width: 100%;
}

.numbers {
	width: 350px;
	float: left;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */