﻿html,
body {
	background: url(../images/qp-stitched-bg.jpg) repeat-y;
	margin:0;
	padding:0;
	height:100%;
}
#container {
   min-height:100%;
   position:relative;
   
}
#header {
	background: url(../images/qp-stitched-header.jpg) no-repeat top left;
	width: 600px;
	height: 280px;
	
	padding:25px 225px 5px 225px;
	font-family: Palatino Linotype, Times New Roman, Tahoma;
	font-size: 1.2em;
	color: #341f0c;
	text-align: center;
}
.headTitle
{
	padding: 25px 185px 5px 150px;
	
	vertical-align: bottom;
}
#body {
	margin: 5px 0 0 100px;
	padding: 0 25px 60px 50px;
}
.bodyText
{
	padding: 0 15px 10px 15px;
	width: 800px;
}
#footer {
   position:absolute;
   left: 0;
   bottom:0;
   width:100%;
   height:35px;   /* Height of the footer */
   margin:0;
   padding:0;
   background:url(../images/qp-stitched-footer.jpg) no-repeat top left;
}
#footer span 
{
    position: relative;
    top: 15px;
    margin-top: 15px !important;
	padding: 0 200px 0 125px;
	vertical-align: bottom;
}
.qpTabs{
	position: absolute;
	top: 237px;
	left: 120px;
	
	padding: 0 50px 0 50px;
	
	width: 760px;
}
