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

body{
	background-image:url(background_images/texture_grey.jpg);
	background-color:#666;
	background-attachment:fixed;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	background-repeat: repeat;
	background-position: center top;
	}
	
	#mainimage{
	background-image:url(website_v3_photos/gallery/frank_main-01.png);
	width:960px;
	height:250px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;}
	
	#tagline{
		position:absolute;
		width:307px;
		height:32px;
		margin-left:633px;
		margin-top:28px
		}
		
	#logo{
		position:absolute;
		width:224px;
		height:76px;
		margin-top:5px;
		margin-left:20px;}	
		
	
	#container{
	background-image:url(con_background.png);
	width: 960px;
	height: 765px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	}
	
	#welcomebutton{
	margin-top:30px;
	margin-left:10px;
	position:absolute;
	width:140px;
	height:30px;
	color: #009;
}
	#welcomebutton a:link, #welcomebutton a:visited{
	background-image:url(buttons/welcome_button.png);
	width:140px;
	height:30px;
	background-position:bottom left;
	background-repeat:no-repeat;
	text-indent:-1000em;
	display:block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;}
		
	#welcomebutton a:hover{
	background-image:url(buttons/welcome_button.png);
	width:140px;
	height:30px;
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:-1000em;
	display:block;}
	
	
	#restaurantbutton{
	margin-top:30px;
	margin-left:170px;
	position:absolute;
	width:140px;
	height:30px;
	color: #009;}

	#restaurantbutton a:link, #restaurantbutton a:visited{
	background-image:url(buttons/restaurant_button.png);
	width:140px;
	height:30px;
	background-position:bottom left;
	background-repeat:no-repeat;
	text-indent:-1000em;
	display:block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;}
	
	#restaurantbutton a:hover, #restaurantbutton a:active{
	background-image:url(buttons/restaurant_button.png);
	width:140px;
	height:30px;
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:-1000em;
	display:block;}
	
	#barbutton{
	margin-top:30px;
	margin-left:330px;
	position:absolute;
	width:140px;
	height:30px;
	color: #009;}
	
	#barbutton a:link, #barbutton a:visited{
	background-image:url(buttons/bar_button.png);
	width:140px;
	height:30px;
	background-position:bottom left;
	background-repeat:no-repeat;
	text-indent:-1000em;
	display:block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;}
		
	#barbutton a:hover, #barbutton a:active{
	background-image:url(buttons/bar_button.png);
	width:140px;
	height:30px;
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:-1000em;
	display:block;}
	
	
	
	#privatebutton{
	margin-top:30px;
	margin-left:490px;
	position:absolute;
	width:140px;
	height:30px;
	color: #009;}
	
	#privatebutton a:link, #privatebutton a:visited{
	background-image:url(buttons/privat_button.png);
	width:140px;
	height:30px;
	background-position:bottom left;
	background-repeat:no-repeat;
	text-indent:-1000em;
	display:block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;}
		
	#privatebutton a:hover, #privatebutton a:active{
	background-image:url(buttons/privat_button.png);
	width:140px;
	height:30px;
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:-1000em;
	display:block;}
	
	
	#eventsbutton{
	margin-top:30px;
	margin-left:650px;
	position:absolute;
	width:140px;
	height:30px;
	color: #009;}
	
	#eventsbutton a:link, #eventsbutton a:visited{
	background-image:url(buttons/events_button.png);
	width:140px;
	height:30px;
	background-position:bottom left;
	background-repeat:no-repeat;
	text-indent:-1000em;
	display:block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;}
		
	#eventsbutton a:hover, #eventsbutton a:active{
	background-image:url(buttons/events_button.png);
	width:140px;
	height:30px;
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:-1000em;
	display:block;}
	
	#contactbutton{
	margin-top:30px;
	margin-left:810px;
	position:absolute;
	width:140px;
	height:30px;
	color: #009;}
	
	#contactbutton a:link, #contactbutton a:visited{
	background-image:url(buttons/contact_button.png);
	width:140px;
	height:30px;
	background-position:bottom left;
	background-repeat:no-repeat;
	text-indent:-1000em;
	display:block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;}
		
		
	#contactbutton a:hover, #contactbutton a:active{
	background-image:url(buttons/contact_button.png);
	width:140px;
	height:30px;
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:-1000em;
	display:block;}
	
	
	#leftside{
		position:absolute;
		margin-top:180px;
		margin-left:20px;
		width:200px;
		height:400px;
		color:white;}
		
	#copy{
	position:absolute;
	margin-top:110px;
	margin-left:290px;
	width:390px;
	height:500px;}
		
	#photos{
		width:420px;
		height:110px;
		position:absolute;
		margin-top:250px;
		margin-left:250px;}	
		
	#footer{
		
		width:350px;
		margin-left:305px;
		margin-top:700px;
		position:absolute;
		}
		
	#rightside{
		position:absolute;
		margin-top:180px;
		margin-left:730px;
		width:208px;
		height:450px;
		color:#999;}