body {
	text-align: center;
	background-color: #996666;
	background-image: url('bgstripe.gif');
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	line-height: 1.7em;
	font-size: 1.1em;
}
a {
	font-weight: bolder;
}
tr{
	border: solid;
}
td{
	width: 200px;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: left;
}
#banner {
	width: 1000px;
	height: 236px;
	background-image: url('banner.jpg');
}	
#intro-text {
	padding: 0px 130px 0px 130px;
}
#features {
	width: 499px;
	float: left;
}
#features ul {
	list-style-image: url('bullet.gif');
	line-height: 1.3em;
}
#features li {
	margin-bottom: 15px;
}
#features p{
	padding-left: 30px;
}
#features-banner {
	width: 499px;
	height: 91px;
	background-image: url('features-banner.jpg');
}
#features-content-top {
	height: 23px;
	width: 499px;
	background-image: url('boxtop.jpg');
}
#features-content-middle{
	background-color: #ffcc99;
	margin-left: 20px;
	padding-right: 20px;
}
#features-content-bottom {
	height: 18px;
	width: 499px;
	background-image: url('boxbottom.jpg');
}
#slideshow {
	width: 500px;
	height: 500px;
	background-color: white;
	float: right;
	border-left: solid 1px;
}
#rates{
	margin: 20px 0 20px 0;
	padding: 10px 0 10px 0;
	width: 499px;
	background-image: url('rates.gif');
	float: right;
	background-repeat: no-repeat;
}
#rates-table {
  width: 100%;
  padding: 0 25px 0 0;
  font-size: 20px;
}

#more-info{
	width: 470px;
	background-image: url('moreinfo.jpg');
	float: right;
	background-repeat: no-repeat;
        margin: 30px 0 0 0;
	padding: 130px 0 0 30px;
}
#footer {
	width: 500px;
	height: 50px;
	padding-top: 7px;
	margin-top: 100px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-image: url('footer.gif');
	background-repeat: no-repeat;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.italics {
	font-style: italic;
}
.large {
	font-size: 1.7em;
}
.bold {
	font-weight: 900;
}
.clearspan {
	clear: both;
	width: 100%;
	height: 1px;
}
.cream {
	color: #ffcc99;
}
.maroon {
	color: #663333;
}
