body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /*Text-align center applied for IE5 browsers. Text-align left then applied to wraper to compensate*/
	background: #003300 repeat-y center top;
}
#wrapper {
	border: thin solid #000000;
	background-color: #FCFFF2;
	text-align: left;
	position: relative;
	margin: 0px auto;
	width: 48.38em;
}
/*added relative positioning to top div when put in grape #grapeimg div */
#top {
	width: 48.38em;
	float: left;
	height: 435px;
	position: relative;
	margin-bottom: 10px;
}

p {
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 5px;
}
h1 {
	margin-bottom: 0px;
	padding-left: 10px;
	margin-top: 5px;
	padding-bottom: 0px;
	font: 1.5em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
h2 {
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-left: 10px;
}
#gatelogo {
	border: 5px solid #6F422B;
	float: left;
	margin-left: 0px;
	margin-bottom: 5px;
}
#imagedesc {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 15.63em;
}
#hgtvimage {
	float: right;
	border: 5px solid #6F422B;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}
*  html  #hgtvimage { /*hack to fix ie box model problem. Display inline is to fix double-margin bug--right margin on right-floated div*/
	width: 260px;
	w\idth: 250px;
	display: inline;
}		
a:link{
	color: #006600;
	text-decoration: none;
	font: Georgia, "Times New Roman", Times, serif;
}
a:visited {
	color: #6F422B;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}	

a:hover {
	text-decoration: underline;
	color: #006600;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#contact {
	width: 300px;
	background-color: #FCFFF2;
	float: right;
}
.mainText {
	clear: left;
	font-size: 1.2em;
}
.mainLogo {
	margin-top: 10px;
	margin-left: 17px;
}
#mainNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	width: 11em;
	margin-top: 50px;
} 


#mainNav ul {
	text-align: left;
}
#mainNav li {
	background: #945252;
	padding: 3px;
	border-bottom: thin solid #FFFFFF;
	font-size: 1em;
}
li {
	font-size: 1.2em;
}
#mainNav  a    {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#mainNav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
#mainNav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	text-decoration: underline;
}
br.clear {
	clear: both;
}
