html, body
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	min-width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #857C76;
	background: #FFF url('images/sidebar_bkg.jpg') right top repeat-y;
}

img
{
	border: 0;
}

h1,h2,h3
{
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 1.25em;
	color: #000;
}

h2
{
	margin-top: 1.5em;
}

h3
{
	padding: 1.5em 0 0 0;
	color: #6E7144;
}

blockquote
{
	margin: 0 0 1em 0;
	padding: 0;
	color: #6E7144;
}

em
{
	color: #6E7144;
}

p
{
	margin: 0 0 1em 0;
}

p.strong
{
	color: #6E7144;
}

#outer
{
	position: relative;
	height: 100%;
}

#outer-left
{
	width: 650px;
	height: 100%;
	z-index: 1;
}

#header
{
	height: 108px;
	padding: 42px 0 0 31px;
	margin: 0;
}

#menu
{
	position: absolute;
	left: 0;
	height: 450px;
	width: 116px;
	padding: 29px 0 0 34px;
	margin: 0;
	background: url('images/gray_gradient.jpg') repeat-x;
	background-color: #FFF;
}

#menu .menuitem
{
	height: 35px;
	padding: 0;
	margin: 0;
}

#menu .item
{
	display: block;
}

#content
{
	width: 465px;
	margin: 0 0 0 185px;
	z-index: 2;
}

#bottles
{
	margin-top: 15px;
	text-align: right;
}

#sidebar
{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	width: 215px;
	height: 102%;
	padding: 0;
	background-color: transparent;
}

#sidebar-image
{
	position: absolute;
	top: 30px;
	left: 30px;
}

#sidebar-items
{
	position: absolute;
	top: 177px;
	left: 30px;
	width: 150px;
	height: 297px;
	background: transparent url(images/sidebar_items.gif) left top no-repeat;
	padding-top: 79px;
}

#sidebar-items a
{
	font: normal 13px/21px arial, sans-serif;
	display: block;
	margin: 0;
	padding: 0 0 0 1px;

}

#sidebar-items a:link, #sidebar-items a:visited
{
	color: #56583D;
	text-decoration: none;
}

#sidebar-items a:hover, #sidebar-items a:active
{
	color: #DADBC4;
	text-decoration: none;
}

#slideshow
{
	width: 465px;
	height: 365px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
}

#slide-one, #slide-two
{
	position: absolute;
	top: 0;
	left: 0;
}

#slide-two
{
	display: none;
}

#extra-programs
{
	margin: 2em 0 0 0;
	font-weight: bold;
	line-height: 24px;
}

#extra-programs p
{
	margin: 0;
}

#extra-programs em
{
	font-style: normal;
	color: #6E7144;
}

.rt_img 
{
	float: right;
	margin: -4px -13px 3px 0;
}


