@charset "utf-8";
/* CSS Document */

#wrapper {
	text-align: left;
	border:0;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	top: 0px;
	background-color: #F9F2D9;
	background-repeat: repeat;
}

#header {
	background-image: url(../Picsite/90px%20pipe%20Top%20bar%20all.png);
	height: 90px;
	top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	z-index: auto;
	background-attachment: inherit;
}


#side-a {
	float: left;
	width: 90px;
	background-repeat: repeat;
}

#side-b {
	float: right;
	width: 90px;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #F9F2D9;
}

#content {
	float: left;
	width: 760px;
	font-family: Calibri;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

#footer {
	background-color: #F9F2D9;
	height: 90px;
	text-align: center;
	background-image: url(../Picsite/20px%20pipe%20PIECE%20slice.png);
	background-repeat: repeat-x;
	background-position: 0px 57px;
	clear: both;
}
