@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}


#shell {
	background-color: #c1d82f;
	height: 800px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #794400; 
	background-image: url(images/shell-leaves.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
#main {
	background-color: #794400;
	height: 575px;
	width: 780px;
	margin: 15px auto 0px;
	position:relative;
}
.menuimg {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}



#maintop {
	height: 80px;
	width: 780px;
	background-color: #ffffff;
}

#maintop img {
	margin-top: 20px;
	margin-left: 23px;
}


#mainmiddle {
	height: 446px;
	width: 780px;
	background-color: #ffffff;
	background-image: url(images/vTour.jpg);
	background-repeat: no-repeat;
	background-position: 25px top;
}


.submenu {
	list-style: none;
	width: 780px;
	margin: 38px auto 0px;
	padding:30px 0px 0px 30px;
}
.submenu li {
	display: inline;
	font-family: "Myriad Pro Light", "sans-serif";
	float: none;
	width: 150px;
	margin: 0px 20px 0px 30px;
	padding: 0px;
}
.submenu li a {
	text-decoration: none;
	color: #794400;
}

.submenu li a:hover {
	color: #ffffff;
}

.xboxcontent img {
	padding: 0px;
	margin-top: 6px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 10px;
}


#mainmenu {
	height: 150px;
	background-color: #ffffff;
}

#mainmenu img {
	margin-top: 10px;
	margin-left: 30px;
}

#mainbottom {
	height: 10px;
	width: 780px;
	background-color: #794400;
}

#mainbottom p {
	width: 300px;
	float: left;
	padding-left: 20px;
	font-size: 16px;
	font-family: "Myriad Pro Light", "sans-serif";
	margin-top: 13px;
	letter-spacing: 0.1em;
	word-spacing: .1em;
}

#mainbottom p a {
	color: #c1d82f;
	text-decoration: none;
}

#mainbottom p a:hover {
	color: #ffffff;
}


.pgtitle {
	background-image: url(images/titlegrad.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: "Myriad Pro Light", "sans-serif";
	font-size: 32px;
	color: #794400;
	margin-left: 40px;
	margin-top: 20px;
}

.subTitle {
	font-size: 18pt;
}
.CurPg {
	color: #FFF;
}

