body{
	background-color: #E4E4E4;

	color: #000;
	font-family: Verdana;
	font-size: 14px;
}

a{
	color :#000;
	text-decoration: none;
}

h2 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 0px;
	text-align:center;
}

.clearer{
	clear: both;
}

#container{
	width: 980px;
	-moz-box-shadow: 0 2px 10px #888;
	-webkit-box-shadow: 0 2px 10px #888;
	box-shadow: 0 2px 10px #888;
	border: 1px solid #BFBFBF;
	//border: 1px solid #DBDBDB;
	margin: 40px auto;
	background-color: #fff;
}

#header{
	overflow:hidden;
}

#content{
	padding-left: 32px;
	padding-right: 32px;
	overflow:hidden;
}

#footer{
	width:100%;
	text-align: left;
} 

#social img {
	width: 60px;
	height: 60px;
}

/*############ HEADER ################*/

#header #title{
	padding: 30px;
	text-align: center;
}

#header #title img{
	height: 100px;
}

#header #social {
	width: 130px;
	padding:40px;
	display: block;
	float:right;
	text-align: center;
}

#header #social li {
	display:inline;
}

#header #social img {
	width: 40px;
}

/*############ MENU ################*/

#menu{
	display:block;
	background-color: #E4E4E4;
	border-top: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
	text-align: center;
	padding: 5px;
	vertical-align: middle;
}

#menu li{
	display: inline;
	margin: 20px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 700;
	font-size: 30px;
	vertical-align: middle;
}

#menu li .active{
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #000000;
	color: #E4E4E4;
}

#menu_foot{
	display:block;
	color: #000000;
	background-color: #E4E4E4;
	border-top: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
	text-align: center;
	padding: 10px;
	vertical-align: middle;
	overflow: hidden;
	margin-top: 32px;
        margin-bottom: 30px;
}

#menu_foot .social{
	float: right;
	margin-right: 14px;
}

#menu_foot .social li{
	display: inline;
	margin: 10px;
	vertical-align: middle;
}

#menu_foot .social li img{
	width: 30px;
}

#menu_foot .copyright{
	width: 300px;
	font-size: 10px;
	float: left;
	margin-left: 22px;
}

#menu_foot .copyright .logo{
	float: left;
}

#menu_foot .copyright p{
	margin-top: 3px;
}


/*############ CONTENT ################*/


/*############ FOOTER ################*/

#footer #credits {
	text-align: right;
	padding: 20px;
}

#footer #credits img {
	margin-right: 12px;
}

#footer #webmaster{
	margin-left: 10px;
}


/*############ CROUSEL ################*/

#carousel {
	width: 900px;
	margin-left: 20px;
	margin-right: 20px;
}

#slideshow {
	width: 916px;
	//height: 430px; /*era 500*/
	margin: 20px auto;
	margin-bottom: 0px;
	margin-top: 32px;
	
}

#slideshow img {
	width: 916px;
	//height: 430px; /*era 500*/
	-moz-box-shadow: 0 2px 10px #888;
	-webkit-box-shadow: 0 2px 10px #888;
	box-shadow: 0 2px 10px #888;
	//border: 1px solid #DBDBDB;
}



/*###################################*/