/* basic elements */

html
{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}

body
{
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
	font-size: .8 em;
        line-height: 130%;
	min-width: 98%;
	color: #999;
	background: #000000;
	text-align: center;
}

form { margin: 0; padding: 0; }
a { text-decoration: none; color:#FEDA8D;}
a img { border: 0; }
.redtitle a{ color:#8C1717;text-decoration: none; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; color:#8C1717;}
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
	margin-top: 10px;
	margin-bottom: 10px;
}
ul, li {list-style:none;}
li.title{text-align:right; height:60px; float:left; font-size:medium; color:#FEDA8D; font-weight:800; padding-left:10px; padding-right:6px; padding-top:2px;}
li.redtitle{text-align:right; height:60px; float:left; font-size:large; color:#8C1717; font-weight:800; padding-left:10px; padding-right:10px; }
li.booking{list-style:disc;}

hr {align:left; width:94%;}

#container
{
	width: 98%;	
	margin-bottom: 20px;
	background: #000000;
	position: relative;
	margin: 0 auto; /* center on everything else */
   text-align: left;

}

#container-inner {position: static; width: auto;}

#banner {height:48px;}
#banner-inner {position:absolute; top:16px; right:20px; left:44%; text-align: right;}

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

 #alpha { float:left; margin: -20px 10px 0 60px; width:360px;}
/* #alpha {position : fixed; top : 10; left : 60px; width : 360px; min-height : 800px; */
/* padding- bottom:60px;} */
#beta { float:right; margin: 0px; width:44%; padding-top:60px;}
#gamma {clear:both; width:98%; margin-bottom:20px; }

 #beta, #gamma {
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
}


 #beta-inner, #gamma-inner, #delta-inner
{
	position: static;
}

#map {border: 4px solid #333333;}

#copy {font-size:x-small; line-height:1.1em; text-align:center; margin-top:40px; padding-top:40px;}

.date-header
{
	margin-top: 0;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	text-align:left;
	font-size: x-small;
font-weight:bold;text-transform:uppercase;	
}

.entry-header
{
	margin-top: 0;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	text-align:left;
	font-size: small;
font-weight:bold;	padding: 5px;
		
}

.entry-content,
{
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	text-align:left;
	font-size: small;
	margin: 0;
	line-height: 1.5;
}

.entry-footer,
{
	margin: 0 0 20px 0;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	text-align:right;
	color: #666666;
	font-size: x-small;
border-top: 1px solid #dae0e6;
	
}

/* content */

.date-header,
.entry-content
{
	position: static;
	clear: both;
}

.entry,
.archive
{
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

.entry-content,
{
	clear: both;
	margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
	clear: both;
}

.entry-footer,
.archive-content
{
	clear: both;
	margin: 5px 10px 20px 10px;
}


img.image-full { width: 100%; }

/* standard helper classes */

.clr
{
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */



