* {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;

}

body {
	background-color: #ffffff;
	overflow-x: hidden;
}



/* Animated Menu..... */
/* __________________________________________ */

#menu{

	width: 576px; height: 68px;
	position: fixed;
	left: 0px; top: 100px;
	z-index: 1;
/* 	background: aqua; */

}


#menu_start{
	background: url(img/menu_slim/menu_start-02.png) 0 0 no-repeat;

	position: absolute;
	width: 76px;height: 68px;
	left: 0px; top: 0px;
}

#b_projects{
	background: url(img/menu_slim/button_projects-01.png) 0 0 no-repeat;
	
	position: absolute;
	width: 125px; height: 38px;
	left: 76px; top: 30px;

}

#b_projects:hover{
	background: url(img/menu_slim/button_projects_hover-01.png) 0 0 no-repeat;

}

#b_exhibitions{
	background: url(img/menu_slim/button_exhibitions-01.png) 0 0 no-repeat;
	
	position: absolute;
	width: 125px; height: 38px;
	left: 201px; top: 30px;

}

#b_exhibitions:hover{
	background: url(img/menu_slim/button_exhibitions_hover-01.png) 0 0 no-repeat;

}

#b_contact{
	background: url(img/menu_slim/button_contact-01.png) 0 0 no-repeat;
	
	position: absolute;
	width: 125px; height: 38px;
	
	left: 326px; top: 30px;

}

#b_contact:hover{
	background: url(img/menu_slim/button_contact_hover-01.png) 0 0 no-repeat;

}

#b_about{
	background: url(img/menu_slim/button_about_alt-01.png) 0 0 no-repeat;
	
	position: absolute;
	width: 125px; height: 38px;
	
	left: 451px; top: 30px;

}

#b_about:hover{
	background: url(img/menu_slim/button_about_alt_hover-01.png) 0 0 no-repeat;

}

/* BACKGROUND FULLSCREEN */

/*
img.bg {

  min-height: 100%;
  min-width: 1024px;
	

  width: 100%;
  height: auto;
	

  position: fixed;
  top: 0;
  left: 0;
  
  z-index: -2;

}

@media screen and (max-width: 1024px) { 

  img.bg {
    left: 50%;
    margin-left: -512px;   
    
    z-index: -2;
  }
}

*/



/* CONTENT Stuff */
/* ___________________________________ */


a:link {
	text-decoration: none;
	color:#000;
}
a:visited {
	text-decoration:line-through;
	color:#000;
}
a:hover {
	text-decoration:line-through;
	color: #444444;
}
a:active {
	text-decoration: none;

}

p{padding-top: 10px;}

.content {
	padding-top: 160px;
	padding-right: 30;
	padding-bottom: 0px;
	padding-left: 0;
	z-index: -1;
}

.subText{
	padding-left: 10px;
	padding-right: 5px;
	text-align:center;
	font-family: 'Arvo', Times, serif;
	font-size: 8pt;
	color:#000;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 5px;
	font-weight: lighter;
}





