div#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.5em;
	background-color: #FFF;
	color: #0066CC;
	background-image: url(images/gradient_bkg.png);
	background-repeat: repeat-x;
}
div#header {
	height: 200px;
	text-align: center;
	background-image: url(images/CRM-web-header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

div#content_left {
	float: left;
	width: 260px;
	text-align: center;
	margin-top: 1em;
	background-image: url(images/left_bkg.gif);
	background-repeat: no-repeat;
}
div#content_right {
	float: right;
	width: 420px;
	margin: 1em;
	text-align: justify;
}
div#content_full {
	width: 95%;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}

div#footer {
	font-size: 70%;
	text-align: center;
	clear: both;
	margin-right: 1em;
	margin-left: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A2E7F6;
}
a:link, a:visited {
	color: #00ACEE;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	line-height: 2em;
	color: #666666;
	text-align: center;
}
h4 {
	font-size: 1em;
	line-height: 1.5em;
	color: #666666;
	text-align: center;
}
#bed {
	border: 1px solid #333333;
}
#imgL {
	float: left;
	border: 1px solid #333333;
	margin: 1em;

}
#imgR {
	float: right;
	border: 1px solid #333333;
	margin: 1em;
}
#imgC {
	border: 1px solid #666666;
}
caption {
	font-variant: small-caps;
}
img#mountain {
	float: left;
	margin-right: 1em;
	border: 1px solid #41729D;
}
img#bottle {
	float: left;
	margin-right: 1em;
	border: 1px solid #00ADEF;
}
div#order {
	border: 1px solid #00ACEE;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
}
div#order a:link, div#order a:visited {
	text-decoration: none;
	color: #0066CC;
}
div#order a:hover {
	color: #FFFFFF;
	background-color: #00ACEE;
}
.smaller {
	font-size: 80%;
	text-align: center;
}
.smallerRight {
	font-size: 80%;
	text-align: right;
	font-style: italic;
}

div#content_leftWhite {
	float: left;
	width: 295px;
	text-align: center;
	margin-left: 1em;
}
.larger {
	font-size: 120%;
	font-weight: bold;
}
div#content_right smaller {
	float: right;
	width: 400px;
	margin: 1em;
	text-align: right;
	font-size: 90%;
	font-style: italic;
}
div#bottles {
	border: 1px solid #00ACEE;
}
