html, body{
height:100%;
}

body{
margin:0;
background-color:#d9d9d9;
}

#holder{
	width:630px;
	background-color:white;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:20px;
	position:relative;
	min-height:100%;
	height:auto;
}

#footer{
	width:50%;
	height:10px;
	position:absolute;
	bottom:0;
	bottom:20px;
	left: 315px;
}

#header{
	width:630px;
	height:163px;
	margin-bottom:20px;
	background-color:blue;
	background:url(../images/banner.gif);
}

#navigation{
	width:108px;
	float:left;
	background:url(../images/navbg.gif);
	height:auto;
}

#links{
	width:108px;
	float:left;
	padding-top:10px;
	background-color:white;
	background:white;
}


.menuitem{
	border:0;
}

#content{
	width:auto;
	height:100%;
	overflow:auto;
	margin-bottom:25px;
	padding-bottom:20px;
}

p{
	margin-left:20px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:20px;
	line-height:140%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

li{
	margin-bottom:5px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

.title{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.copyright{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:9px;
}

.gallery{
	border:2px solid #b3b3b3;
	padding:1px;
	background:#ffffff;
}

hr {
	color:#d9d9d9;
	background-color:#d9d9d9;
	width:inherit;
	height:2px;
	margin-left:20px;
}

.contentimage{
	border:2px solid #b3b3b3;
	padding:1px;
	background:#ffffff;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:5px;
}

table.resultstable{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	border-width: 1px 1px 1px 1px;
	border-color: gray gray gray gray;
	border-collapse: collapse;
}

table.resultstable th {
	border-width: 1px 1px 1px 1px;
	padding: 4px 4px 4px 4px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
}

table.resultstable td {
	border-width: 1px 1px 1px 1px;
	padding: 4px 4px 4px 4px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
}