html {
    overflow-y: scroll;
}
body {
	margin: 10px;
	background-color: #360;
}
img {
	border-width: 0px;
}
p {
	margin: 0px 0px 15px 0px;
}
.title1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #360;
	margin: 0px 0px 20px 0px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #360;
}
.title2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 0px 0px 10px 0px;
}
.title3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 0px;
}
#bordertop {
	width: 840px;
}
#siteborder {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('../images/cell-main-middle.gif');
	background-repeat: repeat-y;
}
#sitewrapper {
	width: 800px;
	background-color: #9C3;
	margin: 0px 20px;
}
#header {
	width: 800px;
	height: 200px;
}
#headerlogo {
	width: 800px;
}
#menu {
	width: 600px;
	padding-left: 200px
}
#contentwrapper {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000;
	padding: 20px 20px 0px 20px;
	width: 720px;
	margin: 0px 20px;
	background-image: url('../images/bg-content.gif');
	background-repeat: no-repeat;
	background-position: 50% top;
}
#content1 {
	width: 720px;
}
#content1 a {
	color: #360;
	text-decoration: none;
}
#content1 a:hover {
	color: #360;
	text-decoration: underline;
}
#contentplans {
	width: 720px;
}
#gold {
	width: 688px;
	background-color: #E0E31A;
	padding: 15px;
	margin: 15px 0px;
	border: 1px solid #360;
}
#silver {
	width: 688px;
	background-color: #E0E31A;
	padding: 15px;
	margin: 15px 0px;
	border: 1px solid #360;
}
#condo {
	width: 688px;
	background-color: #E0E31A;
	padding: 15px;
	margin: 15px 0px;
	border: 1px solid #360;
}
#spring {
	width: 688px;
	background-color: #E0E31A;
	padding: 15px;
	margin-top: 15px;
	border: 1px solid #360;
}
#fall {
	width: 688px;
	background-color: #E0E31A;
	padding: 15px;
	margin-top: 15px;
	border: 1px solid #360;
}
#grass {
	width: 688px;
	background-color: #E0E31A;
	padding: 15px;
	margin-top: 15px;
	border: 1px solid #360;
}
#disclaimer {
	width: 720px;
	padding-top: 15px;
}
#creditcards {
	width: 720px;
	padding-top: 15px;
}
#disclaimer a {
	color: #360;
	text-decoration: none;
}
#disclaimer a:hover {
	color: #360;
	text-decoration: underline;
}
#contentform {
	width: 720px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #360;
}
#footer {
	width: 800px;
}
#borderbottom {
	width: 840px;
}
#footertext {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
}
#footertext a {
	color: #E0E31A;
	text-decoration: none;
}
#footertext a:hover {
	color: #E0E31A;
	text-decoration: underline;
}



/*Menu*/

ul#top-menu {
	list-style-type: none;
	width: 100%;
	position: relative;
	height: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 11px 0px 0px 0px;
}
ul#top-menu li {
	display: block;
	float: left;
	margin: 0px 0px 0px 4px;
	height: 27px;
}
ul#top-menu li.left {
	margin: 0px;
}
ul#top-menu li a {
	display: block;
	float: left;
	color: #E0E31A;
	background:#360;
	line-height: 27px;
	text-decoration: none;
	padding: 0px 20px;
	height: 27px;
}
ul#top-menu li a.right {
	padding-right: 19px;
}
ul#top-menu li a:hover {
	background: #FFF;
	color: #360;
}
ul#top-menu li a.current {
	color: #360;
	background: #fff;
}

