body {
	background: #fff;
	text-align: left;
}

span, h1, h2, h3 {
	color: #333;
	font-weight: bold;
}

a {
	color: #333;
}

/* HIDE */
	
#nav, 
#wineNav, 
#leftCol, 
#header, 
#footer, 
#breadcrumb, 
.swap #sideBar, 
.btn {
	display: none;
}


/* LAYOUT */
	
#container, 
#home #container, 
#about #container, 
#wines #container, 
#visit #container, 
#news #container {
	width: 800px;
	margin: 0;
	background: transparent;
}

#top, #rightCol {
	width: 800px;
	background: transparent;
	float: none;
}

#logo {
	margin: 30px 45px;
	background: transparent;
	float: none;
}

#logo img {
	display: block;
}

#mainContent, .swap #mainContent {
	width: 550px;
	float: left;
	margin: 20px 0 50px 45px;
}

.wideSidebar #mainContent {
	width: 470px;
	clear: both;
}

#boilerPlate {
	display: block;
	margin: 45px;
	font-size: 14px;
	line-height: 1.5em;
}


/* HOME */


#home {
	background: transparent;
}

a.homeAd, #home #leftCol, #home #hero {
	display: none;
}

#home #rightCol {
	width: 550px;
	margin: 0 45px;
}

#home #rightCol p {
	color: #333;
	margin: 0;
}

#home #rightCol a {
	color: #333;
}


/* WINES */

.pastListItem {
	border-top: 1px solid #ccc;
}
