body{
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background: #bdaf8c;
	font: 12px Arial, sans-serif;
	color: #641b2f;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 738px;
	text-align: left;
	overflow:hidden;
}

h1.title {
	height: 135px;
	margin: 0;
	background: url(../images/main-header.jpg);
	text-indent: -2000em;	
}


#left-col{	
	float: left;
	width: 364px;
	padding: 0;	
	margin: 0;	
}

#right-col{
	float: right;
	width: 364px;
	padding: 0;	
	margin: 0;	
}

.content {
	padding: 10px;	
	margin: 0;	
	background: url(../images/bg-content.gif) top left repeat-y;
}

.content p {
	display: block;
	margin:0;
	padding:0;
	line-height: 18px
}

.content-footer {
	clear:both;
	margin:0;
	padding:0;
	height:29px;
	width: 364px;
	background-image: url(../images/content-footer.gif);
}

a.availability-hycroft {
	display:block;
	margin: 0;
	padding: 0;	
	width: 345px;
	height: 30px;
	text-indent: -2000px;
	background: url(../images/availability-hycroft.jpg) 0 0 no-repeat;
}

a.availability-granville {
	display:block;
	margin: 0;
	padding: 0;	
	width: 345px;
	height: 30px;
	text-indent: -2000px;
	background: url(../images/availability-granville.jpg) 0 0 no-repeat;
}

a:hover.availability-hycroft, a:hover.availability-granville {
  background-position: 0 -30px;
}

a.enter-website {
	display:block;
	margin: 10px 0;
	padding: 0;	
	width: 144px;
	height: 33px;
	text-indent: -2000px;
	background: url(../images/enter-website.jpg) 0 0 no-repeat;
}

a:hover.enter-website {
  background-position: 0 -33px;
}

#hycroft-header {
	display: block;
	margin:0;
	padding:0;
	height:71px;
	width: 364px;
	background-image: url(../images/hycroft-header.jpg);
}

#granville-header {
	display: block;
	margin:0;
	padding:0;
	height:71px;
	width: 364px;
	background-image: url(../images/granville-header.jpg);
}

#hycroft-header p, #granville-header p {
	margin:0;
	padding:10px;
	font: 14px Arial, sans-serif;
	font-weight: bold;
	color: #e7dab8;
}

.content a:link, .content a:visited {
	font-weight: bold;
	color: #641B4C;
	text-decoration: none
}

.content a:hover, .content a:active  {
	font-weight: bold;
	color: #B70000;
	text-decoration: none
}

.content a {
	padding: 0;
	margin: 0 auto;
	font-weight: normal;
}


/* -= Roll Overs Footer=- */
#footer {
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	width: 738px;
	height: 39px;
	font: 10px Arial;
	text-align: center;
	color: White;
	background: url(../images/bg-footer.gif) repeat-x bottom left;
}

p.footer-links {
   margin: 2px 0 0 0;
	padding: 0;
	font-size: 12px;
}

#footer a:link, #footer a:visited {
	font-weight: normal;
	color: White;
	text-decoration: underline;
}

#footer a:hover, #footer a:active  {
	padding: 0;
	font-weight: normal;
	color: White;
	text-decoration:none
}

#footer a {
	line-height:18px;
	padding: 0;
	margin: 0 auto;
	font-weight: normal;
}


