html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	background: white;
	font-family: Tahoma, Arial, lucida, sans-serif;
	font: .79em/1.5 Arial, helvetica, sans-serif;
	color: black;
	text-align: center;
}

#page #content a {
	color: #0000ff;
	text-decoration: none;
}
#page #content a:hover {
	border-bottom: 1px solid #ff2900;
}

h1, h2, #quote {
	font-size: 120%;
	font-weight: bold;
	color: black;
	margin-bottom: 0;
	clear: both;
}
h1 a {
	width: 200px;
	height: 32px;
	background: url("../gfx/logo.jpg") no-repeat;
	position: absolute;
	top: 10px;
	left: -25px;
	font-size: 1px;
	border: none;
	text-decoration: none;
}
h1 a:hover {
	border: none;
	text-decoration: none;
}

b, strong {
	color: #252223;
}

hr {
	clear: both;
}

table, tr, td, th, table#contacttab {
	font-size: 100%;
}

.hidden, #hidden, span {
	position: absolute;
	top: -3000px;
	left: -3000px;
	font-size: 1px;
	line-height: 1px;
}

/* layout */

#page {	
	margin: auto;
	position: relative;
	text-align: left;
}

#menu {	
	position: absolute;
	top: -2000px;
}









#search {
	position: absolute;
	top: -2000px;
}

#bottom {	
	position: absolute;
	top: -2000px;
}

