* {
	margin:0;padding:0;
	} 

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	vertical-align:baseline;
}

html, body, #wrapper {
	
	}

body > #wrapper {
	
	}
	
body {
	font: 62.5% Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
	background: #310a1c;
	color: #99B6BB;
	}
	
img {
	border:none;
	border:0;
	display:block;
}

	
/*Define text styles*/

p {
	text-align: left;
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 10px;
	}
	
h1 {
	font-size: 2em;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #E28D3B;
	}
	
h2 {
	color: #a2adc2;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 8px;
	}
	
h3 {
	font-size: 1.5em;
	margin-bottom: 10px;
	font-style: italic;
	}
	
h4 {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 11px;
	color: #999;
	}
	
h5 {

	}
	
a:link {
	color: #C7A060;
	font-weight: normal;
	text-decoration: none;
	}

a:visited {
	color: #C7A060;
	font-weight: normal;
	text-decoration: none;
	}

a:hover {
	color: #DD8430;
	}
	

	
ul {

	}
	
li {

	}
	
blockquote {

	}
	
.left_photo {
	float:left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.right_photo {
	float:right;
	margin-left: 20px;
	margin-bottom: 10px;
}

span.small {
	font-size: 11px;
	color: #666;
	line-height: 14px;
}

.entry {
	font-size: 11px;
}

textarea {
	background: #CCC;
	border: 1px solid #8C9B9D;
}


/*Define styles for containers*/

#wrapper {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

#main {
	padding-bottom: 60px;
}  /* must be same height as the footer */

#header {
	width: 100%;
}

#nav_left {
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 264px;
	width: 624px;
	z-index:60;
}

#nav_left img {
	float:left;
}

#nav_right {
	float: right;
	height: 201px;
	width: 350px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 50;
}

/*Define styles for content area*/

.content_container {
	width: 796px;
	z-index: 25;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	position: relative;
	top: 180px;
}

.content_top {
	background: url(../../assets/images/content_top.png) no-repeat;
	height: 28px;
	width: 796px;
}

.content {
	background: url(../../assets/images/content_back.png) repeat-y;
	min-height: 200px;
	height:auto !important;
	height: 358px;
	width: 676px;
	padding-right: 60px;
	padding-left: 60px;
	float: left;
}

.content_btm {
	background: url(../../assets/images/content_btm.png) no-repeat;
	height: 44px;
	width: 796px;
	float: left;
}


.headline {
	height: 47px;
	margin-bottom: 15px;
}

/*Define style for footer*/

#footer {
	position: relative;
	margin-top: -60px; /* negative value of footer height */
	height: 50px;
	clear:both;
	text-align: left;
	z-index: 10;
	background: #000;
	/* for IE */
  filter:alpha(opacity=60);
	/* CSS3 standard */
  opacity:0.6;
	padding-top: 5px;
	padding-bottom: 5px;
	top: 180px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
	
#footer a:link {
	color: #CCC;
	/* for IE */
  filter:alpha(opacity=100);
	/* CSS3 standard */
  opacity:1.0;
	font-weight: bold;
}

#footer a:visited {
	color: #CCC;
	/* for IE */
  filter:alpha(opacity=100);
	/* CSS3 standard */
  opacity:1.0;
	
}

#footer a:hover {
	color: #FFF;
	/* for IE */
  filter:alpha(opacity=100);
	/* CSS3 standard */
  opacity:1.0;
}

.footer_container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.5em;
	/* for IE */
  filter:alpha(opacity=90);
	/* CSS3 standard */
  opacity:0.9;
	color: #FFF;
}

#buttons {
	height: 124px;
	width: 214px;
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index:30;
}

.entry_blog {
	margin-bottom: 30px;
}

.entry_tour p {
	line-height: 2.2em;
}

.postmetadata {
	margin-top: 25px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

