html, body {
text-align: center;
margin: 0; 
padding: 0;
background: #320001 url(../images/headerTile.jpg) repeat-x 0 0;
}

#outWrap{
margin: 0;
background: white url(../images/pageBGTile.jpg) repeat-x 0 0;
}

#wrap {
width: 780px;
margin: 0 auto;
text-align: left;
}

#headerWrap{
	text-align: center;
}

#header{
width: 780px;
height: 175px;
background: transparent url(../images/headerTile.jpg) repeat-x 0 0;
margin: 0 auto;
	}
	#logo{
	height: 175px;
	width: 248px;
	background: transparent url(../images/logo.jpg) repeat-x 0 0;
	margin-left: 500px;
	}
	
#breadcrumbsTile{
height: 30px;
background: transparent url(../images/breadcrumbTile.jpg) repeat-x 0 0;
}
	
#nav{
height: 40px;
/* background: aqua; */
}

#content{
	background: transparent;
	margin: 0;
	}
	#promoArea{
	height: 250px;
	background: #eee;
	margin: 0;
	}
	#leftCol{
	width: 500px;
	float: left;
	margin: 0 25px 0 0;
	}
	#rightCol{
	width: 255px;
	float: left;
	}
	.inside{
	padding: 20px 20px 55px 20px;
	}
	
#footer{
clear: both;
height: 150px;
background: transparent url(../images/footerTile.jpg) repeat-x 0 0;
overflow: visible;
margin: 0;
	}
	#footerWrap{
	width: 780px;
	margin: 0 auto;
	text-align: left;
		}
		#smallTextContainer{
		height: 30px;
			}
			#companyInfo{
			width: 350px; height: 30px;
			float: left;
			margin-left: 20px;
			}
			#designInfo{
			width: 350px; height: 30px;
			float: right;
			margin-right: 20px;
			text-align: right;
			}
			.designInfoStrong{
			font-size: 1.1em;
			font-weight: bold;
			}




.clearL{
clear: left;
}
.clearR{
clear: right;
}
.clear{
clear: both;
}
