﻿#container {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	font-family: Levenim MT, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-image: url('../images/backgrounds/webpage_bg.gif');
	background-repeat: repeat-x;
	position: static;
}

#footer {
	font-family: Levenim MT, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}

#header {
	width: 1000px;
	font-family: Levenim MT, Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	color: #FFFFFF;
}

#innercontainer {
	background-image: none;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#link {
	text-decoration: none;
}

#navigation {
	background-image: url('../images/backgrounds/nav_bg.jpg');
	background-repeat: repeat-x;
	height: 51px;
}

#masthead1 {
	height: 134px;
	background-image: url('../images/main_header.jpg');
}

#masthead2 {
	height: 134px;
	background-image: url('../images/field_guide_header.jpg');
}

#masthead3 {
	height: 134px;
	background-image: url('../images/pocket_guide_header.jpg');
}

#pagecontent {
	color: #FFFFFF;
	padding: 5px;
}

#pagetitle {
	color: #FFFFFF;
	font-size: xx-large;
	font-style: italic;
	font-weight: bold;
}

#search {
	left: 775px;
	width: 250px;
	position: absolute;
	top: 225px;
}

#sidebar {
	margin: auto;
	background-color: #FFFFFF;
}

.img_border {
	border-width: 0px;
}

.table_header {
	background-color: #545454;
	border: 2px solid #FFFFFF;
}

.text_left {
	text-align: left;
}

.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}

.text_underline {
	text-decoration: underline;
}




