* {
	margin: 0;
	padding: 0;
	font: 12px "trebuchet ms";
	color: #fff;
}
a:hover {
	text-decoration: none;
}
strong {
	font-weight: bold;
}
#container {
	margin: 1em auto 1em auto;
	width: 800px;
}
#top {
	background: url(images/top.gif) no-repeat top left;
	width: 800px;
	height: 20px;
}
#mid {
	width: 800px;
	float: left;
	background-color: #5087B1;
}
#left {
	height: 350px;
	margin: 0 2em 0 1em;
	float: left;
}
#left h1 {
	background: url(images/logo.gif) no-repeat top left;
	width: 150px;
	height: 229px;
}
#left h1 span, #left h2 span, #left h3 a span {
	display: none;
}
#left h3 a {
	margin-left: .5em;
	display: block;
	background: url(images/getaway.gif) no-repeat top left;
	height: 91px;
	width: 152px;
}
#right {
	float: both;
	margin-left: 2em;
}
#nav {
	float: left;
	margin-bottom: -.2em;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	margin-left: .5em;
	float: left;
}
#nav a {
	padding-top: .2em;
	float: left;
	background: url(images/nav_bg.gif) no-repeat top left;
	width: 75px;
	height: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#nav a:hover {
	color: #666;
}
#content {
	float: both;
}
#con_top {
	float: left;
	background: url(images/con_top.gif) no-repeat top left;
	width: 567px;
	height: 7px;
}
#con_mid {
	float: left;
	overflow: auto;
	width: 567px;
	height: 300px;
	background: url(images/con_bg.gif) repeat-y top left;
}
#con_mid h2 {
	padding: .2em 0 0 1.5em;
	background: url(images/palm.gif) no-repeat top left;
	margin: .5em 0 1em .7em;
	font-size: 18px;
	font-weight: bold;
}
#con_mid p {
	margin: 0 .5em 1em 1em;
}
#con_mid img {
	margin: 1em;
	border-color: #fff;
}
#con_mid ul {
	list-style-image: url(images/starfish.gif);
	margin: 0 .5em 1em 3em;
}
#con_bot {
	float: left;
	background: url(images/con_bot.gif) no-repeat top left;
	width: 567px;
	height: 5px;
}
#bottom1, #bottom2, #bottom3, #bottom4 {
	width: 200px;
	height: 298px;
	float: left;
}
#bottom1 {
	background: url(images/bot1.jpg) no-repeat top left;
}
#bottom2 {
	background: url(images/bot2.jpg) no-repeat top left;
}
#bottom3 {
	background: url(images/bot3.jpg) no-repeat top left;
}
#bottom4 {
	background: url(images/bot4.jpg) no-repeat top left;
}
input {
	width:230px;
}
table {
	margin-left: 80px;
}