* {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
	
	text-decoration: none;

}

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;

}

#page-wrap { 

	position: relative; 
	width: 640px; 
	margin: 0px auto; 
	background: #fff; 
	
	}

img{
	
	padding-top: 0px;
	padding-bottom: 0px;
	/* margin: 0px auto 0px auto; */
	padding-left: 0px;
	
	
	}
	
	
	
#headline_rps{

	position: absolute;
	width: 193px; height: 30px;
	left: 447px; top: 138px;

	
}

#headline_auto{
	position: absolute;
	width: 193px; height: 30px;
	left: 569px; top: 138px;
}

#headline_nostalgia{
	position: absolute;
	width: 193px; height: 30px;
	left: 436px; top: 138px;
}
#headline_genvis1{
	position: absolute;
	width: 193px; height: 30px;
	left: 464px; top: 138px;
}
#headline_digit{
	position: absolute;
	width: 193px; height: 30px;
	left: 571px; top: 138px;
}
#headline_domino{
	position: absolute;
	width: 193px; height: 30px;
	left: 563px; top: 138px;
}
#headline_maneki{
	position: absolute;
	width: 193px; height: 30px;
	left: 518px; top: 138px;
}
#headline_pavillion{
	position: absolute;
	width: 193px; height: 30px;
	left: 424px; top: 138px;
}

	
#starter{

	width:640px;height: 200px;
	padding-top: 0px;
	padding-left: 0px;
	
}

#stopper{
	
	margin-top: 20px; 
	width: 640px; height: 30px;
	
	}
	
p.tilde{

	font-family: 'Arvo', Times, serif;
	
	font-size: 13pt;
	text-align: center;
	margin-top: 20px;
	
	color: #000;

}


p{
 
 
 	padding-left: 0px;
	padding-right: 0px;
	text-align:left;
	font-family: 'Arvo', Times, serif;
	font-size: 9pt;
	color:#000;
	line-height: 14pt;
	padding-top: 20px;
	padding-bottom: 25px;
/* 	margin: 5px; */
	font-weight: lighter;
	
	} 


/* font-family: 'Source Sans Pro', sans-serif; */


/* Individual Positioning.... */




.pic_about{

	position: relative;
	left: 320px;
	padding-bottom: 10px;
	

}

p.exhibitions{

	padding-top: 80px;
	text-align: center;
}

table{
	
	position: relative;
	left: 0px;
	
	padding-left: 0px;
	padding-right: 0px;
	text-align:left;
	font-family: 'Arvo', Times, serif;
	font-size: 9pt;
	color:#000;
	line-height: 14pt;
	padding-top: 60px;
	padding-bottom: 25px;
/* 	margin: 5px; */
	font-weight: lighter;

	border:0;
	border-spacing:15px;
	cursor: default;	
}

.links{
	
	cursor: pointer;

	color: #444;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

}
.links:hover{
	color: #000;
}

.lefty{
	position: relative;
	left: 320px;
}

p.centered_text{
	text-align: center;
}
p.centered_text_one{
	padding-top: 80px;
	text-align: center;
}
