@charset "UTF-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	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: #666;
}
h2 {
	margin-top:0;
	padding-top:0px;
	font-size: 1.3em;
	color: #933;
	letter-spacing: .1em;
}
.master #container {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.master #header {
	padding: 25px 0 15px 25px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.master #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 */
}
.master #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #dad6cb;
	font-size: 0.7em;
}
.master #mainContent a:link {
	color:#933;
	text-decoration:none;
}
.master #mainContent a:visited {
	color:#933;
	text-decoration:none;
}
.master #mainContent a:hover {
	color:#933;
	text-decoration:underline;
}
.master #mainContent a:active {
	color:#933;
	text-decoration:underline;
}
.master #menuContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #dad6cb;
	font-size: 0.8em;
}
.master #menuContent h2 {
	color:#933;
	font-weight:bold;
	text-transform:uppercase;
	font-size: .9em;
}
.master #menuContent a:link {
	color:#933;
	text-decoration:none;
}
.master #menuContent a:visited {
	color:#933;
	text-decoration:none;
}
.master #menuContent a:hover {
	color:#933;
	text-decoration:underline;
}
.master #menuContent a:active {
	color:#933;
	text-decoration:underline;
}
.master #footer {
	padding: 0 10px;
	color: #933;
	text-transform: uppercase;
	font: bold 0.7em Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
.master #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 0 257px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#nav {
	margin: 45px 0 0 0;
	font: bold 0.7em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
#nav a {
	margin: 0 30px 0 0px;
}
#nav a:link {
	text-decoration:none;
	color:#933;
}
#nav a:visited {
	text-decoration:none;
	color:#933;
}
#nav a:hover {
	text-decoration:none;
	color:#666;
}
#nav a:active {
	text-decoration:none;
	color:#666;
}
#border {
	background:#dad7cb;
	padding:0;
	margin:0;
}
#twitter_div a {
	color:#933;
	text-decoration:none;
}
#twitter_div a:hover {
	text-decoration:underline;
}
#twitter_update_list {
	list-style:none;
	margin:0;
	padding:10px 0;
}
#twitter_update_list a {
	text-transform: lowercase;
	text-decoration:none;
	color:#933;
}
#twitter_update_list li {
	margin-bottom:10px;
}
#twitter_update_list a:hover {
	text-decoration:underline;
}
#leftBox {
	float:left;
	width:220px;
	letter-spacing:normal;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
}
.leftBox {
	float:left;
	width:220px;
	letter-spacing:normal;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	padding-left:20px;
	clear: both;
	line-height: 1.3em;
}
.leftBox p{
	margin-bottom:0;
}
#rightContent {
	width:680px;
	font-family:Verdana, Geneva, sans-serif;
	padding-left:247px;
}
.menuImgs {
	padding-left:260px;
	clear: right;
}
.menuImgs img {
	border: 1px solid #999;
	padding: 5px;
	margin-right: 15px;
}
.menuSub {
	padding-left:262px;
	clear: both;
}
.menuSub a {
	margin: 5px 25px 5px 5px;
}
.menuSub img {
	border: 1px solid #999;
	padding: 5px;
	margin-right: 15px;
}
.red {
	color:#933;
	font-weight:bold;
	font-size: 0.9em;
}
.menuLeft {
	float:left;
	padding:20px 5px 10px;
	clear: left;
	margin: 0px 0px 0px 260px;
	width: 225px;
	line-height: 1.3em;
}
.menuRight {
	margin-left:550px;
	padding:20px 5px 10px 5px;
	line-height: 1.3em;
}
.menuLeftWine {
	float:left;
	padding:20px 5px 10px;
	margin: 0px 0px 0px 20px;
	width: 500px;
}

