body {
	
	background-image: url('/styles/jwines/images/page_bg.png');
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #aba388;
	margin: 0;
	padding: 0;
	font-family: Arial, “Helvetica Neue”, Helvetica, sans-serif;
	font-size: 14px;
}

#container {
	width: 1000px;
	margin: 0 auto;
	padding-top: 15px;
}

#header {
	height: 100px;
}

#logo {
	float: left;
}

#topnav-container {
	float: right;
	margin-top: 72px;
}

#topnav {
	float: left;
	color: #711913;
	padding-right: 35px;
	font-family: Georgia;
	font-size: 18px;
	letter-spacing: -1px;
	word-spacing: 3px;
}

#topnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topnav ul li {
	float: left;
	padding-left: 20px;
}

#topnav ul li a:link, #topnav ul li a:active, #topnav ul li a:visited {
	color: #711913;
	text-decoration: none;
}

#topnav ul li a:hover, #topnav #active {
	text-decoration: underline;
}

#content-container {
	width: 1000px;
}

#content {
	border: 2px solid #635d4f;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 40px;
	behavior: url('/styles/jwines/css/PIE.htc');
	min-height: 544px;
	background-image: url('/styles/jwines/images/content_bg.png');
	background-repeat: repeat-x;
	background-color: #d3d0c1;
	padding-bottom: 20px;
	z-index: 2;
}

.content {
	color: #000;
	padding: 15px;
	position: relative;
	z-index: 3;
}

.content a:link,.content a:active, .content a:visited { 
	color: #711913;
	text-decoration: underline;
}

.content a:hover {
	color: #ff0000;
	text-decoration: underline;
}


.content h1 {
	color: #711913;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
}

.content h2 {
	color: #711913;
	font-size: 18px;
	font-weight: bold;
}

.homepage {
	background-image: url('/styles/jwines/images/homepage_bg.gif') !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	height: 544px !important;
	width: 996px !important;
}

#footer {
	padding: 5px;
	padding-left: 30px;
	padding-right: 30px;
}

#footer-left {
	float: left;
	color: #fff;
}

#footer-right {
	float: right;
	color: #fff;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover, #footer #active {
	color: #fff;
	text-decoration: underline;
}