/* Comments in CSS */



body {  
	font-family:"Georgia", "serif" ;
	font-size: 12px;
	margin: 10px;
	background-color: #330000;
	}
	
	
#content{
	position: relative;
	margin: auto;
	width: 1030px;
	height: 820px;
	padding: 0px;
	background-color: #330000;
	}
	
#header{
	float: left;
	margin-left: 10px;
	width: 730px;
	height: 100px;
	padding: 15px;
	background-color: #cccccc;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	border-radius: 10px; /*future standard?*/
	-moz-border-radius: 10px; /*firefox specific round corner*/
	-webkit-border-radius: 10px; /*chrome, safari specific round corner*/
	box-shadow: 5px 5px 10px #000000; /*future standard? --- values are x y and blur radius*/
	-moz-box-shadow: 5px 5px 10px #000000; /*firefox specific shadow*/
	-webkit-box-shadow: 5px 5px 10px #000000; /*chrome, safari specific shadow*/
	}
	
	
#nav{
	margin-left: 210px;
	margin-top: 60px;
	width: 410px;
	height: 50px;
	}
	
#column1{
	float: left;
	margin-left: 10px;
	width: 200px;
	height: 730px;
	padding: 15px;
	margin-bottom: 10px;
	background-color: #cccccc;
	background-image: url(images/texture1.jpg);
	border-radius: 10px; /*future standard?*/
	-moz-border-radius: 10px; /*firefox specific round corner*/
	-webkit-border-radius: 10px; /*chrome, safari specific round corner*/
	box-shadow: 5px 5px 10px #000000; /*future standard? --- values are x y and blur radius*/
	-moz-box-shadow: 5px 5px 10px #000000; /*firefox specific shadow*/
	-webkit-box-shadow: 5px 5px 10px #000000; /*chrome, safari specific shadow*/
	}
	
#column1_cheese{
	float: left;
	margin-left: 10px;
	width: 200px;
	height: 1350px;
	padding: 15px;
	margin-bottom: 10px;
	background-color: #cccccc;
	background-image: url(images/texture1.jpg);
	border-radius: 10px; /*future standard?*/
	-moz-border-radius: 10px; /*firefox specific round corner*/
	-webkit-border-radius: 10px; /*chrome, safari specific round corner*/
	box-shadow: 5px 5px 10px #000000; /*future standard? --- values are x y and blur radius*/
	-moz-box-shadow: 5px 5px 10px #000000; /*firefox specific shadow*/
	-webkit-box-shadow: 5px 5px 10px #000000; /*chrome, safari specific shadow*/
	}
	
#column1_wine{
	float: left;
	margin-left: 10px;
	width: 200px;
	height: 1540px;
	padding: 15px;
	margin-bottom: 10px;
	background-color: #cccccc;
	background-image: url(images/texture1.jpg);
	border-radius: 10px; /*future standard?*/
	-moz-border-radius: 10px; /*firefox specific round corner*/
	-webkit-border-radius: 10px; /*chrome, safari specific round corner*/
	box-shadow: 5px 5px 10px #000000; /*future standard? --- values are x y and blur radius*/
	-moz-box-shadow: 5px 5px 10px #000000; /*firefox specific shadow*/
	-webkit-box-shadow: 5px 5px 10px #000000; /*chrome, safari specific shadow*/
	}

#main{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 730px;
	height: 590px;
	padding: 15px;
	background-color: #cccccc;
	background-image: url(images/texture_main.jpg);
	background-repeat: n0-repeat;
	border-radius: 10px; /*future standard?*/
	-moz-border-radius: 10px; /*firefox specific round corner*/
	-webkit-border-radius: 10px; /*chrome, safari specific round corner*/
	box-shadow: 5px 5px 10px #000000; /*future standard? --- values are x y and blur radius*/
	-moz-box-shadow: 5px 5px 10px #000000; /*firefox specific shadow*/
	-webkit-box-shadow: 5px 5px 10px #000000; /*chrome, safari specific shadow*/
	}
	
