* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
body {
	margin: 0px;
	padding: 0px;
	font: 62.5% "Georgia", Times, serif;
	background: #73CAC7 url(../img/tile.gif) left top repeat-x;
	text-align:center;
	line-height:1.8em;
}

/*Layout */
#container {
	width: 940px;
	margin: 0 auto;
	background-color: #fff;
}
#wrapper {
	float: left;
	width: 100%;
}
.clear {
	clear:both;
}
#content {
	display:inline;
	margin: 0 665px 0 275px;
	padding: 40px 0px 0px 0px;
}
#nav {
	margin: 0 0 0 275px;
	width: 635px;
	font-size: 1.1em;
	color: #999;
	text-align: right;
	font-style: italic;
}
.project-display {
	width: 636px;
	height: 464px;
	padding: 0;
	margin: 0 0 0 275px;
	font-size: 1.1em;
}
.gallery img {
	top: 0;
	left: 0;
	display: block;
}
.gallery {
	padding-right: 10px;
	width: 207px;
	height: 442px;
	float:left;
}
#introDisplay {
	float: left;
	width: 275px;
	color: #666;
	margin-left: -940px;
	padding: 40px 0px 0px 0px;
	text-align:left;
}
#about {
	padding: 0px 25px 10px 80px;
}
#showDisplay {
	float:left;
	padding: 0px 10px 0px 80px;
}
#footer {
	clear: left;
	width: 100%;
	font-size: 1.1em;
	height: 70px;
	color: #76bfb3;
}

/*Typography*/
#header h1 {
	font-size: 1.4em;
 color::#72CAC8;
	text-align:left;
}
#content h1 {
	font-size: 1.4em;
}
#introDisplay p {
	padding-bottom: 10px;
	font-size: 1.1em;
}
#showDisplay h2 {
	color: #72cac8;
	font: bold 1.2em Arial, sans-serif;
	padding-bottom: 15px;
}
#showDisplay h3 {
	color: #72cac8;
	font: bold 1.1em Arial, sans-serif;
}
#showDisplay p {
	font-size: 1.1em;
	line-height: 1.8empx;
	color: #999;
}
#footer p {
	margin: 0;
	font: bold .8em Arial, sans-serif;
	padding: 30px 20px;
	text-align: right;
	text-transform: uppercase;
}

/*Links*/
#nav a {
	color: #73CAC7;
	padding: 0px;
	text-decoration: none;
}
#nav a:hover {
	color: #999;
	text-decoration: underline;
}
#introDisplay a {
	color: #73CAC7;
	padding: 0px;
	text-decoration: none;
	font-size:1.1em;
	font-style: italic;
	line-height: 2.0em;
}
#introDisplay a:hover {
	color: #999;
	text-decoration: underline;
}

