body {
	background-image: url(background.png);
	margin: 0;
	padding: 0;
}

#pageheader, #mainnavigation, #maincontent, #footer {
	position: absolute;
	padding: 0;
	margin: 0;
}

#pageheader {
	background: url(pageheader.png) no-repeat right;
	color: #ffffff;
	top: 0;
	left: 0;
	width: 870px;
	height: 150px;
}

#mainnavigation, #maincontent {
	top: 150px;
	height: 550px;
}

#mainnavigation {
	left: 20px;
	width: 120px;
}

#maincontent {
	background-image: url(transparent.png);
	left: 140px;
	width: 750px;
}


#mainnavigation p {
	padding: 0;
	margin: 0;
	width: 100%;
} 

#mainnavigation a {
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 2;
	text-align: center;
	border-bottom: 1px solid #fff;
	background: url(tab.gif) no-repeat;
}

#mainnavigation a:hover {
	background-position: -120px;
}

#body_main #nav_main a, #body_video #nav_video a, #body_contact #nav_contact a, #body_update #nav_update a {
	background-position: -240px;
}

#pageheader h1 {
	padding-top: .5em;
	text-align: center;
}

#maincontent p, h2 {
	text-align: center;
}

#body_main #maincontent img {
	position:absolute;
	left: 120px;
	top: 120px;
}

.video {
	position: absolute;
	top: 20px;
	left: 55px;
	padding: 0;
	margin: 0;
}

#body_update #maincontent {
	background: url(transparent.png);
	background-repeat: repeat;
	height: 100%;
	left: 140px;
	width: 750px;
}

#body_update #maincontent p {
	text-align: left;
	padding-left: 5px;
}

#body_update #maincontent a {
	padding-left: 5px;
}

