body
{
	margin:0px;
	padding:0px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
}

a img {
	border: 0;
}

/* fonts */
p {
	font: 11px Arial, Helvetica, sans-serif;
	color:#000000;
}

a {
	text-decoration:none;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
}

a.large {
	text-decoration:none;
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

a.large:hover {
	text-decoration: underline;
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

/* Divs */
.outer
{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0px;
	text-align: center;
	margin-top: -282px;
}

.container
{
	margin: auto;
	height: 570px;
	width: 800px;
	text-align:left;
	/*overflow: hidden;*/ 
}

.header
{
	height:67px;
	width:800px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	text-align:right;
}
.header img {
	margin-right:13px;
	margin-top:7px;
	border:0;
}

.menu 
{
	display:block;
	width: 139px;
	float:left;
	background-image:url(images/menubg.jpg);
	background-repeat:no-repeat;
	height:466px;
	padding-top:8px;
	padding-left: 5px;
}
/* CSS Divs for the content on Generic Page Template */
.content
{
	background-color:#ffffff;
	color:#000000;
	float: right;
	display: inline;
	width: 656px;
	height:474px;
	background-image:url(images/contentbg.jpg);
	background-repeat:no-repeat;

}

.content-gallery
{
	float: right;
	display: inline;
	overflow:auto;
	width:100%;
	height:434px;
}

.title_right
{
	width: 200px;
	height: 20px;
	padding-top:10px;
	padding-right:16px;
	margin-top:10px;
	
}

.content_textright
{
	width: 245px;
margin-left:390px;
	height:453px;;
	line-height:18px;
	text-align:left;
	margin-top:10px;
margin-right:10px;

}

.content_imageleft
{
	width:378px;
	float:left;
	height:473;
	padding-top:4px;
	padding-bottom:2px;
}

.scroll {
	width: 225px;
	float:right;
	height:400px;
	line-height:18px;
	text-align:left;
	overflow: auto;
	margin-top:10px;
	SCROLLBAR-FACE-COLOR: #e9d5bc;
	SCROLLBAR-HIGHLIGHT-COLOR: #e9d5bc;
	SCROLLBAR-SHADOW-COLOR: #e9d5bc;
	SCROLLBAR-3DLIGHT-COLOR: #e9d5bc;
	SCROLLBAR-ARROW-COLOR: #6D221A;
	SCROLLBAR-TRACK-COLOR: #e9d5bc;
	SCROLLBAR-DARKSHADOW-COLOR: #e9d5bc; 
}

.text-main-large {
	font: 16px Georgia, "Times New Roman", Times, serif;
}

.text-main {
	float:left;
	display:inline;
	font: 11px Arial, Helvetica, sans-serif;

}
/* CSS Divs for the footer */

.footer
{
	position:relative;
	float:left;
	clear: both;
	height:29px;
	width:100%;
	background-image:url(images/footer.jpg);
	font-size:11px;
	color:#ebdebb;		
}

.footer_address
{
	float: left;
	padding-top:8px;
	padding-left:6px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;

}

.footer_address a
{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ebdebb;	
}

.footer_propeller
{
	float: right;
	padding-top:8px;
	padding-right:8px;
	
}

.footer_propeller a
{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#ebdebb;
	font-size:11px;
}

.button {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ebdebb;
	background-color: #6D221A;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.datacapture {
margin-left: 15px;
}

.text_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6D221A;	
	line-height: 14px;
	width:90px;
	border:#6D221A;
	border-width:1;
}
.text_select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6D221A;	
	line-height: 14px;
	border:#6D221A;
	border-width:1;
}

.drinkaware {
	position: absolute;
	bottom:-65px;
	right:0;
}

