/* hacks */

 /*\*//*/
@import "ie5mac.css";
/**/ 

/* layout */

h1 {
	width: 540px;
	}
#wrapper {
  border-right: 20px solid #69d;
  border-bottom: 20px solid #69d;
  width: 740px;
}
#content {
  float: right;
  width: 500px;
  padding: 0 20px 20px 20px;
}
#nav {
  padding: 0 0 20px 0;
  width: 200px;
}
* html #nav {
	width: 196px;
	}
#footer {
  clear: both; 
  padding-top: 20px;
}

/* margins n' paddings */

body {
	margin: 0;
	}
form {
	margin: 0;
	padding: 0;
	}
br.a {
	clear: both;
	}
h1 {
	margin: 0 0 0 200px;
	padding: 20px 0 25px 0;
	}
h1 img {
	margin-left: 10px;
	}
dt {
	margin: 10px 0 5px 0;
	}
#nav ul {
	background: url(../img/bg/slope.gif) top left no-repeat;
	list-style: none;
/* \*/
	margin: 0;
/* !ie5/mac */
	padding: 20px 0 0 0;
	text-align: right;
	}
#nav ul li {
	margin: 5px 0;
	padding: 0 10px 0 0;
	}
	
/* typography */

body {
	font-family: "American Typewriter", "Courier New", monospace;
	font-size: 62.5%;
	}
h1, h2, h3, dt, #nav, form select {
	font-family: "American Typewriter", "Courier New", monospace;
	}
h1 {
	font-size: 2.4em;
	}
h2 {
	font-size: 2em;
	font-weight: normal;
	margin-top: 12px;
	}
h3 {
	font-size: 1.6em;
	}
dt {
	font-size: 1.6em;
	}
#nav {
	font-size: 1.4em;
	}
p, #range, #photonav, dl dd, #content ul li {
	font-size: 1.4em;
	line-height: 1.5em;
	}
#nav address {
	line-height: 1.5em;
	font-style: normal;
	margin: 81px 15px 20px 0;
	text-align: right;
	}
	
/* color & images */

a {
	color: #026;
	}
a img {
	border: 0;
	color: #fff;
	}
body {
	color: #000;
	background: #000;
	}
#nav a {
	color: #026;
	}
#nav li.here {
	background: url(../img/bg/arrow.gif) 100% 50% no-repeat;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	}
#wrapper {
	background: #69d url(../img/bg/nav_bg.gif) top left repeat-y;
	}
#content {
	color: #000;
	}

/* home specific */

#header {
	padding: 260px 0 0 0;
	}
#header p {	
	background: #fff url(../img/bg/downarrow.gif) 50% 0% no-repeat;
	width: 88px;
	float: right;
	margin: 5px 0 10px 25px;
	padding: 5px 10px 5px 10px;
	text-align: center;
	}

/* photos stuff */
#range {
	float: right;
	width: 300px;
	text-align: right;
	}
#photonav {
	border-bottom: 10px solid #fff;
	text-align: left;
	}
#next {
	margin-left: 20px;
	}
#photos #content {
	text-align: center;
	}
#photos #content #credit {
	font-size: 1.2em;
	text-align: right;
	}
/* accessibility */
a.hide {
	display: none;
	}
/* fancypants */
a[href$=".pdf"] {
	background: url(/img/pdf.gif) center right no-repeat;
	padding-right: 18px;
	margin-right: 3px;
	}
