@charset "utf-8";
body {
	color: #dfdfdf;
	background-color: #222;
	margin: 0px;
	padding: 0px;
	background-image: url(images/headertile.jpg);
	background-repeat: repeat-x;
	font-family: "Myriad Web", Arial, sans-serif;
	font-size: 90%;
}
#header {
	padding: 20px 0;
	height: 100px;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/duneprintslogo.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#header a:before {
	content: "// ";
}
#header a {
	color:#dfdfdf;
	text-decoration:none;
	font-size: 170%;
}
#footer, #content {
	padding:0;
	width:900px;
	clear:both;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer p {
	text-align: center;
	font-size: 80%;
	line-height: 150%;
}
#content  h2, #content  h1 {
	margin: 0 0 10px 0;
	font-size: 130%;
	font-weight: normal;
}
#content #about p {
	font-size: 85%;
	line-height: 150%;
}

#content #about {
	float:left;
	margin-top: 15px;
	width:170px;
}
#imagebox {
	width: 680px;
	
	margin-top: 15px;
	float: right;
}
#content #imagebox #photos #thumbnail .photolink img {
	border: 1px solid #dfdfdf;
}
#content #imagebox #photos #thumbnail {
	float: left;
	margin-bottom: 20px;
	margin-right: 24px;
}
#content #about a, #footer a {
	color: #999966;
}
.clearleft {
	clear:left;	
}
#content #nav a {
	color: #dfdfdf;
	text-decoration: none;
	height: 20px;
	width: 120px;
	margin-right: 15px;
	float: left;
	background-image: url(images/navbutton.png);
	background-repeat: no-repeat;
	line-height: 20px;
	text-align: center;
	margin-bottom: 15px;
}
#content #nav {
	float: right;
	width: 680px;
}
