/*//////////////////// layout //////////////////////////*/
body {
	margin: 0;
	padding: 0;
	background-color:#445650;
	background-image: url(../images/background_body.png);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	padding-top:5px;
	width: 1008px;
	background-color:#41524D;
	background-image:url(../images/edgers.png);
	background-repeat: repeat-y;
	background-position: center;
}
/* header and header_center is a hack that allowes for the centering of an absolute value */

#header {
	position:absolute;
	width:1000px;
	height:187px;
	background-image:url(../images/header.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	z-index:1;
}
#counter {
	position: absolute;
	top: 70px;
	left: 855px;
	width: 100px;
	height: 25px;
	background-color: transparent;
	z-index:2;
}
#content {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 150px;
	padding-bottom: 130px;
	border-right: 1px solid white;
	border-left: 1px solid white;
	background-image: url(../images/bibliography_background.gif);
	width: 910px;
	z-index: 0;
	color: #FFFFFF;
	min-height: 800px;
}
#main {
	position: absolute;
	top:150px;
	width: 300px;
	height: 10px;
	background-color: transparent;
	z-index: 5;
}
#footer {
	position: fixed;
	width: 100%;
	height: 100px;
	bottom: -2px;
	left: 0;
}
/*//////////////// typography /////////////////////////*/
p {
	color: #FFFFFF;
}
h1 {
	color: #FFFFFF;
	text-decoration:underline;
}
ul {
}
li {
	list-style: none;
	margin-top: 25px;
	color: #ff;
	font-weight:bold;
}
li a:link {
	color:#8FDF53;
	text-decoration: underline;
}
li a:visited {
	color:#8FDF53;
	text-decoration: underline;
}
li a:active {
	color:#8FDF53;
	text-decoration:none;
}
li a:hover {
	color:#8FDF53;
	text-decoration:none;
}
/*/////////////// search forms ////////////////////////*/
#adminForm {
	margin-left: 125px;
	font-weight: bold;
}
.text_area {
	margin-left: 10px;
}
.inputbox {
	margin-left: 10px;
}
/*/////////////////// general links /////////////////*/
a:link {
	text-decoration: underline;
	color:#ffffff;
}
a:visited {
	text-decoration: underline;
	color:#ffffff
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#ffffff;
}
