@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #153d68;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLftHdr #container {
	width: 760px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #C9D7FE;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(../images/bg_blue.jpg);
	background-repeat: no-repeat;
	background-position: 0px 148px;
} 
.twoColFixLftHdr #header {
	background-color: #FFF;
	background-image: url(../images/green_river_sake.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 148px;
	width: 760px;
	margin: 0px;
	padding: 0;
} 
.twoColFixLftHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E6D2B5;
	text-align: center;
}
.twoColFixLftHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 191px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	clip: rect(auto,auto,auto,auto);
	background-image: url(../images/bg_gold1.jpg);
	background-repeat: repeat-y;
	height: 980px;
}
#sakelogobtm {
	background-image: url(../images/sakelogo2.jpg);
	height: 33px;
	width: 191px;
	background-repeat: no-repeat;
	position: relative;
}
.lefthead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-left: 14px;
	margin-bottom: -10px;
}
.centerbold {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.mainheadtxt    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.leftlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #173E69;
	text-decoration: underline;
	list-style-type: none;
	text-indent: -28px;
	height: 26px;
}
.leftlablelsimg  {
	position: relative;
	height: 208px;
}



.twoColFixLftHdr #container #header h1 a {
	color: #E6D2B5;
	text-decoration:none;
}
.twoColFixLftHdr #container #header h1 a:hover {
	color: #E6D2B5;
	text-decoration:underline;
}
.threebottles {
	float: left;
}

.twoColFixLftHdr #mainContent {
	margin-top: 0;
	margin-left: 189px;
	margin-bottom: 0;
	margin-left: 191px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	font-size: 14px;
	background-repeat: no-repeat;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
} 
.twoColFixLftHdr #footer {
	background-color: #153D68;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.bold16 {
	font-size: 16px;
	font-weight: bold;
}

.twoColFixLftHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C9D7FE;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLftHdr #footer p a {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C9D7FE;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	text-align: center;
}
.maintxtemph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#leftlabels {
	text-decoration: underline;
	list-style-type: none;
	position: relative;
	left: -40px;
}
.emphasis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.leftsecondary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	list-style-type: none;
	height: 26px;
	text-indent: -28px;
}
