@charset "utf-8";
/* CSS Document */

.wrapper {
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.wrapper .banner {
	float: left;
	height: 207px;
	width: 950px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
	letter-spacing: 0.01px;
}
.wrapper .menubar {
	background-color: #99CCCC;
	float: left;
	width: 948px;
	height: 26px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	background-image: url(images/caravan.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 8px;
}
.wrapper .menubar a {
	color: #FFFFFF;
	font-size: 12px;
}

.wrapper .content {
	float: left;
	height: auto;
	width: 896px;
	background-color: #FFFFFF;
	padding: 25px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #003399;
	border-right-color: #000000;
	border-bottom-color: #003399;
	border-left-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

