body {
  text-align: center;
  min-width: 820px;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	margin: 0px auto 0px auto; /* top, right, bottom, left */
    border: 1px solid #000;
	padding: 0px;
	width: 802px;
	background: url("images/background_cols.gif") repeat;
}

#header {
	margin: 0 0 0px 0;
	background: white;
	background: url("images/header.jpg") no-repeat;
	height: 180px;
}

#textbox1 {
    /*margin: 0 0 15px 0;*/
	padding: 10px;
	background: white;
	color: #666666;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	height: 60px;  
}

#side-a {
	float: left;
	width: 210px;
	height: 360px;
	display: block;
	background: url("images/bottle-left2.jpg") no-repeat;
}
#side-a a span { visibility: hidden; }


#content { 
	float: left;
	width: 380px;
	height: 360px;
	/*display: block; */
	background: url("images/middle3.jpg") no-repeat;
}
/*#content a span { visibility: hidden; }*/

.box1 {
position: absolute;
top: 253px;
left: 442px;
display: block;
width: 367px;
height: 147px;
border: 1px solid #000;
padding: 3px;
background-color: #CDCD9B;
font-size: 11px;
font-family: verdana,helvetica,sans-serif;
}

.box2 {
position: absolute;
top: 420px;
left: 442px;
display: block;
width: 367px;
height: 147px;
border: 1px solid #000;
padding: 3px;
background-color: #CDCD9B;
font-size: 11px;
font-family: verdana,helvetica,sans-serif;
}

#side-b {
	float: right;
	width: 210px;
	height: 360px;
   background: url("images/right-sip.jpg") no-repeat; 
}


#footer {
	clear: both;
	background: url("images/footer2.jpg") no-repeat;
	height: 40px;
}

.align-right { float:right; margin: 0 0 10px 10px; }

hr {
  border: 0;
  width: 99%;
  color: #000;
background-color: #000;
height: 2px;
}

h1 {
font-size: 12px;
font-weight: strong;
margin: 0; padding: 0;
line-height: 1em;
}