/* Lemon Tree Passage Marina CSS Document */

body
{
	/* BACKGROUND */
	background-color: #04396a; /* Dark Blue - 37,54,79 */
	
	/* FONT */
	font-family: arial, verdana, helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #000000;
	
	/* MARGINS */
	margin: 0px 0px 0px 0px;
}

a:link, a:visited, a:active
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #0592bf;
	text-decoration: underline; 
}

a:hover
{  
	text-decoration: underline;
}

#link_img
{
	width: 158px;
	height: 24px;
	border: 0px;
}

#div_sidebars
{
	width: 748px;
	height: auto;
	background-color: #000000;
	text-align: center;
}

#div_container
{
	width: 746px;
	height: 60%;
	background-color: #ffffff;
	background-image: url(../design/bg_container.gif);
	background-repeat: repeat-y;
	text-align: center;
}

#div_menu
{
	width: 159px;
	height: auto;
	background-image: url(../design/bg_menu.gif);
	background-repeat: repeat-y;
	float: left;
	text-align: left;
}

#div_content_container
{
	width: 587px;
	height: auto;
	background-color: #ffffff;
	float: right;
	text-align:center;
	margin-top: 5px;
	margin-bottom: 5px;
}

#div_content
{
	width: 557px;
	height: auto;
	background-color: #ffffff;
	line-height: 18px;
	text-align: justify;
}

#div_copyright
{
	width: 746px;
	height: 60px;
	background-image: url(../design/copyright.gif);
	background-repeat: no-repeat;
	font-family: arial, verdana, helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	color: #a9a245;
}

#tbl_slipping
{

	width: 200px;
	font-family: arial, verdana, helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}

#tbl_rates
{

	width: 380px;
	font-family: arial, verdana, helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}

#tbl_pizza
{
	width: 550px;
	font-family: arial, verdana, helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}

#td_boats
{
	font-family: arial, verdana, helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}

#frm_input
{
	background-color: #ffffff;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-color: #7f9db9;
	border-width: 1px;
	border-style: solid;
}