body {
	font-family:'Times New Roman';
	font-size:13px;
	color:#000;
	background-color:#000;
}
a, a:visited {
	color:#9C0031;
}
a:hover {
	color:#000;
}

.wrapper {
	width:960px;
	margin:auto;
	border:solid 1px #333;
}

/* Header */
.header {
	width:960px;
	height:185px;
}

/* Left */
.leftColumn {
	width:184px;
}
.leftNav {
	width:100%;
	height:249px;
	background-image:url('../images/nav_background.jpg');
}
.leftNav ul {
	padding:0px;
	margin:0px;
	padding-top:11px;
	padding-left:36px;
	list-style:none;
}
.leftNav ul li {
	padding:0px;
	margin:0px;
}
.leftNav ul li a {
	display:block;
	width:123px;
	height:18px;
	background-position:0px 18px;
}
.leftNav ul li a.on, .leftNav ul li a:hover {
	background-position:0px 0px;
}

.leftHours {
	padding:33px 20px 20px 36px;
	width:128px;
	height:200px;
	background-image:url('../images/hours_background.jpg');
}

/* Main */
.photos {
	width:776px;
	height:345px;
}
.copyContainer {
	width:776px;
	height:215px;
}
.copy {
	padding-left:100px;
	padding-top:40px;
	width:415px;
	height:175px;
	float:left;
	background-image:url('../images/content_background.jpg');
	overflow:auto;
}
.wineStain {
	width:261px;
	height:215px;
	float:right;
}

/* Footer */
.footer {
	width:960px;
	height:91px;
}

/* Fonts */
.red {
	color:#9C0031;
}
.redHeader {
	font-family:'Trebuchet MS';
	font-weight:bold;
	color:#9C0031;
	text-transform:uppercase;
}

/* Press */
.pressImagesContainer {
	margin-top:10px;
	height:140px;
}
.pressImage {
	width:83px;
	height:140px;
	float:left;
	margin-right:15px;
	text-align:center;
}