*,html,div,p,h1,h2,h3,h4,h5,h6,ul,li,img,form,label,input {
	padding:0px;
	margin: 0px;
}
body {
	background-color: #00a99d;
}
p {
	font-family: Tahoma;
	font-size: 11px;
	color: #002B27;
	text-align: justify;
}
h1 {
	font-family: Tahoma;
	font-size: 21px;
	text-align: center;
	color: #FFFFFF;
	padding-bottom: 10px;
	font-weight: normal;
}
h3 {
	font-size: 17px;
	font-weight: normal;
	font-family: Tahoma;
	padding-bottom: 15px;
	color: #002b27;
}
a {
	outline: none;
	text-decoration: underline;
	color: #002B27;
}
a:hover {
	text-decoration: none;
}
.title {
	font-size: 13px;
	text-transform: uppercase;
}
#wrap {
	width: 760px;
	height: 540px;
	margin-top: -270px;
	margin-left: -380px;
	position: absolute;
	left: 50%;
	top: 50%;
}
#offroad {
	background-image: url(img/offroad.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 760px;
}
#inner {
	background-color: #fafafa;
	float: left;
	width: 740px;
	padding: 10px;
	margin-top: 15px;
}
#dates {
	background-image: url(img/dates.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 740px;
}
#box1 {
	width: 360px;
	float: left;
	padding-right: 19px;
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #002b27;
	margin-top: 20px;
}
#box2 {
	float: right;
	width: 340px;
	margin-top: 20px;
}
#postcards {
	width: 740px;
	clear: both;
	float: left;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #002b27;
	padding-top: 10px;
	margin-top: 20px;
}
#postcards ul {
	list-style-type: none;
}
#postcards ul li {
	display: block;
	height: 90px;
	width: 65px;
	float: left;
	margin-right: 10px;
}
#postcards ul li.last {
	margin-right: 0px;
}