/**********************************************************************
* @import
**********************************************************************/

@import url(reset.css);


/* Basic Elements */

h1 {
	font: italic 34px/40px "Arial", Tahoma, sans-serif;
	color: #45a12a;
	padding: 35px 0 0;
	margin: 0;
}

a {
	color: #68201f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Basic Site Elements */

body {
	font: 12px/18px "Arial", Tahoma, sans-serif;
	height: 101%;
	background-color: #e5e5e5;
}

#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 945px;
	height: 540px;
	margin-left: -472px;
	margin-top: -270px;
	border: 1px solid #b5b5b5;
	background-color: #fff;
}

#contentColumn {
	height: 540px;
	width: 235px;
	position: relative;
	background: url(../images/bg_left.jpg) no-repeat left top #fff;
	padding: 0 25px 0 685px;
}

.adress {
	position: absolute;
	bottom: 38px;
	color: #68201f;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

/* Navigation */

#navcontainer {
	margin-top: 45px;
}


#navlist li {
	color: #45a12a;
	background: url(../images/navigation_bullet.png) no-repeat 0 4px;
	padding: 3px 0 3px 30px;
}

#navlist li a {
	color: #45a12a;
	text-decoration: underline;
}

#navlist li a:hover {
	text-decoration: none;
}

/* Facebook */
.facebook-icon {
    margin-bottom: 15px;
    }
    
.facebook-icon a img {
    margin-right: 10px;
    }
    
.facebook-icon a {
    color: #000000;
	font-weight: normal;
    text-decoration: none;
}