#wrapper {
	position: relative;
	height: auto;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #eee;
}
#content-masthead {
	height: 75px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #000066;
}
#masthead-left {
	position: absolute;
	top: 0px;
	left: 0%;
	width: 100%;
	background-color: #FFFFFF;
	
}
#masthead-center {
	background-color: #FFFFFF;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	text-align: center;
}
#masthead-right {
	position: absolute;
	left: 67%;
	width: 100%;
	top: 0px;
	background-color: #FFFFFF;
	
}
#title-bar {
	height: 50px;
	left: 15%;
	top: 80px;
	background: #FFFFFF;
	position: absolute;
	border-top: thin solid #000000;
	border-right: thin #000000;
	border-bottom: thin solid #000000;
	border-left: thin #000000;
	background-color: #FFFFFF;
	width: 85%;
	margin: 0px;
	font: bold 24px/17px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	padding: 0px;
}

#shortcuts {
	position: absolute;
	height: 20px;
	left: 15%;
	top: 80px;
	background-color: #990000;
	width: 85%;
	padding-top: 5px;
	text-align: center;
	font-family: Tahoma, Verdana, "MS Sans Serif";
	font-weight: bold;
	color: #FFFFFF;
}

body {
	margin: 0px;
	background: #000000;
	text-align:justify;
	background-color: #eee;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}
#content-left {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	position: absolute;
	width: 13%;
	left: 0px;
	top: 80px;
	padding-right: 1%;
	padding-left: 1%;
	background: #003399 url(../images/universal/content-left-bkgnd.gif) repeat scroll center;
	border-top: thin solid #000000;
	border-right: thin solid #000000;
	border-bottom: thin #000000;
	border-left: thin #000000;
	text-align: center;
	height: auto;
	bottom: auto;
}
#content-right {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	position: absolute;
	left: 16%;
	top: 109px;
	background-color: #eee;
	height: 525px;
	text-align: justify;
	overflow: auto;
	width: 81%;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Tahoma, Verdana, "MS Sans Serif";
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Tahoma, Verdana, "MS Sans Serif";
	font-weight: bold;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
	font-family: Tahoma, Verdana, "MS Sans Serif";
	font-weight: bold;
}
.birdlist {
	font: bold normal 10px Tahoma, Verdana, "MS Sans Serif";
	color: #FFFFFF;
	background: #000066;
}
.animallist {
	font: bold 10px Tahoma, Verdana, "MS Sans Serif";
	color: #FFFFFF;
	background: #000066;
}
button {
	background: #009900;
	height: 5px;
	width: 5px;
	vertical-align: middle;
	list-style: circle outside;
}
.red_dot {
	font-weight: bold;
	color: #FF0000;
}
.albums {
	background: #000066;
	color: #FFFFFF;
}
.linkoverride-red {
	color: #FF0000;
}
.linkoverride-green {
	color: #009933;
	font-weight: bold;
}
a.redlink:link {
	color: #FF0000;
}
a.redlink:visited {
	color: #FF0000;
}
.green_dot {
	font-weight: bold;
	color: #00CC00;
}
a.greenlink:hover {
	color: #00CC00;
}
.floatleft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.floatright {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
.plantlist {
	font: bold normal 10px Tahoma, Verdana, "MS Sans Serif";
	color: #FFFFFF;
	background: #000066;
	overflow:visible;	
}
#content-right_insert {
	background-color: #eee;
	position: absolute;
	height: auto;
	width: 40%;
	left: 55%;
	border: solid black 1px;
	padding-right: 10px;
	padding-left: 10px;
}

#content-left_insert {
	width: 50%;
	padding-right: 10px;
	padding-left: 10px;
	position: absolute;
	height: auto;
}

