/* <style> */

html, body {
    height: 100%;
}

body {
	font-family: Georgia;
	font-size: 14px;
	line-height: 25px;
	background-image: url('/_images/bg.png');
	color: #fff;
	margin: 0;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	margin:0;
	padding:0;

}

h1 {
	text-indent: -500px;
}

h2 {
	color: #068b97;
	font-size: 30px;
}

h3 {
	color: #07aebd;
	font-size: 20px;
	margin-bottom: 15px;
}

h4 {
	font-weight: bold;
}

h5 {
	color: #858585;
	font-size: 12px;
}

a:link, a:visited {
	color: #c6c6c6;
}

a:hover, a:active {
	color: #fff;
}

ul {
	margin: 0;
	padding:0;
	list-style-type: none;
}

li {
	list-style: none;
	display: block;
}


*:first-child+html #main {
	background: #000;
}

#main {
	background: rgba(0,0,0,0.5) !important;
	background: #000;
	padding-top: 30px;
	width: 935px;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -105px;
}

#logo {
	width: 269px;
	height: 103px;
	background: url('/_images/logo.png') no-repeat !important;
	background: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	margin-bottom: 20px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_images/logo.png'); 
	
}

*:first-child+html #logo {
	background: none;
}

#nav {

	display: table;   /* Allow the centering to work */
	margin: 0 auto;
	margin-bottom: 10px;
}


#nav ul li {
	float: left;
	padding: 0 15px 0 15px;
	
}


#nav a {
	text-decoration: none;
	font-size: 16px;
}

#coffee_wine #nav a#nav_coffee_wine, #menu #nav a#nav_menu, #events #nav a#nav_events, #art #nav a#nav_art, #lounge #nav a#nav_lounge, #contact #nav a#nav_contact {
	color: #068b97;
	text-shadow: #068b97 0 0 30px;
}


#banner {
	margin-left: auto;
	margin-right: auto;
	width: 906px;
	height: 280px;
	background: url('/_images/banner.png') no-repeat !important;
	background: none;
	margin-bottom: 40px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_images/banner.png');
}

#col_left {
	width: 500px;
	float: left;
	margin-left: 35px;
}

#col_right {
	float: right;
	margin-right: 35px;
	line-height: normal;

}

#col_right .box {
	margin-bottom: 50px;
	width: 215px;
}

#col_right .box p {
	margin: 8px 0 8px 0;
}

#footer, #push {
	height: 105px;
}


#footer {
	width: 100%;
	background-color: #070c0c;
	position: relative;
}

#foot {
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	width: 895px;
}

#footnav ul {
	float:right;
}

#footnav li {
	float: left;
	padding-left: 20px;
	font-size: 12px;
}

#footnav img {
	padding-right: 5px;
	top: 3px;
	position: relative;
}

#copy {
	font-size: 11px;
	color: #838686;
	font-family: Arial;
	float: left;
}

.label {
	display: inline-block;
	width: 75px;
	color: #858585;
}

.clear {
	clear: both;
}
/* </style> */