@font-face
{
font-family: din;
src: url(../fonts/din-regular-webfont.woff);
}

@font-face
{
font-family: dinBold;
src: url(../fonts/din-bold-webfont.woff);
}

html,
body {
	margin:0;
	padding:0;
	height:100%;
	/*background: #b1ada2;*/
	background: url('../images/background.jpg');
	color: #361800;
	font-family: din;
}
#wrapper {
	min-height:100%;
	position:relative;
}
#header {
	height: 210px;
	width: 940px;
	margin: 0 auto;
}


a, a:hover{border: 0; text-decoration: none; color: #361800;}

a img{
	border: 0;
}

._color{color: #b1ada2;}
._color2{color: #361800;}

._bold{font-family: dinBold;}

.colorWhite{
	color: #ffffff;
}
	
#logo_area{
	width: 100%;
	height: 140px;
}

#logo_area img{
	position: absolute;
	left: 50%;
	margin-left: -158.5px;
	margin-top: 48px;
}

#links{
	width: 100%;
	height: 35px;
	font-family: dinBold;
}

#links ul{
	list-style: none;
	padding: 0;
}

#links ul li{
	float: left;
	width: 235px;
	text-align: center;
	font-size: 20px;
}

#links #_border{
	width: 234px;
	border-right: 1px solid #330000;
}

#tweet_wrapper {
	position: absolute;
	right: 0px;
	left: auto;
	top: auto;
	left: auto;
	width: 230px;
	overflow: hidden;
	z-index: 999999;
}

#twitter_area{
	width: 230px;
	height: 300px;
	position: relative;
	right: -190px;
}

.tweet_button{
	float: left;
	width: 40px;
	height: 40px;
}

.tweet_area{
	float: right;
	width: 170px;
	height: 100%;
	background: #ffffff;
	padding: 10px;
	padding-top: 5px;
	color: #b1ada2
}

.tweet_area a{
	color: #b1ada2
}

.time{color: #e2e0dd;}
.tweets{
	height: 270px;
}

#tweets_icons{
	height: 40px;
	margin-top: 10px;
	font-size: 13px;
}

.active{
	color: #ffffff;
}

#content {
	width: 940px;
	margin: 0 auto;
	padding-bottom:36px;   /* Height of the footer element */
}

#footer {
	width:100%;
	height: 36px;
	position:absolute;
	bottom:0;
	left:0;
	background: #ffffff;
}

#footer_center{
	width: 940px;
	height: 100%;
	margin: 0 auto;
}

#footer_center .left, #footer_center .right{
	height: 25px;
	margin-top: 6px;
}

#footer_center .left{
	float: left;
}

#footer_center .right{
	float: right;
}

.row_content{
	height: auto;
	margin-top: -5px; 
	margin-bottom: 10px;
}

.left{float: left;}

.right{float: right;}

#google_map { width: 100%; height: 100%; margin: 0; padding: 0;}

#content_2 .mCSB_container{ margin-left: 0;}

#content_2 .mCustomScrollBox .mCSB_container {padding-left: 8px; }