/*** CSS Document ***/

*{
	margin: 0px;
	padding: 0px;
}

.clear{
	clear:both;
	height: 0px;
	overflow: hidden;
}

body{
	margin: 0px;
	padding: 0px;
	/* background: #b92d00 url(../images/body-bkg.gif) repeat-x 0px 0px;*/
	background: #60160a;
}

#headwrapper{
	margin:auto;
	overflow: hidden;
}

#header{
	margin:auto;
	height: 150px; /*Height of top section*/
	padding-top: 15px;
	width: 900px;
	background: url(../images/top-background.jpg) no-repeat bottom;
}

#topmenubar{
	width: 900px;
	margin: auto;
	background-color: #602a0a;
}

#promobox{
	border: 1px solid #9e5102;
	padding: 5px;
	background: #6e3913;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #d4c4b7;
	width: 170px; 
	float: left;
	margin: 10px 0px 0px 10px;
}

#header #logo{
	float: left;
	width: 200px;
	margin-top: 20px;
	margin-left: 20px;
}

#header #nav{
	float: left;	
}



#contentwrapper {
	width: 100%;
	background: transparent;
}

#contentbox{
	width: 900px;
	margin: auto;
	background: #c9953b url(../images/content-header.gif) top right no-repeat;	
}

#content-curve{
	background: url(../images/content-header-1.gif) top left no-repeat;
	height: 5px;
}

#content{
	padding: 0px 10px;
}


#content #left{
	float: left;
	width: 212px;
}

#content #right{
	float: right;
	width: 650px;
}


#footerwrapper{
	margin:auto;
	overflow: hidden;	
	/*background: #942500 url(../images/footer-bkg.gif) repeat-x 0px 0px; */
	background: #60160a;
	margin-bottom: 15px;
}

#footer{
	margin:auto;
	height: 55px; /*Height of top section*/
	padding-top: 15px;
	width: 900px;
	background: #a95218 url(../images/footer-back.jpg) no-repeat bottom;
}


#footerline{
	margin:auto;
	padding-top: 5px;
	width: 900px;
	color: #948787;
}

#footerline #copyright{
	float: left;
	width: 450px;
	font-family: Georgia, Tahoma;
	font-size: 12px;
}

#footerline #designby{
	float: right;
	width: 250px;
	text-align: right;
	font-family: Georgia, Tahoma;
	font-size: 12px;
}

#footerbox{
	padding: 5px 15px;
}





.tour-box {
	border-bottom: 1px dotted #644e28;
	padding: 15px 0px 15px 10px;
	float: left;
	width: 630px;
	font: normal 12px/1.5 Arial, Helvetica, sans-serif;
}

.tour-box p{
	padding: 0px 0px 7px 0px;
	margin: 0px;
}


.tour-box p a, .tour-box p a:visited{
	color: #8b2600;
	text-decoration: underline;
}

.tour-box p a:hover, .tour-box p a:visited:hover{
	color: #248b00;
	text-decoration: underline;
}

.img-tour {
	padding: 3px;
	border: 1px solid #b68736;
	margin-right: 15px;
	float: left;
	background: #d8a752;
}