/*	Layout -------------------------------------- */
body {
	margin: 0px;
	width: auto;
	background: #e3d4ad url(background.gif) repeat-y center;
	overflow: -moz-scrollbars-vertical;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	letter-spacing: 1px;
	padding-left: expression(1+"px");
}
object {
	outline: none;
}
#holder {
	width: 940px;
	margin: auto;
	background: url(nav-images/navigation-background.gif) no-repeat top;
	_padding-left: 1px;
	min-height:530px;
    height:auto !important;
    height:530px;
}
#leftcolumn {
	width: 170px;
	float: left;
	text-align:center;
}
#rightcolumn {
	width: 760px;
	float: right;
}
#logo {
	position: relative;
	top: 18px;
}
#subheader {
	position: relative;
	top: 35px;
}
#subsubheader {
	margin-top: 15px;
}
#subnavLine {
	margin: 15px 0px 15px 0px;
}
#subnav {
	width: 160px;
	position: relative;
	top: 50px;
	margin:0 auto;
}
#thistle {
	position: relative;
	top: 60px;
}
#navigation {
	height: 30px;
	width: 760px;
	position: relative;
	top: 40px;
}
#content {
	width: 755px;
	position: absolute;
	top: 77px;
}
#clear{
	clear:both;
	height: 1px;
}
#footer{
	width:755px;
	margin-top: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font: 9px/12px Georgia, "Times New Roman", Times, serif;
}
#gssignature{
	width:144px;
	width:52px;
	position: relative;
	top: -60px;
	left: 490px;
}
a:link {
	color: #003C29;
	text-decoration: none;
}
a:visited {
	color: #003C29;
	text-decoration: none; 
}
a:active {
	color: #9e292b;
	text-decoration: none; 
}
a:hover {
	color: #9e292b;
	text-decoration: underline; 
}
.error {
	color: #FF0000;
}
.copyline {
	border-left: 1px solid #C7BD8A;
	padding-left: 10px;
	margin-top: 10px;
}

select {
	background-color: #ffffe0;
	border: #ded7aa solid 1px;
	font-family: Arial, Helvetica, sans-serif;
}

#legalIntro {
	margin-top: 90px;
	margin-left: 20px;
}

#legalSubmitButton {
	background-color: #ded7aa;
	color: #826E59;
	height: 22px;
	padding-bottom: 2px;
	border: none;
	width: 131px;
	margin-top: 15px;
	border: #C0B1A3 solid 1px;
}
.legalIntroCopy1, .drinkResponsibleCopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #7f6a00;
	width: 310px;
	letter-spacing: 1.5px;
}
.drinkResponsibleCopy{
	text-transform: none;
	margin-left: 20px;
	position: absolute;
	top: -65px;
	
}


