﻿body {
	font-family:"Segoe UI", Tahoma, Geneva, Verdana;
	height:100%;
}
.scroll {
	margin: 0px auto 0px auto;
	background-position: center center;
	background-image: url('images/bodyback.png');
	background-repeat: no-repeat;
	height: 750px;
	text-align: center;
	width: 800px;
	position: relative;
}
.mainBack {
	margin: auto;
	width: 670px;
	padding-bottom: 15px;
	/*height: 100%;*/
	position:relative;
	/*border:medium green solid;*/
}

.header{
	background-image: url('images/secondback_top.png');
	background-repeat: no-repeat;
	background-position: center top;
	position:absolute;
	top:0px;
	left:0px;
	/*border:medium lime solid;*/
	height:155px;
	width:667px;
	z-index:50;
}

.navBar {
	position: relative;
	font-size: 20px;
	z-index: 100;
	/*padding-right:30px;*/
	/*padding-left:30px;*/
	top:38px;
	width:610px;
	margin-left:auto;
	margin-right:auto;
	/*border:medium yellow solid;*/
}
.mainContainer {
	position: relative;
	top: 54px;
	width: 610px;
	margin-left: auto;
	margin-right: auto;
	padding-top:20px;
	/*height:100%;*/
	/*z-index:0;*/
	/*border:medium purple solid;*/
}
.navLeft {
	float: left;
	color: #FFD12B;
	padding-left: 10px;
}
.navRight {
	float: right;
	color: #FFD12B;
	text-align: right;
	padding-right: 10px;
}
.navBar a{
	color:inherit;
	text-decoration:none;
}
.subNav {
	clear: both;
	position: relative;
	top: 15px;
	font-size: 20px;
}
.subNavLeft {
	float: left;
}
.subNavRight {
	float: right;
	text-align: right;
}
.subNav a{
	color:black;
	text-decoration:none;
}
.mainContent{
	font-size: 14px;
	padding-bottom: 15px;
	position:relative;
	z-index:100;
	/*border:medium orange solid;*/
}
.scrollLeft {
	padding: 0px;
	margin: 0px;
	background-position: left top;
	background-image: url('images/peppoEdgeL.png');
	background-repeat: repeat-y;
	position: relative;
	top: -5px;
	/*min-height:100%;*/
	/*border:medium red solid;*/
}
.scrollRight {
	background-position: right top;
	background-image: url('images/peppoEdgeR.png');
	background-repeat: repeat-y;
	position: relative;
/*	z-index: 0;*/
}
.scrollMiddle {
	background-color: #EBDABB;
	position: relative;
/*	z-index: 0;*/
	margin-left: 35px;
	margin-right: 35px;
}
.subNavSpacer {
	height: 50px;
}
.footer {
	background-image: url('images/secondback_bottom.png');
	height: 128px;
	width: 667px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top:10px;
	z-index:0;
	/*border:medium blue solid;*/
}
.backShade {
	background-image: url('images/shade.png');
	width: 100%;
	background-repeat: repeat-y;
	background-position: center;
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
	min-height:100%;
}
.mediaCategories {
	float: left;
	width:20%;
}
.media{
	float:right;
	width:80%;
}
.newsletter{
	/*text-align:right;*/
}
