@charset "UTF-8";
/* CSS Document */

body{
	background-image: url(../images/flooring_top.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0em;
}

h1{
	font-size: 18pt;
	font-weight: normal; 
	border-bottom: thin #000000 solid;
}

img{
	border: none;
}

.wrapper{
	width: 950px;
	margin: 0em auto;
	background-color: #B9B18E;
	z-index: 2;
	position: relative;
}

.header{

}

.navTop{
	background-color: #160903;
	color: #FFFFFF;
	text-align: center;
	height: 40px;
	font-size: 14pt;
	padding-top: 20px;
	position: relative;
}

.navTop a{
	color: #FFFFFF;
	text-decoration: none;
}

.headerGrad{
	background-image: url(../images/top_grad.jpg);
	background-repeat: repeat-x;
	height: 20px;
	width: 950px;
	position: relative;
}

.content{
	width: 950px;
	z-index: 3;
	position: relative;
}

.content a{
	font-weight: bold;
}

.leftContent{
 	padding: 10px 0px 0px 40px;
	float: left;
	width:435px;
	z-index: 5;
	position: relative;
}

.rightContent{
	padding: 10px 40px 0px 0px;
	position: relative;
	width: 435px;
	float: right;	
	z-index: 4;
}
.rightContent img{
	float: right;
}

.footer{
	clear: both;
	position: relative;
	bottom: 20px;
	z-index: 6;
}

.footerGrad{
	background-image: url(../images/footer_grad.png);
	background-repeat: repeat-x;
	width: 950px;
	height: 20px;
	z-index: 7;
	position: relative;
}

.navFooter{
	color: #160903;
	position: relative;
	text-align: center;
	height: 39px;
	font-size: 14pt;
	padding-top: 20px;
}

a{
	color: #160903;
	text-decoration: none;
}

.flooringBottom{
	background-image: url(../images/flooring_bottom.jpg);
	background-repeat: repeat-x;
	z-index: 1;
	height: 150px;
	width: 100%;
	bottom: 230px;
	position: relative;
}

