/*main layout*/
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-attachment: fixed;
	background-color: #3a200e;
	background-image: url(/assets/BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

 .wrap {
	margin: auto;
	width: 900px;
}

img { border-style: none; }

/*headings*/

h1 {
	font-size: 22px;
	font-weight: normal;
	float: left;
	margin-top: 20px;
	width: 400px;
	margin-left: 30px;
}

h2 {
	font-size: 13px;
	font-weight: normal;
	float: right;
	margin-top: 24px;
	width: 400px;
	margin-right: 30px;
}
h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: normal;
	color: #bf6c2f;
}
h4 {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #BD6B2F;
	margin-top: 30px;
	clear: left;
	float: left;
	margin-left: 50px;
	margin-bottom: 12px;
}
h5 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	text-align: left;
	float: left;
	width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
}


/*head elements*/


#mast {
	float: left;
	height: 64px;
	width: 100%;
	border-bottom: 1px solid #31bae4;
	color: #bf6c2f;
	position: fixed;
	z-index: 10;
	background-attachment: fixed;
	background-image: url(/assets/mast.png);
	background-repeat: repeat-x;
}

#mast a {
	font-style: italic;
	text-decoration: none;
	color: #bf6c2f;
}

.header { color: #bf6c2f; }

.question { color: #BD6B2F;}


/*front elements*/

#front {
	background: url(/assets/front.jpg) no-repeat left top;
	float: left;
	height: 624px;
	width: 900px;
	margin-top: 100px;
}


#fnav {
	font-size: 70%;
	float: right;
	height: 50px;
	width: 130px;
	margin-right: 40px;
	margin-top: 120px;
}
#fnav a {
	float: left;
	width: 120px;
	margin-top: 10px;
	padding-top: 2px;
	border: 1px solid #31bae4;
	color: #31bae4;
	background: #000000;
	font-style: normal;
	text-decoration: none;
}

#fnav a:link {color: #31bae4;}
#fnav a:visited {color: #31bae4;}
#fnav a:hover {color: #FFFFFF;}

#disc {
	font-size: 70%;
	color: #000000;
	float: left;
	width: 800px;
	margin-top: 10px;
	margin-left: 50px;
}

#disc a {
	color: #666666;
	text-decoration: none;
}

.strapwrap {
	margin: auto;
	width: 700px;
}

#strapnav {
	float: left;
	width: 780px;
	margin-left: 50px;
}
#strapnav a {
	font-size: 65%;
	color: #333333;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}

/*content page main elements*/

.wrap #mainmast {
	background-image: url(/assets/mast.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 192px;
	width: 900px;
	margin-top: 100px;
}

.wrap #content {
	float: left;
	width: 900px;
	margin: 0px;
	background-image: url(/assets/content.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.wrap #content_strap {
	background-image: url(/assets/strap.jpg);
	float: left;
	height: 192px;
	width: 900px;
	margin-bottom: 60px;
}
#content li {
       color: #BD6B2F;
       font-weight: bold;
       margin-top: 15px;
}

/*content page header*/

#topnav {
	float: left;
	width: 800px;
	position: relative;
	left: 50px;
	top: 145px;
}
#topnav a {
	font-size: 70%;
	text-decoration: none;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
}

#topnav a:link {color: #37BEE6;}
#topnav a:visited {color: #37BEE6;}
#topnav a:hover {color: #bf6c2f;}

marquee {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #999;
	float: left;
	width: 800px;
	position: relative;
	top: 155px;
	left: 50px;
}

/*content page strap*/

#strap {
	background: url(/assets/mast.png) repeat-x;
	float: left;
	height: 64px;
	width: 100%;
	bottom: 0px;
	font-size: 60%;
	margin-top: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #31bae4;
	border-bottom-color: #31bae4;
}

#strap a {
	color: #333333;
	margin-top: 20px;
	margin-right: 100px;
	margin-left: 10px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	float: left;
}

#address {
	font-size: 70%;
	color: #000000;
	float: left;
	width: 500px;
	margin-top: 30px;
	margin-left: 50px;
	height: 70px;
}

#address a {
	font-style: italic;
	color: #000000;
	text-decoration: none;
}


/*content page layout*/

#main {
	background-image: url(/assets/mast.png);
	background-repeat: repeat;
	padding: 10px;
	float: left;
	width: 780px;
	margin-top: 30px;
	margin-left: 50px;
	font-size: 80%;
	color: #31BAE4;
	text-align: left;
	border: 3px double  #AD622B;
}


.floatleft {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: -10px;
	margin-bottom: -10px;
}


/*blog elements*/


/*hotel page elemements*/

.hotels {
	background-image: url(/assets/mast.png);
	background-repeat: repeat;
	padding: 10px;
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-left: 20px;
	font-size: 110%;
	color: #31BAE4;
	text-align: left;
	border: 3px double  #AD622B;
	height: 100px;
}
.hotels a {
	font-style: italic;
	color: #31BAE4;
}

#hotelmain {
	float: left;
	width: 800px;
	margin-top: 30px;
	margin-left: 50px;
	font-size: 70%;
	color: #000;
	text-align: left;
}

.faqs {
	background-image: url(/assets/mast.png);
	background-repeat: repeat;
	padding: 10px;
	float: left;
	width: 700px;
	margin-top: 10px;
	margin-left: 20px;
	font-size: 110%;
	color: #31BAE4;
	text-align: left;
	border: 3px double  #AD622B;
}

tr img {
float:left;
border: 3px double  #AD622B;
margin: 10px;
}


/*blog page elemements*/

#blogleft {
         width: 550px;
         float:left;
         margin-left: 50px;
}

#blogright {
        background-image: url(/assets/mast.png);
	background-repeat: repeat;
	padding: 10px;
	float: left;
         width: 170px;
         float:left;
         margin-left:40px;
        margin-top:30px;
         font-size: 70%;
	color: #AD622B;
	text-align: left;
        border: 3px double  #AD622B;
}
#blogright a {
	font-style: italic;
	color: #bf6c2f;
}

.blogposts {
	background-image: url(/assets/mast.png);
	background-repeat: repeat;
	padding: 10px;
	float: left;
	width: 530px;
	margin-top: 20px;
	font-size: 80%;
	color: #31BAE4;
	text-align: left;
	border: 3px double  #31BAE4;
}
.duos {
float:left;
border: 3px double  #AD622B;
margin: 10px;
}
