body {
	border-top: solid orange 6px;
	border-bottom: solid black 6px;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:1em;
	color:black;
	line-height:1.5em;
	}
	
#wrapper {
	width: 1020px;
	margin: 0 auto;
	padding-left: 20px;
	padding-top: 30px;
	position:relative; /* so positioned elements within keep working */
	}

a:link {
	text-decoration:none;
	color:#990000;
	}

a:visited {
	text-decoration:none;
	color:#CC3300;
	}

a:hover {
	color:#CC3300;
	}
	
#top-header a:link {
	color:#D0D0D0;
	}
	
#top-header a:visited {
	color:#D0D0D0;
	}
	
img {
	border-style: none;
	vertical-align:text-top;
	}

li {
	position:relative;
	list-style:none;
	left:-40px;
	}
	
h1, h2 {
	color: #6699CC;
	letter-spacing:-0.03em;
	padding-top: 12px;
	border-top: solid 1px #ccc;
	}

h2 {
	border-top: solid black 1px;
	}

/* MAIN VIEWING AREA -----------------------------------------------*/

div.frontphotos {
	background-color:none;
	top:40px;
	margin:1px;
	}
	
div.text {
	padding-left:20px;
	width:940px;
	color:#383838;
	overflow:hidden;
	text-align:left;	
	}

/* FOOTER -----------------------------------------------*/	
div.legal {	
	padding-top:300px;
	font-family: 'Lucida Grande', Arial,Helvetica, sans-serif;
	font-size:8.5pt;
	color:black;
	line-height:11pt;
	clear:both;
	text-align: left;
	}