body {
	text-align: center;
	margin: 0px;
}
#containter {
	width: 750px;
	text-align: left;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/wallpaper.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
	margin-bottom: 80px;
}
#containter h4 {
	font-style: italic;
}



/**************************************************************************
CONTENT
***************************************************************************/

#contenthome {
	margin-left: 180px;
	margin-top: 50px;
	margin-right: 25px;
	margin-bottom: 100px;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
}
#contenthome h1 {
	color: #79011B;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#contentwide {
	margin-left: 180px;
	margin-top: 50px;
	margin-right: 25px;
	margin-bottom: 100px;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
}
#contentwide h2 {
	color: #79011B;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#contentwide img {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
#content h2 {
	color: #79011B;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#contentwide #livingroom {
	float: right;
	margin-left: 10px;
}
#contentwide #rentpic {
	margin-bottom: 25px;
	margin-top: 10px;
}
#rentlists {
	clear: both;
	border: 1px solid #FFFFFF;
}
#rentlist {
	float: left;
	width: 150px;
}






/**************************************************************************
FOOTER STUFF
***************************************************************************/

#footer {
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 25px;
	width: 750px;
	background-image: url(../images/navbar_bg.gif);
	clear: both;
}
#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	text-align: right;
	color: #FFFFFF;
	margin-right: 25px;
	padding-top: 5px;
}




#newsletter {
	float: left;
}
#newsletter label {
	padding-left: 2px;
}
#help {
	height: 150px;
	width: 300px;
	float: left;
	margin-right: 25px;
}
#help p {
	margin-top: 0px;
}
#bottom {
	margin-top: 35px;
}





/**************************************************************************
NAV and LINKS
***************************************************************************/
a:link {
	color: #79011B;
}
a:visited {
	color: #79011B;
}
a:hover {
	color: #999999;
}

#nav a:link{color:#FFFFFF; text-decoration:none}
#nav a:visited{color:#FFFFFF; text-decoration:none}
#nav a:hover{color:#FFFFFF; text-decoration:underline}

#nav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin-left: 15px;
}
#nav p {
	font-size: 0.9em;
	text-align: right;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#nav {
	background-repeat: repeat;
	height: 30px;
	width: 750px;
	background-position: left top;
	left: 0px;
	bottom: 0px;
	background-image: url(../images/navbar_bg.gif);
	float: right;
}



/**************************************************************************
FORM STUFF
***************************************************************************/
#frm legend {
	color: #79011B;
	font-weight: bold;
}
#frm hr {
	display: block;
	clear: both;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	visibility: hidden;
}
#row label {
	text-align: right;
	width: 80px;
	float: left;
	margin-right: 5px;
}
#frm #Submit {
	margin-left: 85px;
}
#frm #live-van {
	margin-left: 85px;
}
#frm .gender {
	margin-left: 85px;
}
