@charset "utf-8";
/* CSS Document */


body {
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 2em;
}
a {
	text-decoration: none;
	color:#666;
}
a.black {
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	outline: none;
}
a.selected {
	color: #000;
}
a.arrow-red, .arrow-red {
	color: #F00;
	font-size: 1.4em;
	padding-right: 5px;
	line-height: .6em;
}


a.arrow-grey, .arrow-grey {
	color: #999;
	font-size: 1.4em;
	padding-right: 5px;
	line-height:0.6em;
}
h1 {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	line-height: 1.2em;
	font-weight:lighter;
}




.red {
	color: #F00;
}
.red {
	color:#992065;
}

.grey {
	color: #999;
}

p {
	padding-top: 8px;
}

div#projects-image ul li {
	list-style-type: none;
}

.arrow-red span {
	cursor: pointer;
}

#address{
position:fixed;
top:106px;
right:70px;
z-index:50
}