html
{
	height: 100%;
	margin: 0;
	padding: 0;
	}

body {
	font-family: "Helvetica neue", Helvetica, Arial, sans-serif;
	background-color: #211404;
	font-size: 62.5%;
	height: 100%;
	margin: 0;
	padding: 0;
	}

#container
{
	background: #30200b none;
	width: 955px;
	padding: 0 20px;
	min-height: 550px;
	margin: 2em auto;
	position: relative;
	}

#header
{
	height: 100px;
	background: url(../images/aflorum_logo.png) no-repeat right center;
	overflow: hidden;
	}
	#header h1
	{
		margin: -999em;
		}

#sidebar {
	float: left;
	width:150px;
  	text-align: left;
	line-height:25px;
	color: #eee;
	}

#menu {
	font-size: 1.6em;
	margin: -8px 0 0 0;
	list-style-type: none;
	padding: 0;
	text-transform: lowercase;
	}
	li
	{
		margin: 8px 0;
		}
	li.sub
	{
		background: url(../images/menu_bullet.png) no-repeat left center;
		padding-left: 16px !important;
		}
	#menu li.active
	{
		padding-left: 16px;
		background: #41c718 url(../images/menu_bg.png) repeat-y left top;
		}

#openingHours
{
	position: absolute;
	left: 175px;
	top: 50px;
	z-index: 10;
}

#content {
	height: 400px;
	position: relative;
	float: right;
	width: 805px;
	background: url(../images/loader.gif) no-repeat 575px 175px;
	}

#divider {
	background-color: #41c718;
	height: 400px;
	width: 5px;
	float: left;
	}

#left
{
	float: left;
}

#text {
	background: #e1e2d8 none;
	height: 280px;
	width: 360px;
	padding: 20px;
	overflow: hidden;
	}
	#text a
	{
		color: #66672B;
		}

#gallery
{
	background-color: #4e3b22;
	height: 60px;
	width: 360px;
	padding: 10px 20px;
	}
	#gallery img
	{
		display: block;
		border: 2px #211404 solid;
		float: left;
		margin-left: 10px;
		}
		#gallery img.first
		{
			margin-left: 0 !important;
			}

#image {
	width: 400px;
	height: 400px;
	float: right;
	clear: none;
	}

#footer {
	letter-spacing: 0.01em;
	font-size: 1.6em;
	color: #eee;
	clear: both;
	text-align: center;
	line-height: 50px;
	}
/*
.map
{
	padding-left: 20px;
	background: url(../images/map.png) no-repeat left center;
	}

.telephone
{
	padding-left: 20px;
	background: url(../images/telephone.png) no-repeat left center;
	}

.email
{
	padding-left: 20px;
	background: url(../images/email.png) no-repeat left center;
	}
*/
p {
	font-size: 1.4em;
	line-height: 1.5em;
	}

em {
	font-style: normal;
	}

.clearer
{
	clear: both;
	height: 0;
	}

a {
	text-decoration: none;
	color: #eee;
	}
	a:hover {
		color: #D6AD28 !important;
		}

h2 {
	text-align: left;
	font-weight: normal;
	font-size: 2em;
	letter-spacing: 0.05em;
	color: #41c718;
	margin-top: 0;
	}