/* reset all margins/borders etc to 0 */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	overflow: auto;
	height: 100%;
	width: 100%;
}

/* non-IE browser? */
html,body {
	overflow: auto;
	overflow-x: auto;
	overflow-y: auto;
	height: 100%;
	width: 100%;
	font: 15px/ 1.4em Arial, Verdana, Helvetica, serif;
	text-align: justify;
}

#page {
	width: 100%;
	margin: 0;
	CLEAR: both;
	float: left;
	font: 15px/ 1.4em Arial, Verdana, Helvetica, serif;
	min-width: 1000px;
}

#header {
	float: left;
	HEIGHT: 130px;
	width: 100%;
}

#logo {
	padding: 10px;
	FONT-FAMILY: 'Trebuchet MS', Verdana, Sans-Serif;
	FONT-WEIGHT: bold;
	FONT-SIZE: 4em;
	line-height: 80px;
	LETTER-SPACING: -1px;
	float: left;
	height: 80px;
	width: 500px;
}

div#headnav {
	text-align: center;
	clear: both;
	float: left;
	height: 30px;
	width: 1000px;
	line-height: 30px;
}

span.header2,span.header1 {
	float: left;
}

a {
	TEXT-DECORATION: none;
	cursor: pointer;
}

li {
	margin-left: 20px;
}

ul#menu {
	margin: 0px;
}

ul#menu li {
	DISPLAY: inline;
}

ul#menu li a {
	float: left;
	width: 150px;
	border: 0px;
	TEXT-TRANSFORM: lowercase;
	text-align: center;
	margin-left: 5px;
}

ul#menu li a:hover {
	TEXT-DECORATION: none;
	margin-left: 5px;
}

/* content (search bar/results): */
#content {
	clear: both;
	float: left;
	width: 97%;
	padding: 1%;
	/* height:600px; */ /* causes result div to overlap footer! */
}

hr {
	clear: both;
	margin: 5px;
	Height: 5px;
	width: 100%;
}

h2 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 2.0em;
	LETTER-SPACING: -1px
}

#footer {
	CLEAR: both;
	line-height: 20px;
	FONT-FAMILY: 'Trebuchet MS', Verdana, Sans-Serif;
	LETTER-SPACING: -1px;
	TEXT-DECORATION: none;
	text-align: center;
	float: left;
	width: 100%;
}

p {
	display: block;
	margin: 10px;
}