body 
{ 
	font: 14px arial, sans-serif; 
	background: #DAD6CF;
	color: #666;
	text-align: center;
	margin: 0px 0px 0px 0px; 
}

img 
{ 
	display: block; 
	border: none;
}

td { font: 14px arial, sans-serif; }

h1
{
	margin: 40px 0px 10px 0px;
}

h2
{
	margin: 20px 0px 10px 0px;
}

p
{
	margin: 15px 10px 15px 20px;

}

a:link 
{ 
    color:  #ca2a18;
	text-decoration: underline; 
	font-weight: bold;
}

a:visited 
{ 
    color:  #ca2a18;
	text-decoration: underline;
	font-weight: bold;
}

a:hover 
{ 
		color:  #79829D;
		text-decoration: underline;
		font-weight: bold;
}

/* layout ID's */

#wrap
{
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 799px;
	background: url(/images/layout/page-background.gif) repeat-y #fff;
}

#body
{
	margin: 0px 9px 0px 10px;
	padding: 10px 10px 40px 10px;
	background: url(/images/layout/body-background.gif) repeat-x;
}

#nav
{
	background: #79829D;
	height: 24px;
	border-top: 1px solid #002064;
	border-bottom: 1px solid #002064;
	margin: 0px 9px 0px 10px;
}

/* Nav ID's */

#home
{
	background: url(/images/nav/home_se.gif);
	width: 78px;
	height: 24px;
}

#buy
{
	background: url(/images/nav/buy_se.gif);
	width: 70px;
	height: 24px;
}

#cabins
{
	background: url(/images/nav/cabins_se.gif);
	width: 118px;
	height: 24px;
}

#construction
{
	background: url(/images/nav/construction_se.gif);
	width: 181px;
	height: 24px;
}

#faq
{
	background: url(/images/nav/faq_se.gif);
	width: 63px;
	height: 24px;
}

#contact
{
	background: url(/images/nav/contact_se.gif);
	width: 126px;
	height: 24px;
}



/* Classes */

ul.nav_list
{
	padding: 0px;
	margin: 0px 0px 0px 46px;
}

li.nav_list
{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

a.nav_link, a:visited.nav_link
{
	color: white;
}

.form { border: 1px solid #ccc; }

.rollover 
{
	display: block;
	float: left;
	display: inline;
}
.rollover img 
{
	width: 100%;
	height: 100%;
	border: 0;
}
.rollover:hover 
{
	visibility: visible;
}
.rollover:hover img 
{
	visibility: hidden;
}

.body_box
{
	background: url(/images/layout/body-box-background.gif) repeat-y;
	width: 464px;
	margin-left: 20px;
}

.small
{
	font: 12px arial, sans-serif; 
}

.smaller
{
	font: 11px arial, sans-serif; 
	margin: 10px 10px 10px 20px;
}

.tab
{
	float: right;
	clear: right;
	margin: 10px 5px 0px 10px !important;
	margin /**/: 0px 5px 0px 10px;
	background: url(/images/layout/tab-background.gif) repeat-y;
}

.red
{
	font-weight: bold;
	color: #ca2a18;
}