body {
	margin: 0px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background-image: url("imagesHTML/background.jpg");
	background-repeat: repeat-x;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	margin: 0px;
	font-size: 14px;
	color: #D1490F;
	line-height: normal;
}

h5 {
	margin: 0px;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
}

h6 {
	font-size: 9px;
	line-height: normal;
	font-weight: normal;
}

h6 strong {
	color: #D1490F;
}

a {
	color: #900;
	text-decoration: none;
}

a:hover {
	color: #F00;
}

img {
	border: 0px;
}

ul {
	margin-top: -20px;
}

#header {
	width: 900px;
}

#content {
	width: 940px;
}

#footer {
	clear: left;
	padding: 50px 0px 0px 20px;
	width: 900px;
}

#minHeight {
	float: right;
	width: 1px;
	height: 470px;
}

#searchBox {
	float: left;
	width: 362px;
	background-color: #D1490F;
	color: white;
}

.planThumb {
	float: left;
	padding: 0px 0px 0px 16px;
	width: 208px;
	height: 270px;
}

.planThumb img {
	border: 4px solid #999;
}

#detailTitle {
	padding: 10px;
	color: white;
	font-size: 24px;
	background-color: #D1490F;
	line-height: 50px;
}

#planImg {
	line-height: 25px;
	padding: 10px;
	background-color: #D1490F;
	color: white;
}

#planImg a {
	color: white;
}

#planImg a:active {
	font-weight: bold;
}

p {
  margin-left: 20px;
  }