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;
	}

.bullet-comments li {
	margin-left: 40px;
	margin-bottom: 12px;
	list-style-type: square;
	}

li {
	position:relative;
	list-style:none;
	left:-40px;
	}
	
h1, h2 {
	letter-spacing:-0.06em;
	padding-top: 12px;
	font-family: helvetica;
	border-top: dotted 3px #ccc;
	color: gray;
	width: 940px;
	}

h1 {
	font-size: 2.5em;
	}

#title {font-weight: normal}

#main-title {
	color: black;
	border-top: solid 1px #ccc;
	width: 940px;
	margin-left: 12px;
	margin-top: 0px;
	margin-bottom: 6px;
	}

.signature {
	font-family: helvetica, Arial, sans-serif;
	}

/* 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;
	font-family: georgia, times;	
	}
	
.features img {
	width: 300px;
	}
	
#social-logos img {
	margin-right: 12px;
	margin-top: 24px
	}
	
.contact-info h2 {
	border-top: solid black 1px;
	}


.caption {
	color: gray;
	font-size: .75em;
	margin-left: 12px;
	}

/* 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;
	}
