@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}


ol, ul, li {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#container {
	height: 625px;
	width: 800px;
	margin: 0px;
	padding: 0px;
}
#header {
	height: 145px;
	width: 800px;
}
#tropicsImage {
	height: 146px;
	width: 396px;
	float: left;
}
#tropicsLogo {
	height: 125px;
	width: 390px;
	float: left;
	padding-top: 15px;
	padding-left: 5px;
}
#menu {
	height: 3px;
	width: 800px;
	background-color: #F90;
}
#mainBody {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	background-image: url(../_images/bgSky.png);
	background-repeat: repeat;
	float: left;
	width: 800px;
}
#mainContent {
	width: 600px;
	text-align: left;
	float: left;
	height: auto;
	margin: 10px;
}
#sideBar {
	width: 150px;
	text-align: center;
	float: right;
	background-color: #FFF;
	height: auto;
	border: 3px groove #C60;
	margin: 10px;
}
#address {
	height: auto;
	width: 800px;
	float: left;
	background-image: url(../_images/bgSky.png);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#footer {
	background-image: url(../_images/footer.jpg);
	height: 158px;
	width: 800px;
	float: left;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}

