html, body {
	height: 100%;
	margin: 0px;
	background: url('../images/bg.jpg') no-repeat;
}
#container { min-height: 99%; }
div.cont {
	padding-bottom: 30px;
}
ul.mmenu {
	width: 161px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #ffffff;
	text-transform: uppercase;
}

ul.mmenu li.spacer {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 6px 0;
}

ul.mmenu a {
	display: block;
	color: #ffffff;
	font-family: sans-serif;
	font-size: 11px;
	text-decoration: none;
	background: #0757f3 url('../images/menubg.png') repeat-y top left;
	padding: 5px 0 5px 15px;
	border: solid #ffffff 1px;
}

ul.mmenu a:hover, ul.mmenu a.selected {
	background: #7ea9fb url('../images/menubg.png') repeat-y bottom left;
}
div.body_holder{
	width: 650px;
	margin-left: 160px;
}
h1.ptitle {
	font-family: Impact,Verdana;
	margin: 0;
	padding: 5px 0 20px 0;
	text-align:right;
	color: #ffffff;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: normal;
}

div.footer {
	background-image: 
	url('../images/footer.jpg');
	background-repeat: no-repeat;
	margin-left: 162px;
	height: 14px;
	width: 636px;
	margin-top: -14px;
	font-size: 10px;
	font-family: sans-serif;
	color: #001a4d;
	padding-top: 2px;
	text-align: right;
	background-color: #538dfd;
}

table.traded_species {
	border-collapse:collapse;
}
table.traded_species img {
	border: none;
}
table.traded_species td {
	border-bottom: solid #02194d 1px;
	padding: 10px 0;
}

td.tdhd {
	width: 150px;
	font-weight: bold;
}
table.species_info td {
	border: none;
	padding: 0;
}

/* Forms */
table.contactform {
	margin: auto;
}
table.contactform input, table.contactform textarea , table.contactform select {
	color: #34294D;
	border: solid #b0a5c9 1px;
	padding: 3px;
}
table.contactform td {
	vertical-align:top;
}
input.emailform_input {
	width: 250px;
}
td.formheader {
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 10px;
}
div.thankYou {
	font-size: 1.3em;
	padding: 10px;
	background-color: #e4e4ff;
	line-height: 120%;
	text-align: center;
}
.emailform_textarea {
	width: 250px;
	height: 100px;
}
.requiredfield {
	font-size: 0.8em;
}