body {
	background-color: #f8f6e8;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: center;
	padding: 20px;
}

th {
	text-align: left;
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

td {
	background-color: transparent;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #666;
}


#page_headline {
	padding: 20px;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	background-color: #900;
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}

#container {
	padding: 20px;
	max-width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	border: 1px solid #b9b372;
}

video,
img {
	max-width: 100%;
	height: auto;
}


.index_item {
	clear: both;
	padding: 30px 20px;
}

.page_header {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.divider {
	height: 1px;
	border-bottom: 1px dashed #CCC;
	margin: 40px 0;
}


/* GALAPAGOS */

.formTitle {
	font-weight: bold;
}

.formField {
	font-weight: normal;
}

.photoID {
	color: #666666;
}

.islandName {
	color: #000033;
	font-weight: bold;
}

.caption {
	background-color: #000033;
	color: #E0F0FF;
}

.filler {
	background-color: #E0F0FF;
	color: #E0F0FF;
}

.photoBG {
	background-color: #000033;
	color: #E0F0FF;
}



/* TALK TO TECH */

li {
	padding: 10px 0;
}
.title {
	font-weight: bold;
	color: #333;
}
.description {
	font-style: italic;
}




/* LINKS  */


a, a:link {
	color: #900;
	text-decoration: underline;
}
a:hover, a:active {
	color: #C00;
}
a:visited {
	color: #999;
}


a.smallLink:link {
	font-size: 11px;
	color: #900;
	text-decoration: underline;
}
a.smallLink:hover, a.smallLink:active {
	color: #C00;
}
a.smallLink:visited {
	color: #999;
}