#main_cheese{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 730px;
	height: 1210px;
	padding: 15px;
	background-color: #cccccc;
	background-image: url(images/texture_main.jpg);
	background-repeat: n0-repeat;
	border-radius: 10px; /*future standard?*/
	-moz-border-radius: 10px; /*firefox specific round corner*/
	-webkit-border-radius: 10px; /*chrome, safari specific round corner*/
	box-shadow: 5px 5px 10px #000000; /*future standard? --- values are x y and blur radius*/
	-moz-box-shadow: 5px 5px 10px #000000; /*firefox specific shadow*/
	-webkit-box-shadow: 5px 5px 10px #000000; /*chrome, safari specific shadow*/
	}
	
#main_wine{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 730px;
	height: 1400px;
	padding: 15px;
	background-color: #cccccc;
	background-image: url(images/texture_main.jpg);
	background-repeat: n0-repeat;
	border-radius: 10px; /*future standard?*/
	-moz-border-radius: 10px; /*firefox specific round corner*/
	-webkit-border-radius: 10px; /*chrome, safari specific round corner*/
	box-shadow: 5px 5px 10px #000000; /*future standard? --- values are x y and blur radius*/
	-moz-box-shadow: 5px 5px 10px #000000; /*firefox specific shadow*/
	-webkit-box-shadow: 5px 5px 10px #000000; /*chrome, safari specific shadow*/
	}
	
#footer{
	clear: left;
	margin-left: 10px;
	width: 970px;
	height: 50px;
	padding: 15px;
	background-color: #cccccc;
	background-image: url(images/texture1.jpg);
	border-radius: 10px; /*future standard?*/
	-moz-border-radius: 10px; /*firefox specific round corner*/
	-webkit-border-radius: 10px; /*chrome, safari specific round corner*/
	box-shadow: 5px 5px 10px #000000; /*future standard? --- values are x y and blur radius*/
	-moz-box-shadow: 5px 5px 10px #000000; /*firefox specific shadow*/
	-webkit-box-shadow: 5px 5px 10px #000000; /*chrome, safari specific shadow*/
	}
	
#beer{
	position: absolute;
	margin-left: 380px;
	margin-top: 250px;
	width: 320px;
	height: 300px;
	padding: 0px;
	margin-bottom: 10px;
	}
	
#hours{
	position: absolute;
	margin-left: 300px;
	margin-top: 440px;
	width: 320px;
	height: 300px;
	padding: 0px;
	}

#dessert_pics{
	position: absolute;
	margin-left: 0px;
	margin-top: 20px;
	width: 620px;
	height: 300px;
	}
	
	
p{
	margin-top: 0px;
}



h1{
	font-size: 18px;
	margin-top: 0px;
}

h2{
	font-size: 18px;
	margin-top: 20px;
	color: #444444;
}

h3{
	font-size: 14px;
	margin-top: 22px;
	line-height: 8px;
}

h4{
	font-size: 12px;
	margin-top: -8px;
	line-height: 14px;
	color: #444444;
}

h5{
	font-size: 10px;
	margin-top: 0px;
}

h6{
	font-size: 8px;
	margin-top: 30px;
	text-align: right;
}

.links2{
	margin-left: 0px;
	padding: 0px;
	list-style: none;
	color: #555555;
	line-height: 20px;
	margin-top: 0px;
	text-align: left;
	word-spacing: 2px;
	font-weight: bold;
}

.links3{
	color: #555555;
	font-size: 10px;
	margin-top: 0px;
	text-align: left;
	word-spacing: 2px;
}

.cheese_list{
	margin-left: 24px;
	padding: 0px;
	list-style-type:circle;
	line-height: 14px;
	margin-top: -4px;
	text-align: left;
}

a:link {text-decoration: none; color: #555555;}
a:visited {text-decoration: none; color: #555555;}
a:hover {text-decoration: none; color: #000000;}
a{outline: none;}
	
.space{
	margin-left: 4px;
	}
	
.space2{
	margin-left: 8px;
	}
	
.border{
	border: 1px solid #000000;
	margin-bottom: 10px;
	}
	
.border_right{
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px solid #000000;
	}
	
.bold{
	text-align: left;
 	font-weight: bold;
}
	
#transparent{
	float: left;
	margin-left: 0px;
	margin-top: 0px;
}
