/* CSS Document */

body, html {
	background-image: url(../assets/subBack.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align:center;
}


#subContentWrapper {
	width: 100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	position: relative;
}

#subContent {
	width: 762px;
	margin: auto;
	padding-bottom: 40px;
}

.subBody {
	float: left;
	width: 360px;
	margin-top: 35px;
	padding-left: 15px;
	padding-right: 15px;
	text-align:left;
}

.subImage {
	float: right;
	width: 341px;
	height: auto;
	text-align:center;
	margin-right: 5px;
}

.subImage img {
	margin-top: 10px;
	margin-bottom: 20px;
}

#subFooter {
	width: 742px;
	height: 24px;
	background: #989898;
	clear: both;
	color:#FFFFFF;
	font-size: 10px;
	padding-left: 10px;
	line-height: 24px;
	letter-spacing:1pt;
	margin: auto;
	margin-top: -29px;
	position: relative;
	text-align:left;
	border-left: solid 5px white;
	border-right: solid 5px white;
	border-bottom: solid 5px white;
}

#tourBody {
	text-align: left;
	width: 752px;
	height: 470px;
	margin-top: 15px;
	margin-left: 2px;
}

#galleryBody {
	text-align: left;
	width: 751px;
	height: 470px;
	margin-top: 15px;
	margin-left: 3px;
}

label {
	float: left;
	width: 70px;
	font-weight:bold;
}

input {
	width: 200px;
}

.contactText {
	width: 280px;
	height: 100px;
}

.send {
	margin-left: 70px;
}
