/* CSS Document */

#container
{
padding: 0;
margin:-top: 0;
margin-left: auto;
margin-right: auto;
width: 80%;
text-align:left;
color: #333;
border-bottom: 1px solid gray;

}


#headback2{
	background:  url(../Graphics/rio-tropical-banner.jpg) no-repeat left center;
	height: 83px;

}
body,td,th {
	color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
}

#top
{
padding: .5em;

background-image: url(../Graphics/tropical%20holiday%20bck.jpg);
background-repeat: no-repeat;
background-position: left center;
line-height: 150%;
border-top: 1px solid gray;

}

#top h1
{
padding: 0;
margin: 0;

}
#subtop
{
padding: 0;
margin: 0;
line-height: 150%;
border-top: 1px solid gray;
border-bottom:2px solid gray;
}


#leftnav
{
	float: left;
	width: 160px;
	margin: 0;
	padding: 0.2em;
	background-image: url(../Graphics/leftnav_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}

#rightnav
{
	float: right;
	width: 160px;
	margin-left:5px;
	padding-top: 0.2em;
}

#content
{
	margin-left:auto;
	margin-right: auto;
	padding: 5px;
	max-width: 36em;
	line-height: 150%;
	background-image: url(../palmtree.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	
}

#footer
{
clear: both;
margin: 0;
padding: 0.5em;
color: #333;
line-height: 150%;
}

#leftnav p, #rightnav p { margin: 0 0 0 0; }
#content p {
	margin: 0.5em;
}
#content h2 { margin: 0 0 .5em 0; }
.anounce {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #99FF66;
	clear: left;
	float: right;
	height: auto;
	width: 550px;
	border: none;
	text-decoration: underline;
}
