body {
	background-color: #5F5D5C;
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-image: url(assets/keybg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
html {
	margin: 0px;
	padding: 0px;
}
#mainWrapper {
	background-color: #FFFFFF;
	width: 933px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#navWrapper {
	background-color: #000000;
	width: 217px;
	float: left;
	height: 607px;
	color: #FFFFFF;

}
#logo {
	margin-top: 22px;
	margin-bottom: 28px;
	text-align: center;
}
#miniGallery {
	text-align: center;
}
	#miniGallery p{
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#contentWrapper {
	margin: 0px;
	padding: 0px;
	height: 607px;
}

/* fix for IE<=6's 3-pixel gap bug */
* html #contentWrapper {
  height: 1%; /* triggers hasLayout */
  position: relative;
  left: -3px; /* move the element left to close the gap */
  margin-right: -3px; /* add a negative right margin to fill the 3 pixel space left by moving everything left */
}

#navigationWrapper {
	margin-left: 38px;
}
#navSmallLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #b2b2b2;
	padding-top: 4px;
	padding-left: 37px;
	padding-bottom: 20px;
	width: 143px;
	padding-right: 0px;
}
#navSmallLinks a {
	color: #b2b2b2;
	padding-top: 3px;
	text-decoration: none;
	border: 1px solid #666666;
	padding-left: 5px;
	padding-bottom: 3px;
	width: 143px;
	padding-right: 63px;
}
#mainImage {
	background-image: url(assets/loadingAnimation.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#mainImageWrapper {
	height: 300px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contentWrapper a {
	color: #86202D;
	text-decoration: none;
}
#contentWrapper a:hover {
	color: #86202D;
	text-decoration: underline;
}
#rates {
	height: 40px;
	padding-left: 40px;
}
