/* CSS STYLES FOR GUIDE */

* {/* CLEAN SLATE */
	margin: 0;
	padding: 0;
}

#wrapper {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 11px !important;
	margin-top: 10px;
	position: relative;
}

#header {
	border-bottom: 1px solid #999;
	margin-bottom: 8px;
}

#menu {
	padding-bottom: 4px;
	border-bottom: 1px solid #999;
}

#nextprev {
	position: absolute;
	top: 5px;
	right: 5px;
}

.rightnav {
	position: absolute;
	right: 4px;
	font-weight: normal;
	font-size: 11px !important;
}

.hitlist {
	position: relative;
	padding: 20px 2px;
}

#credit {
	padding: 1px;
	font-size: 10px;
}

#pagination {
	position: absolute;
	top: 5px;
	right: 0px;
	font-size: 11px !important;
}

p, td {
	line-height: 15px; !important;
	margin-bottom: 8px;
	font-size: 11px !important;
	color: black !important;
}

h4,h3,h2 {
	margin-bottom: 6px;
	color: black !important;
}

a {
	text-decoration: none;
	color: #4077CA !important;
}

a:hover {
	color: #4077CA !important;
	text-decoration: underline !important;
}

.image {
	position: relative;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 20px;
}


.latin_name {
	font-size: 90%;
	font-style: italic;
	font-weight: normal;
}
	
/* FORM ELEMENTS */

input, select {
	font-size: 12px;
}

input, option {
	padding: 1px 2px 0px 4px;
}

input:focus {
	background-color: #FFFFDF;
}
