/*============================================*/
/*===========RESORTS=CAMPGROUND=CSS===========*/
/*============================================*/

a.body:link
	{
	text-decoration: none;
	font-family: verdana, Lucida Sans Unicode, arial;
	font-size: 10pt;
	color: #000;
	}

a.body:visited
	{
	text-decoration: none;
	font-family: verdana, Lucida Sans Unicode, arial;
	font-size: 10pt;
	color: #000;
	}

a.body:hover, a.body:active
	{
	text-decoration: none;
	font-family: verdana, Lucida Sans Unicode, arial;
	font-size: 9pt;
	color: #000;
	font-weight: bold;
	}

/*=FOOTER=LINKS=*/

a.footer:link
	{
	text-decoration: none;
	font-family: verdana, Lucida Sans Unicode, arial;
	font-size: 8pt;
	color: #fcfced;
	}

a.footer:visited
	{
	text-decoration: none;
	font-family: verdana, Lucida Sans Unicode, arial;
	font-size: 8pt;
	color: #fcfced;
	}

a.footer:hover, a.footer:active
	{
	text-decoration: underline;
	font-family: verdana, Lucida Sans Unicode, arial;
	font-size: 8pt;
	color: #fcfced;
	}

/*============================================*/
/*==================COMMON====================*/
/*============================================*/

body
	{
	background: #605e49;
	font-family: verdana, Lucida Sans Unicode, arial;
	font-size: 10pt;
	}

img
	{
	border: 0px;
	}

td img 
	{
	display: block;
	}

#container
	{
	width: 100%;
	margin: auto;
	}

#content
	{
	width:750px; 
	margin:auto;
	}

#header
	{
	float: left;
	height: 108px;
	width: 750px;
	background: #041c42 url(banner.png) no-repeat center center;
	}

#navigation
	{
	float: left;
	height: 22px;
	width: 750px;
	background: #fcfced;
	}

#meat
	{
	border-top: #898f81 solid 10px;
	float: left;
	height: 100%;
	width: 750px;
	background: #fcfced;
	border-bottom: #041c42 solid 12px;
	}

#footer
	{
	float: left;
	height: 100px;
	width: 750px;
	text-align: center;
	color: #fcfced;
	font-size: 8pt;
	margin: 8px 0px 0px 0px;
	}

/*============================================*/
/*=================LAYER2=====================*/
/*============================================*/

.left
	{
	float: left;
	height: 100%;
	width: 250px;
	padding: 25px 15px 20px 15px;
	}

.contactsleft
	{
	float: left;
	height: 100%;
	width: 270px;
	padding: 25px 15px 20px 15px;
	}


.preowned_left
	{
	float: left;
	height: 100%;
	width: 250px;
	padding: 25px 15px 20px 15px;
	overflow: hidden;
	}

.preowned_left img
	{
	border: black solid 2px;	
	}

.prices_left
	{
	float: left;
	height: 750px;
	width: 250px;
	padding: 25px 15px 20px 15px;
	overflow: hidden;
	}

.prices_left img
	{
	border: black solid 2px;	
	}

.right
	{
	float: left;
	height: 100%;
	width: 455px;
	text-align: justify;
	padding: 15px 15px 20px 0px;
	}


.contactsright
	{
	float: left;
	height: 100%;
	width: 435px;
	text-align: justify;
	padding: 15px 15px 20px 0px;
	}


.preowned_right
	{
	float: left;
	height: 100%;
	width: 455px;
	text-align: justify;
	padding: 15px 15px 20px 0px;
	overflow: hidden;
	}

.prices_right
	{
	float: left;
	height: 820px;
	width: 455px;
	text-align: justify;
	padding: 15px 15px 20px 0px;
	overflow: hidden;
	}


td.ralign
	{
	text-align: right;
	}

h6.address
	{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: .8em;
	}