@charset "utf-8";

@import url("navigation.css");
@import url("tags.css");

/*----------------------------------------------------------------
MASTER STYLESHEET

Includes: 
Browser Compatibility: IE 6, IE 7, FIREFOX, SAFARI 
Layout Type:

Color Sceme:


Designer:
**********************************
Justin Waite
email: justin@aetoswebdesign.com
website:http://www.aetoswebdesign.com
**********************************
----------------------------------------------------------------*/

/*
--------------------------------------------------------
Layout start / DO NOT EDIT BELOW THIS LINE
--------------------------------------------------------
*/

*{ /**reset all**/
margin:0;
padding:0;
outline:0;
border:0 none;
vertical-align:baseline;
background:transparent;
}

body{
/*min-width:840px;for netscape browsers*/
font-family:verdana, Arial, Helvetica;
font-size:11px;
background-image:url(../images/body/bg.jpg);
background-position:center top;
background-repeat:no-repeat;
background-color: rgb( 66, 29, 11);
padding-top:21px;
}

#wrapper{
position:relative;
text-align:left;
width:960px;
margin:0 auto;
}

#left-content{
width:700px;
float:left;
padding:0 10px 29px 10px;
}

#right-content{
width:220px;
float:right;
padding:0 10px 29px 10px;
}

.clear{
clear:both;
padding:0 0 0 0;
margin:0 0 0 0;
}

/*
--------------------------------------------------------
Header
--------------------------------------------------------
*/

#logo{
float:left;
width:262px;
height:94px;
padding-bottom:18px;
}

#phone-number{
float:right;
height:16px;
padding:78px 0 18px 0;
font-size:14px;
color:#569637;
}

/*
--------------------------------------------------------
Top Photo
--------------------------------------------------------
*/

#top-photo, #slideshow2{
position:relative;
width:960px;
height:340px;
}

/*
--------------------------------------------------------
Titles
--------------------------------------------------------
*/

.titles{
margin-top:29px;
}

.titles-side{
margin-top:0px;
}

/*
--------------------------------------------------------
Accommodations
--------------------------------------------------------
*/

.accommodations-left{
float:left;
width:160px;
padding:20px 22px 0 0;
}

.accommodations-left img{
padding:3px;
margin-right:20px;
border:2px solid #000000;
background-color:#e2d485;
}

.accommodations-right{
float:right;
width:517px;
}

/*
--------------------------------------------------------
Activites
--------------------------------------------------------
*/

.activities-container-left{
float:left;
width:335px;
padding:20px 0 0 0;
}

.activities-border{
border:1px solid #E2D485;
}

.activities-container-right{
float:right;
width:335px;
padding:20px 0 0 0;
}

.activites-left{
float:left;
width:100px;
padding:15px 20px 0 0;
}

.activites-left img{
padding:3px;
margin:0 0 10px 5px;
border:2px solid #000000;
background-color:#e2d485;
}

.activites-right{
float:right;
width:190px;
text-align:right;
padding:83px 5px 10px 0;
}


/*
--------------------------------------------------------
Footer
--------------------------------------------------------
*/

#footer{
padding-bottom:29px;
}