#head {
	height: 23px;
/*	border-bottom: #ef5050 1px dashed;*/
	border-bottom: #333333 1px dotted;
}
#footer {
	display: none;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 19px;
/*	border-top: #ef5050 1px dashed;*/
	border-top: #333333 1px dotted;
	font-size: 11px;
}
.links {
	margin: 3px 10px;
}
.links form {
	display: inline;
}

#content {
	margin: 0 auto;
	width: 760px;
}

#content .logo {
	background: transparent url("../images/logo.png") no-repeat;
	width: 550px;
	height: 85px;
	margin: 50px auto 10px auto;
}

#aboutLinks {
	text-align: center;
	margin: 12px 0;
}

#copyright {
	text-align: center;
	margin: 12px 0;
	font-size: 11px;
}

#searchFrm {
	margin: 30px 0 20px 0;
	text-align: center;
}
