
body{
	margin:0px;
	background-color: #000000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	border:0;
	width: 800px;
	background-color: #000000;
}


/****************************/
/*       HEADER STYLES      */
/****************************/


#header {	
	height:63px;
	background-image:url(images/bg-header.jpg);
	background-repeat:repeat-x;
	padding:0;
	margin:0;
}

#bottle_top {
	width: 109px;
	float:left;	
	margin:0; 
	padding:0;
}

#logo {
	text-align:center;
	vertical-align:top;
	margin: 0 109px;
	/*width:100%;*/
}

#right_spacer { 
	float:right; 
	width:109px; 
	margin:0; 
	padding:0;
}


/****************************/
/*   MAIN CONTENT STYLES    */
/****************************/

#container {
	clear: both;
	background-color:#987562;
	
}

#content_left {
	float: left;
	width: 177px;
}

#content_right { 
	max-height:346px;
	height:346px;
	overflow:auto;
	background-color:#F7F8F3;
	background-image:url(images/bg-content.jpg);
	background-position:left;
	background-repeat:repeat-y;
}

#page_content {}


/****************************/
/*       FOOTER STYLES      */
/****************************/

#footer {
	background-image:url(images/bg-footer.jpg);
	background-repeat:repeat-x;
	max-height:133px;
	height:133px;
	overflow:hidden;
}

#bottle_bottom {
	width:177px;
	float:left;
}


#footer_byline {
	float:left;
	width: 203px;
	vertical-align:top;
}


#footer_contact {
	float:right;
	text-align:right;
	padding:5px 20px 0px 0px;
	color:#CCCCCC;
	vertical-align:top;

}



/****************************/
/*     GENERAL STYLES       */
/****************************/


h1 {
	font-size:14px;
	padding:0px;
	margin:10px 0px 10px 0px;
}

.menulink {
	font-size:10px;
	color:#515151;
	line-height:20px;
}

a.menulink {
	text-decoration:none;
}

a.menulink:hover {
	text-decoration:underline;
}


a.footercontact {
	text-decoration:none;
	color:#CCCCCC;
}

a.footercontact:hover {
	text-decoration:underline;
}
