@charset "utf-8";

body { background-color: #310901; font:10px Arial, Helvetica, sans-serif; line-height:16px; }

a:link { color:#f5da99; text-decoration:none; }
a:visited { color:#f5da99; text-decoration:none; }

#head {
	position:relative;
	width:960px;
	}
#contain {
	background-color:#190000;
	height:100%;
	margin:0px auto;
	position:relative;
	width:960px;
	}
#logo {
	background-color:#190000;
	float:left;
	height:80px;
	position:relative;
	width:300px;
	background-image: url(../Untitled-1.png);
	}
#nav {
	background-color:#190000;
	float:left;
	font-weight:bold;
	text-transform:uppercase;
	width:660px;
	}
#homenav, #menunav, #boozenav,
#caternav, #contactnav {
	border-left-style:solid;
	border-left-width:1px;
	color:#FC9; /* change to the color you want */
	float:left;
	height:64px;
	padding:16px 40px 0 16px;
	margin:0;
	width:75px;
}

#homenav:hover, #menunav:hover,
#boozenav:hover, #caternav:hover,
#contactnav:hover {
	background-color:#190000; /* change to the color you want */
	border-left-color:#F90; /* change to the color you want */
	border-left-style:solid;
	border-left-width:1px;
	color:#F90; /* change to the color you want */
	float:left;
	height:64px;
	padding:16px 40px 0 16px;
	margin:0;
	width:75px;
}

body#home #homenav, body#menu #menunav,
body#booze #boozenav, body#cater #caternav,
body#contact #contactnav {
	background-color:#190000; /* change to the color you want (same as above) */
	border-left-color:#F90; /* change to the color you want (same as above) */
	border-left-style:solid;	
	border-left-width:1px;
	color:#F90; /* change to the color you want */
	float:left;
	height:64px;
	padding:16px 40px 0 16px;
	margin:0;
	width:75px;
}
#content {
	background-color:#190000;
	float:left;
	padding:16px 0;
	position:relative;
	width:100%;
}
#left-col {
	background-color:#190000;
	float:left;
	height:600px;
	padding:0 16px;
	position:relative;
	width:650px;
	}
#right-col {
	background-color:#190000;
	float:left;
	height:600px;
	padding:0 16px;
	position:relative;
	width:246px;
	background-image: url(../img/testimage.jpg);
	background-repeat: no-repeat;
	}
#footer {
	background-color:black;
	float:left;
	height:35px;
	position:relative;
	width:100%;
	background-image: url(../img/footer.gif);
	}
	
	.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #963;
}
