body {
	 background-color:Gray;
	margin: 0;
	padding: 0;
}

.container{
	margin: 0pt auto;
	width:950px;
}

#header{
	background: url(../img/hdr-bkg.png) repeat-x scroll;
	height:181px;
	position:absolute;
	z-index :100;
	top: 0px;
	left:0px;
	width:100%;
}

#navigation{
	height:60px;
}

#Craigslist, #Craigslist div, 
#about, #about div, 
#whyus , #whyus div, 
#pricing, #pricing div, 
#contact,  #contact div {
	height:80px;
	position:absolute;
	width:97px;
	float:left;
}

#Craigslist, #whyus, #pricing, #contact{
	background-image: url(../img/nav.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	top:171px;
}

#Craigslist{
	background-position: 0px -25px;
	margin-left:6px;
	width:196px;
}

#about{
	background-position: -98px -25px;
	margin-left:105px;
}

#whyus{
	background-position: -196px -25px;
	margin-left:204px;
}

#pricing{
	background-position: -294px -25px;
	margin-left:303px;
}

#contact{
	background-position: -392px -25px;
	margin-left:402px;
}

 #about div, #whyus div, #pricing div, #contact div {
	background-image: url(../img/white.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px -60px;	
}
#Craigslist div
{
	background-image: url(../img/white_1.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	width:196px;
	background-position: 0px 196px;	
	
	}	

.pri-nav a{
	display:block;
	text-decoration:none;
	text-indent:-30000px;
}

.content{
	margin-top:160px;
}

#content-title{
	background: url(../img/content-title.png) no-repeat scroll;
	height:920px;
	position:absolute;
	width:930px;
}
.strong{ font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold;}
.normal{ font-family:Arial, Helvetica, sans-serif; font-size:14px; }
.normal1{ font-family:Arial, Helvetica, sans-serif; font-size:16px; }