body { 
	margin-top:0px;
	text-align: center;
	background-color: #271410;
	font-family: Georgia, Garamond, Times New Roman, serif;
	}

/* ----- LAYOUT ----- */

#container {
	width: 800px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	}
#nav {
	width: 251px;
	height:700px;
	float:left;
	background-image: url(images/nav-bg.jpg);
	text-align: right;
	}
#col2 {
	width: 174px;
	height: 700px;
	float:left;
	background-image: url(images/col2.jpg);
	}
#flash {
	width:296px;
	height:700px;
	float:left;
	background-image: url(images/flash-bg.jpg);
	}
#grapes {
	width:79px;
	height:700px;
	float:left;
	background-image: url(images/grapes.jpg);
	}
#footer {
	font-size: 10px;
	clear:both;
	margin-top:0px;
	width:800px;
	height:50px;
	}
	
/* ----- NAVIGATION ----- */
.menu table {
	border:0px
	}
.menu td {
	font-size:16px;
	padding-right:28px;
	}
.menu a:link {
	color:#D49758;
	text-decoration: none;
	}
.menu a:hover {
	color:#fff;
	text-decoration: none
	}
.menu a:visited {
	color:#D49758;
	text-decoration: none
	}
.menu a:visited:hover {
	color:#fff;
	text-decoration: none
	}
.menu a {
	display: block;
	padding-top:24px;
	}
.menu br {
	display: none;
	}
	
/* ----- FOOTER ----- */
#footer p {
	font-size: 10px;
	color:#D49758;
	}
#footer a:link {
	color:#D49758;
	text-decoration: none;
	}
#footer a:hover {
	color:#D49758;
	text-decoration: none;
	}
#footer a:visited {
	color:#D49758;
	text-decoration: none;
	}
#footer a:visited:hover {
	color:#D49758;
	text-decoration: none;
	}
