.container {
	background-image: url(media/back1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin: auto;
	height: 450px;
	width: 750px;
	}
	
.middle {
	display: block;
	width: 100%;
	}
	
.logo {
	display: block;
	float: left;
	width: 220px;
	margin-top: 220px;
	}
	
.navigation {
	display: block;
	float: right;
	width: 530px;
	height: 50px;
	}	
	
.navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #480175;
	text-decoration: none;
	display: block;
	height: 15px;
	width: auto;
	float: left;
	margin: 23px 0px 0px 20px;
	}
	
.navigation a:hover {
	text-decoration:underline;
	}	

.rightcontainer {
	display: block;
	float: right;
	width: 530px;
	height: 355px;
	}
	
.link {
	color: #480175;
	font-weight: bold;
	text-decoration: none;
	}
	
.link:hover {
	color: #474747;
	text-decoration:underline;
	}		
	
.flashpadding {
	padding-top: 20px;
	display: block;
	}
	
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	display: block;
	float: right;
	width: 280px;
	padding-right: 25px;
	padding-top: 10px;
	}
	
.txt a {
	color: #480175;
	text-decoration: none;
	}
	
.redtxt {
	color: #FF6600;
	font-weight: bold;
	}
	
.cocktails {
	background-image: url(images/cocktailglass.jpg);
	background-position: 10px 70px;
	background-repeat: no-repeat;
	display: block;
	float: right;
	width: 530px;
	height: 355px;
	}	
	
.map {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;	
	line-height: 200%;
	width: 230px;
	margin-left: 240px;
	margin-top: 33px;
	}
	
.north {
	font-size:18px;
	font-weight:200;
	color: #CC0066;
	}		

/* copyright code */	
.copy {
	display: block;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	color: #B8001E;
	text-indent: 300px;
	}	
