@import "forms.css";

body
{
	background-color: #fff8c4;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 10px auto;
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	vertical-align: top;
	color: #24211d;
	line-height: 1.4em;
	
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-face-color:#444a33;
	scrollbar-highlight-color:#bdb74e;
	scrollbar-3d-light-color:#49422f;
	scrollbar-base-color:#FFFFFF;
	scrollbar-dark-shadow-color:#1e2215;
	scrollbar-shadow-color:#1e2215;
	scrollbar-track-color:#ffffff;
}

td
{	
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	color: #24211d;
	line-height: 1.4em;
	text-align: left;
}

a
{
	color: #444a33;
}

ul
{
	margin: 0px 0px 0px 35px;
}
a:hover
{	
	color: #bdb74e;
}

#wrap
{	
	position: relative;	
	width: 781px;	
	height: 100%;		
	margin-right:auto;
	margin-left:auto;
	margin-bottom:0px;	
	vertical-align: top;
	padding:0px;
}


#logoheader
{
	width: 781px;
	height: 133px;
	margin: 0px;
	position: relative;
	padding: 0px;
	line-height: 0px;
}

#buttonheader
{
	width: 781px;
	height: 37px;
	margin: 0px;
	position: relative;
	padding: 0px;
	line-height: 0px;
	display:block;
	position: relative;
}

#mainarea
{
	width: 781px;
	height:100%;
	margin: 0px;
	display:block;
	position: relative;
}

#maintable
{
	width: 781px;
}

td#leftbuttons
{
	width: 161px;
	background-color: #fffdc2;
	background-image: url(images/leftbutton_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

td#leftbuttons .text
{
	width: 130px;
	margin: 135px 0 30px 17px;
	line-height: 1.8em;
}

td#copy
{
	width: 620px;
	background-color: #FFFFFF;
	background-image: url(images/copy_bg_home.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

td#copyresort
{
	background-image: url(images/copy_bg_resort.jpg);
	width: 620px;
	background-color: #FFFFFF;
	background-position: top;
	background-repeat: no-repeat;
}

td#copysales
{
	background-image: url(images/copy_bg_sales.jpg);
	width: 620px;
	background-color: #FFFFFF;
	background-position: top;
	background-repeat: no-repeat;
}

td#copyabout
{
	background-image: url(images/copy_bg_about.jpg);
	width: 620px;
	background-color: #FFFFFF;
	background-position: top;
	background-repeat: no-repeat;
}

td#copyarea
{
	background-image: url(images/copy_bg_area.jpg);
	width: 620px;
	background-color: #FFFFFF;
	background-position: top;
	background-repeat: no-repeat;
}

td#copyrent
{
	background-image: url(images/copy_bg_rent.jpg);
	width: 620px;
	background-color: #FFFFFF;
	background-position: top;
	background-repeat: no-repeat;
}

td#copycontact
{
	background-image: url(images/copy_bg_contact.jpg);
	width: 620px;
	background-color: #FFFFFF;
	background-position: top;
	background-repeat: no-repeat;
}

td#copy .text, td#copyresort .text, td#copysales .text, td#copyabout .text, td#copyarea .text, td#copycontact .text, td#copyrent .text
{
	width: 540px;
	margin: 180px 0 30px 30px;
}
	
/* font styles */

.butnheading
{
	font-family: "Times New Roman", Times, serif;
	font-size: 23px;
	color: #5f6f32;
	line-height: 1.2em;
}

.butnemph
{
	font-family: "Times New Roman", Times, serif;
	font-size: 23px;
	color: #bdb74e;
	line-height: 1.2em;
}

.heading
{
	font-family: "Times New Roman", Times, serif;
	font-size: 45px;
	color: #bdb74e;
	line-height: 1.1em;
	text-transform: uppercase;
}

.heademph
{
	font-family: "Times New Roman", Times, serif;
	font-size: 23px;
	color: #5f6f32;
	line-height: 1.1em;
}

/* forms */

td#copyad
{
	width: 620px;
	background-color: #FFFFFF;
	background-position: top;
	background-repeat: no-repeat;
}

td#leftbuttonsad
{
	width: 161px;
	background-color: #fffdc2;
	background-position: top;
	background-repeat: no-repeat;
}

td#leftbuttonsad .text
{
	width: 130px;
	margin: 35px 0 30px 17px;
	line-height: 1.8em;
}

td#copyad .text
{
	width: 540px;
	margin: 35px 0 30px 30px;
}

