body  {
	margin: 0;
	padding: 0;
	text-align: left;
	background-image: url(images/suntile.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}

#container  {
	width: 1275px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(images/suntile.jpg);
	background-repeat: repeat;
	padding-top: 20px;
}
.header {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}



.headertext {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 44px;
	color: #970000;
	font-weight: bold;
	vertical-align: baseline;
	padding: 0;
	text-align: center;
}
.subtext1 {
	color: #FF8000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	background-position: bottom;
	text-align: center;
}
.subtext2 {
	color: #970000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.subtext3 {
	text-decoration: underline;
	font-size: 26px;
}
	
.buttonscontainer {
	width: 200px;
	text-align: left;
	padding-right: 5px;
	padding-left: 25px;
}
.buttons {

}


.buttons a {
	color: #000011;
	background-color: #FFF8CC;
	padding: 5px;
	padding-left: 3px;
	display: block;
	border-left: 10px solid #970000;
	text-decoration: none;
	text-align: left;
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
 
.buttons a:hover {border-left: 10px solid #996600;
text-decoration: none;
color: #FF8000;}

#RentOneContent {
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: left;
	border: medium solid #ffab56;
	width: 750px;
	padding: 20px;
}

#RentOneContent td {
	vertical-align: top;

}

#footer  {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
} 
#footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #800000;
	text-decoration: none;
}
#footer a:visited {
	color: #800000;
	text-decoration: none;
}
#footer a:focus {
	color: #800000;
	text-decoration: none;
}
#footer a:hover {
	color: #e76005;
	text-decoration: none;
}
#footer a:active {
	color: #999963;
	text-decoration: none;
}
#footer  p  {
	margin: 0;
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	text-align: center;
	font-size: 16px;
}
#webmaster {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666600;
	font-weight: lighter;
	text-align: center;
}
#webmaster a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #669900;
	text-decoration: none;
}
#webmaster a:visited {
	text-decoration: none;
	color: #669900;
}
#webmaster a:focus {
	color: red;
	text-decoration: none;
	font-weight: bold;
}
#webmaster a:hover {
	color: #e76005;
	text-decoration: none;
	font-weight: bold;
}
#webmaster a:active {
	color: #669900;
	text-decoration: none;
	font-weight: bold;
}
