body{
	margin:auto;
	width:900px;
	font-family:Arial;
}

.clear{
	clear:both;
}
#logo{
	overflow:hidden;
	width:400px;
	float:left;
	padding-top:25px;
	margin-left:-3px;
}

#logo:hover{
	cursor:hand;
}

.logo_element{
	height: 18px;
	float:left;
}

#logo_first{
	width: 21px;
	background:url('../content/images/logo_first.png');
}

#logo_blog{
	width: 27px;
	background:url('../content/images/blog.png');
}

#logo_first_hidden{
	background:url('../content/images/logo_first_hidden.png');
	width: 134px;
}

#logo_last{
	background:url('../content/images/logo_last_purple.png');
	width: 16px;
}

#logo_last_hidden{
	background:url('../content/images/logo_last_hidden.png');
	width: 111px;
}

#prev_btn{
	margin:-40px 0 0 0;
	z-index:999;
	float:left;
}

.header{
	padding-top:4px;
	width: 900px;
	overflow: hidden;
}

.navigation{float:left; font-family:Arial;}
/* .navigation-r{float:r; font-family:Arial;} */
.footer .navigation{float:right;}

.navigation_element{
	float:right;
	width:75px;
	text-align:center;
	margin:0 10px 0 -22px;
}

.footer .navigation_element{
	margin:0;
	text-align:right;
}
.navigation_element img{
	padding-bottom:2px;
}

.navigation_element a{
	text-decoration:none;
	color:black;
	text-transform:capitalize;
	font-size:75%;
}

.footer .navigation_element a{
	color:white;
}


.navigation_element a:hover, a.current{
	text-shadow: 0px 0 3px grey;
}

.float-l{
	float:left;
}

.content{
	min-height:370px;
}

.content a{
	color:black;
}

h2{
	margin-bottom: 5px;
}

.content img{
	padding: 0 10px 0 0;
}
/*.galleria_container {background-color:black;}*/
.galleria_wrapper { position: absolute;}
.galleria_wrapper img { position: absolute; left: 0; top: 0 }
