/* CSS Document */
.Home{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	position:fixed;
	bottom:10px;
	right:750px;
	z-index:1;
}
.About{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	position:fixed;
	bottom:10px;
	right:600px;
	z-index:1;
}
.Galleries{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	position:fixed;
	bottom:10px;
	right:450px;
	z-index:1;
}
.Projects{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	position:fixed;
	bottom:10px;
	right:300px;
	z-index:1;
}
.Presentations{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	position:fixed;
	bottom:10px;
	right:150px;
	z-index:1;
}
.Contact{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	position:fixed;
	bottom:10px;
	right:0px;
	z-index:1;
}


