HTML,BODY {
	height:100%; 
	max-height:100%;
	MARGIN: 0px;
	PADDING: 0px;
	background: #6D2A00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #fff;
	}
	
.homeAboutUs a {
	display: block;
	width: 97px;
	height: 18px;
	max-height: 18px;
	background: url(../img/homeAboutUsButton.jpg) no-repeat 0 0;
	text-decoration: none;
	}
	
.homeAboutUs a:hover {
	background: url(../img/homeAboutUsButton.jpg) no-repeat 0 -18px;
	}
	
.homePhotoGallery a {
	display: block;
	width: 147px;
	height: 18px;
	max-height: 18px;
	background: url(../img/homePhotoGalleryButton.jpg) no-repeat 0 0;
	text-decoration: none;
	}
	
.homePhotoGallery a:hover {
	background: url(../img/homePhotoGalleryButton.jpg) no-repeat 0 -18px;
	}
	
.homeLicensingPolicy a {
	display: block;
	width: 171px;
	height: 18px;
	max-height: 18px;
	background: url(../img/homeLicensingPolicyButton.jpg) no-repeat 0 0;
	text-decoration: none;
	}
	
.homeLicensingPolicy a:hover {
	background: url(../img/homeLicensingPolicyButton.jpg) no-repeat 0 -18px;
	}
	
.homeContact a {
	display: block;
	width: 89px;
	height: 18px;
	max-height: 18px;
	background: url(../img/homeContactButton.jpg) no-repeat 0 0;
	text-decoration: none;
	}
	
.homeContact a:hover {
	background: url(../img/homeContactButton.jpg) no-repeat 0 -18px;
	}
	
.homeLogin a {
	display: block;
	width: 69px;
	height: 18px;
	max-height: 18px;
	background: url(../img/homeLoginButton.jpg) no-repeat 0 0;
	text-decoration: none;
	}
	
.homeLogin a:hover {
	background: url(../img/homeLoginButton.jpg) no-repeat 0 -18px;
	}