body {
	margin:30px;
	font-family: Helvetica, Arial;
	font-weight: 200;
	background: #ccc;
}

h1, h2, h3, h4 {
	font-weight: 200;
}

h1, h3, h4 {
	margin-top: 0;
}

h1, h2, h3 {
	text-transform: uppercase;
	letter-spacing: 4.0;
}

h3, h4, p {
	text-align: left;
}

h1 {
	font-size:32px;
	letter-spacing: 10.0;
	margin-bottom:20px;
}

h2 {
	font-size: 16px;
	margin-top:25px;
	margin-bottom: 2px;	
}

h3 {
	font-size: 16px;
	margin-bottom: 5px;
}

h4 {
	font-size: 12px;
	margin-bottom: 5px;
}

p {
	font-weight: 200;
	font-size: 11px;
	margin:10px 0;
	line-height: 15px;
}

a:link, a:visited {
	color:#000;
	text-decoration: none;
}

a:hover {
	color:#f09;	
}

a:link, a:visited, h3 {
	border-bottom: 1px dotted #999;
}

a:hover, a:hover h3 {
	border-color:#f09;
}

table {
	width: 100%;
	border-collapse: collapse;
}

#map {
	float:left;
	width:39%;
	padding-left:1%;
}

#map img {
    width: 100%;
    margin: 0 0 10px -20px;
}

#map p {
	padding-right:8%;
}

#projects {
	float:right;
	width:58%;
	padding-left:2%;
}

#projects a {
	border:none;
}

.project {
	cursor: pointer;
	padding-left:110px;
	height: 100px;
	width: 215px;
	display: inline-block;	
	margin:20px 10px;
	vertical-align: top;
}

.project:hover {
	cursor: pointer;
	color: #f09;
}

.project #button {
	float: left;
	margin-left:-110px;
	width:100px;
	height:100px;
	background: url('images/project-buttons.png') no-repeat left top;
	background-size: 800px 200px;
}

.project#rosa #button { background-position: 0px 0px }
.project#christina #button { background-position: -100px 0px }
.project#liz #button { background-position: -200px 0px }
.project#mary #button { background-position: -300px 0px }
.project#cady #button { background-position: -400px 0px }
.project#michelle #button { background-position: -500px 0px }
.project#ella #button { background-position: -600px 0px }
.project#thomas #button { background-position: -700px 0px }

.project#rosa:hover #button { background-position: 0px -100px }
.project#christina:hover #button { background-position: -100px -100px }
.project#liz:hover #button { background-position: -200px -100px }
.project#mary:hover #button { background-position: -300px -100px }
.project#cady:hover #button { background-position: -400px -100px }
.project#michelle:hover #button { background-position: -500px -100px }
.project#ella:hover #button { background-position: -600px -100px }
.project#thomas:hover #button { background-position: -700px -100px }

#exhibition {
	background-color: #52f;
	width:3px;
	height:3px;
	float:left;
	margin-top:50px;
	margin-left:1%;
}

#exhibition:hover {
	background-color:#0f0;
}


