@charset "UTF-8";
/* CSS Document */

body{
	margin:0 auto;
	background-image:url(../images/background.jpg);
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:1.5em;
}
#navigation{
	padding: 16px 0 0 0;
	text-align:center;
	color:#090;
	font-size:14px;
	font-weight:bold;
}

#navigation li{
	display:inline;
	padding-left:10px;
	list-style:none;
}

#navigation ul{
	margin:0 auto;
	padding:0;
}

h1{
	color:#060;
	font-size: 24px;
	font-style: italic;	
}

h2{
	color:#060;
	font-size: 20px;
}

a:link{
	color:#39753b;
}

a:visited{
	color:#090;
}
a:active{
	color:#030;
}
a:hover{
	color:#c26a2a;
}


.upper-text{
	margin-left:185px;
	margin-top:25px;
	margin-right:165px;
	width:556px;
	float:left;
}
.beerlist{
	text-align:center;
	width:180px;
	padding:0px 0px 0px 4px;
	float:left;
}
.menulist{
	text-align:left;
	width:210px;
	padding:0px 0px 0px 4px;
	float:left;
}

#mt-container{
	margin: 0 0 0 145px;
	float:left;
	width:650px;
	height:100%;
}

.text-left{
	margin:12px 0 0 0;
	float:left;
	width:48%;
	padding:4px;
	height:100%;
}
.text-right{
	margin:12px 0 0 0;
	float:right;
	width:48%;
	padding:4px;
	height:100%;
	
}
.footer-text{
	width:200px;
	position:relative;
	left:390px;
	top:40px;
	display:block;
	text-align:center;

	
}
.map{
	border:double;
	 margin:0;
	 display:block;
}

#container{
	margin:0 auto;
	padding:0 ;
	width:900px;
	height:auto;
}

/*Template*/

#header{
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:318px;
}
#header-link{
	width:900px;
	height:318px;
	
}

#top-content{
	width:900px;
	height:236px;
	background-image:url(../images/content-header.gif);
}

#middle-content{
	width:900px;
	height:443px;
	background-image:url(../images/content-middle.gif);
	background-repeat:no-repeat;
}
#bottom-content{
	width:900px;
	height:254px;
	background-image:url(../images/content-footer.jpg);
	background-repeat:no-repeat;
}
#copyright{
	position:relative;
	top:145px;
	margin:0 auto;
	text-align:center;
	color:#600;
	
}
a.link #copyright{
	
	color:#600;
}
#photos{
	text-align:center;
}

#photos li{
	display:inline;
	list-style-type: none;
	padding:4px;
}
