body {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #333333;
}
h2 {
	margin-bottom: 0px;
}
#toolbar {
	text-align: center;
	padding-top: 8px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -10px;
	height: 35px;
	width: 825px;
	background-repeat: no-repeat;
	background-image: url(../images/toolbar.png);
	position: relative;
	z-index: 200000;
}
#toolbar .centreBox {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}
#topBanner {
	border-width: 1px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	height: 245px;
	width: 711px;
	background-repeat: no-repeat;
	background-image: url(../photos/1.jpg);
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);	
}
#tabHolder {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -1px;
	margin-top: -35px;
	width: 711px;
	position: relative;
	z-index: 10;
}
#headerTab {
	font-weight: bold;
	text-shadow: 0px 1px 0px white;
	display: inline-block;
	min-width: 200px;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-top: 5px;
	text-align: center;
	font-size: 20px;
	background-image: url(../images/tabBG.png);
	height: 25px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.2);	
	
}
#content {
	border-top-style: solid;
	min-height: 400px;
	z-index: 5;
	border-top-color: white;
	border-width: 1px;
	margin-right: auto;
	margin-left: auto;
	width: 711px;
	background-color: #f0f0f0;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);	
}
#content td {
	font-style: normal;
	font-weight: normal;
	padding: 15px;
	vertical-align: top;
}
#content img {
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
	-webkit-transition: -webkit-transform 0.25s ease-out;
	-moz-transition: -moz-transform 0.25s ease-out;
	transition: transform 0.25s ease-out;
}
#content a {
	color: #a02723;
	font-weight: bold;
	text-decoration: none;
}
#content a:visited{
	color: #791d1a;
}
#content a:hover{
	text-decoration: underline;
}
#content a:hover img {
	border-color: #bd2a23;
	-webkit-transform: scale(1.02) rotate(2deg);
	-moz-transform: scale(1.02) rotate(2deg);
	transform: scale(1.02) rotate(2deg);
}
#photoCol {
	font-size: 12px;
	width: 250px;
	text-align: center;
}
.photoCaption {
	font-style: normal;
	font-weight: normal;
	margin-top: -5px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 24px;
	color: white;
	background-color: #333333;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#fadeBg{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	opacity: 0.7;
	background-color: black;
	visibility: collapse;
	z-index: 9999998;
}
#slideshowContent {
	color: white;
	margin-left: -10px;
	display: table-row;
	margin-bottom: 0px;
	margin-right: -10px;
	margin-top: 0px;
	position: absolute;
	width: 100%;
	padding: 0px;
	text-align: center;
	top: 50px;
	visibility: collapse;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-webkit-transform: scale(1.1) rotate(-5deg);
	-moz-transition: -webkit-transform 0.5s ease-out;
	-moz-transform: scale(1.1) rotate(-5deg);
	transition: -webkit-transform 0.5s ease-out;
	transform: scale(1.1) rotate(-5deg);
	z-index: 9999999;
}
#slideshowImg{
	-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
}
#slideshowText{
	font-size: 15px;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.7);
	height: 20px;
	width: 200px;
	color: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.dropDown{
	float: left;
	line-height: 26px;
	display: block;
	margin-right: 40px;
}
.dropDown div{
	margin-left: -10px;
	border-color: white;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: none;
	border-width: 1px;
	background-color: #F0F0F0;
	min-width: 100px;
	position: absolute;
	display: none;
	-webkit-box-shadow: -1px 3px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: -1px 3px 3px rgba(0, 0, 0, 0.3);
	box-shadow: -1px 3px 3px rgba(0, 0, 0, 0.3);
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.dropDown:hover div{
	display: block;
}
.dropDown div a{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	padding-right: 30px;
	padding-left: 15px;
	width: auto;
	display: block;
}
.dropDown a:hover{
	color: #a02723;
}
.dropDown a{
	color: black;
	text-decoration: none;
	text-shadow: 0px 1px 0px white;
}
.dropDown > a{
	font-size: 18px;
}
.curPage{
	color: #a02723 !important;
}
.dropDown:hover > a {
	color: #a02723;
}
#copyright {
	text-shadow: 0px 1px 0px #515151;
	text-align: center;
	width: auto;
	margin-top: 10px;
}
#logo {
	top: 10px;
	left: 20px;
	position: relative;
}
.centerImgBox{
	width: 256px; 
	margin-left: auto; 
	margin-right: auto;
	margin-top: 30px;
}
.bookButton {
	background-image: url(../images/bookbutton.png); 
	width: 152px; 
	height: 41px; 
	margin-left: auto; 
	margin-right: auto;
}
.bookButton:hover {
	background-image: url(../images/bookbuttonhover.png);
}