@charset "UTF-8";
html, body {
height: 99%;         /* required */
}

div#distance { 
margin-bottom: -15em; /* half of content height */
width: 1px;           /* required to "hide" distance div */
height: 44%;          /* required */
float: left;          /* required */
}

div#container {
position: relative;   /* positions content on top of distance */
height: 545px;         /* required - desired height */
width: 926px;          /* required - desired width */
background: #FFF;  /* cosmetic */
margin: 0 auto;       /* required */
clear: left;          /* required */
}

div#header {
position: absolute;
top: 17px;
left: 25px;
}

div#content {
top: 195px;
}

div#info {
position: absolute;
left: 500px;
top: 78px;
height: 459px;
}

div#nav {
position: absolute;
top: 95px;
left: 25px;
}

div#copy, p {
font-family: verdana;
vertical-align: top;
font-size: 12px;
color: #452345;
margin-top: 0;
/*height: 100px;*/
}
A:LINK {
	color: #452345;
	font-size: 12px;
	text-decoration: underline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A:VISITED {
	color: #452345;
	font-size: 12px;
	text-decoration: underline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A:HOVER {
	color: #452345;
	font-size: 12px;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A:ACTIVE {
	color: #452345;
	font-size: 12px;
	text-decoration: underline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* gallery stuff */

dl {
float: left;
width: 100%;
}
dt {
clear: left;
margin: 0 0 0 0;
}
dt img {
float: left;
margin: 0 10px 10px 0;
border: solid 1px #ccc;
}
/* dd {
margin-left: 96px;

} 
*/
.pwimages {
border: 0px;
}
