body {
	background-color: #fff;
	background-image: url("../images/lift.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Arial;
	font-size: 12px;
}
#wrap {
	width: 800px;
	margin: 0 auto;
}
#header {
	padding: 5px 10px;
	height: 160px;
	background-image: url("../images/header.png");
	background-position: center;
	background-repeat: no-repeat;
}
#header img {
	margin: 10px 0 0 0;
}
h1 {
	margin: 0;
}
#nav {
	padding: 0px 10px;
	height: 38px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	display: block;
	margin: 0;
	padding: 0;
}
#top {
	width: 780px;
	height: 11px;
	margin: 0 auto;
	background-image: url("../images/top.png");
	background-position: center;
	background-repeat: no-repeat;
}
#middle {
	width: 780px;
	margin: 0 auto;
	background-image: url("../images/mid.png");
	background-position: center;
	background-repeat: repeat-y;
}
#middle p {
	margin: 0px 16px 0px 16px;
}
#middleft {
	width: 780px;
	margin: 0 auto;
	background-image: url("../images/mid.png");
	background-position: center;
	background-repeat: repeat-y;
}

#middleft p {
	margin: 0px 16px 0px 16px;
	font-family: Arial;
	font-size: 9px;
	text-align: center;
}
#bottom {
	width: 780px;
	height: 11px;
	margin: 0 auto;
	background-image: url("../images/bottom.png");
	background-position: center;
	background-repeat: no-repeat;
}
h2 {
	margin: 15px 20px 1em;
}
p {
	margin: 20px 25px 1em;
}
a, a:active, a:visited {
	color: #000066;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#sidebar {
	float: right;
	width: 230px;
	padding: 10px;
}
#footer {
	clear: both;
	padding: 5px 10px;
	height: 25px;
	background-image: url("../images/footer.png");
	background-position: center;
	background-repeat: no-repeat;
}
#footer p {
	margin: 7px 27px 1em;
	font-family: Arial;
	font-size: 9px;
	text-align: center;
}
* html #footer {
	height: 1px;
}
.bar {
	text-align: center;
}
#macalpine {
	display: block;
	margin: 0 0 0 3px;
	width: 140px;
	height: 39px;
	background: url("../images/macalpine.png") no-repeat 0 0;
}
#macalpine:hover {
	background-position: 0 -39px;
}
#macalpine span {
	display: none;
}
#events {
	display: block;
	margin: 0 0 0 3px;
	width: 140px;
	height: 39px;
	background: url("../images/events.png") no-repeat 0 0;
}
#events:hover {
	background-position: 0 -39px;
}
#events span {
	display: none;
}
#forum {
	display: block;
	margin: 0 0 0 3px;
	width: 140px;
	height: 39px;
	background: url("../images/forum.png") no-repeat 0 0;
}
#forum:hover {
	background-position: 0 -39px;
}
#forum span {
	display: none;
}
#photovideo {
	display: block;
	margin: 0 0 0 3px;
	width: 140px;
	height: 39px;
	background: url("../images/photovideo.png") no-repeat 0 0;
}
#photovideo:hover {
	background-position: 0 -39px;
}
#photovideo span {
	display: none;
}
#faq {
	display: block;
	margin: 0 0 0 3px;
	width: 140px;
	height: 39px;
	background: url("../images/faq.png") no-repeat 0 0;
}
#faq:hover {
	background-position: 0 -39px;
}
#faq span {
	display: none;
}