/* CSS Document */

body {
font-family: Arial, Helvetica, sans-serif;
background-color: #f3f3e4;
background-image: url(images/new/bodyBg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
background-position: top left;
}

div#wrapper {
	background: url(images/new/divBg.jpg) top right no-repeat #FFF;
	width: 907px;
	margin: 0 auto;
}

div#innerWrap {
	width: 757px;
	margin-left: 63px;	
}

div#content {
	border-top: 1px solid white;
	width: 757px;
}

#mainContent {
	background: url(images/new/top.jpg) top right repeat-x;
	width: 545px;
	padding: 10px;
	margin: 0 auto;
}

#mainContent .wineWines{
width: 525px !important;
padding: 10px !important;
}

#leftBar {
	background: #8b9676 url(images/new/leftBarBg.jpg) top right repeat-y;
	width: 165px;
}

#rightBar {
	background: #8a9575 url(images/new/rightBarBg.jpg) top left repeat-y;
	width: 25px;
}

div#footer {
	text-align: center;
	font-size: .7em;
}

div#footer a {
	color: black;
}

td {
vertical-align: top;
font-size: 14px;
line-height: 25px;
}

h1 {
margin-bottom: 0px;
color: #1a1aa3;
font-size: 17px;

}

.bold {
text-decoration: underline;
font-weight: bold;
}

.smalltext {
font-size: 10px;
color: #4E3721
}