/*	
	pair.css
	-	Layout for Pair Home Designs website

******************************************************************************/
@import "typography.css";
@import "modules.css";

*{
	margin: 0;
	padding: 0;
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.hidden{
	position: absolute;
	top: -999em;
	width: 0;
	height: 0;
	font-size: 0em;
	overflow: hidden;
}
html{
	background: #A39161;
	background: url('/img/common/bg_body.gif');
}
body{
	padding-top: 20px;
}
ul#skipNav{
	position: absolute;
	top: -999em;
}
#wrapper{
	width:  988px;
	margin: 0 auto;
}
#header{
	position: relative;
	z-index: 10;
	height: 127px;
	margin: 0;
	padding: 10px;	
	background: url('/img/common/bg_header.png') no-repeat top left;
}
#navigation{
	position: absolute;	
	left: 45px;
	bottom: 30px;
}

#main{
	width:  968px;
	float: left;
	padding: 0 9px 0 11px;
	background: url('/img/common/bg_main.png') repeat-y bottom left;
}

#footer{
	float: left;
	clear: both;
	width:  918px;
	height: 41px;
	padding: 59px 20px 0 50px;
	background: url('/img/common/bg_footer.png') no-repeat bottom left;
}

