@charset "UTF-8";
body  {
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 100%;
	margin: 0%;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 100%;
}
#container {
	width: 100%;
	text-align: center;
	background-image: url(images/body_bg.jpg);
	margin: 0;
	height: 100%;
	background-repeat: repeat;
	min-width: 900px;
	padding: 0px;
	position: absolute;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
#header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
	width: 100%;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat;
} 
#header h1 {
	margin: 0;
	text-align: center;
	padding: 0px;
	height: 120px;
	width: 100%;
	font-size: 100%;
	background-position: center;
}
#sidebar1 {
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
	padding: 0px;
	float: left;
	text-align: left;
}
#mainContent {
	text-align: center;
	width: 100%;
	padding-top: 0;
	padding-right: 2%;
	padding-bottom: 0;
	padding-left: 1%;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 3%;
	margin-left: 0%;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000;
	background-image: url(images/body_bg.jpg);
} 
#footer {
	width: 100%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	text-align: center;
	margin: 0px;
} 
#footer p {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: normal;
	text-align: center;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat;
	margin-top: 0;
	margin-right: 20%;
	margin-bottom: 0;
	margin-left: 10%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	width: 100%;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	text-align: center;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	text-align: center;
}
#mainContent #tour {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	color: #FFF;
	font-size: 16px;
}
#mainContent #contact {
	font-size: 16px;
	font-weight: normal;
	color: #000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	width: 100%;
	text-align: center;
	background-image: url(images/body_bg.jpg);
}
#navbar {
	color: #FFF;
	margin: 0px;
	text-align: center;
	width: 100%;
	padding-top: 0px;
	padding-right: 0%;
	padding-bottom: 0px;
	padding-left: 0%;
}
#navbar ul {
	list-style-type: none;
	text-align: center;
	background-image: url(images/navbar.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 100%;
	height: 35px;
	padding-top: 15px;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}
#navbar ul li {
	display: inline;
	text-align: center;
	height: 35px;
	margin: 0px;
	color: #FFF;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#navbar ul li a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCC;
	text-decoration: underline;
	text-align: center;
	height: 30px;
	padding: 0px;
}
#navbar ul li a:hover {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	color: #960;
	text-decoration: underline;
}
.scroll {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: medium;
	font-weight: bold;
	color: #000;
	overflow: auto;
	width: 100%;
	height: 100%;
	text-align: left;
	padding: 0px;
}
.signup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000;
}
