@import url("reset.css");

body {
	background: url(../images/bg2.gif) repeat;
	font: small-caps .8em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#page {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid black;
	border-left: 1px solid black;
	background-color: white;
	border-bottom: 1px solid black;
	position: relative;
}

#header {
	background: url(../images/header.jpg) no-repeat;
	width: 750px;
	height: 473px;
}

#contentwrapper {
	background: url(../images/perveyors.gif) no-repeat center bottom;
	padding: 10px 45px 60px;
	margin-bottom: 15px;
}

#menu {
	width: 490px;
	margin: 5px auto 70px;
}

#admin #page #header {
	font: bold 95px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	height: 400px;
}

#admin_menu {
	height: 30px;
	padding: 10px 20px;
}

#feedbackform {

}

#searchform {
	margin-bottom: 35px;
	display: none;
}

.comment-wrapper {
	background: url(../images/pinkline.png) no-repeat left bottom;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

p {
	margin-bottom: 5px;
	line-height: 1.1em;
	z-index: 2;
}

p.comment {
	margin-top: 20px;
	line-height: 1.15em;
	margin-bottom: 10px;
	padding-right: 150px;
	z-index: 1;
}

#perveyor {
	background: url(../images/rotated_insignia.gif) no-repeat;
	width: 300px;
	height: 301px;
	position: fixed;
	z-index: 1;
	right: 20%;
	left: 70%;
	bottom: 20px;
}

#forms {
	margin-bottom: 50px;
}

#feedbackform {
	margin-bottom: 50px;
}

label {
	padding-left: 10px;
}

textarea {
	padding: 3px;
}


#footer {
	width: 750px;
	height: 50px;
	padding-top: 10px;
	padding-bottom: 25px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.clearall {
	clear: both;
}

h3 {
	margin-bottom: 10px;
	font-size: 1.6em;
}

a, a:link, a:visited, a:active, a:focus {
	text-decoration: none;
	outline: none;
	color: black;
}

a:hover {
	text-decoration: underline;
	color: black;
}


