#joe{
	position:relative;	
	float:right;
	top:-10px;
	left:20px;
	width:217px;
	height:310px;
	background-image:url(../images/joe_standing.png);
}

#mainText{position:absolute; top:50px; left:227px; width:450px; height:200px; background-image:url(../images/main_banner_text.jpg);}
#mainBanner{
	-moz-border-radius:8px;
	-webkit-border-radius:8px;		
}
#mainButtons{width:167px;  float:left;}
#mainButtons img {border-right:1px solid #c3c3c3;}


#meetJoe {height:20px; width:52px; position:absolute; top:10px; left: 860px}

#header{
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color=#696969,direction=135,strength=2);*/
}
.headerShadow{
	margin-top:0px; margin-bottom:20px;
	background-color:#696969;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;	
	-moz-border-radius-bottomleft:8px;	
	-moz-border-radius-bottomright:8px;		
	-webkit-border-top-left-radius:0px;	
	-webkit-border-top-right-radius:0px;	
	-webkit-border-bottom-left-radius:8px;	
	-webkit-border-bottom-right-radius:8px;
}

#mainBody{
	margin-bottom:20px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;	
}
.bodyColumns {display:inline; width:304px; float:left; text-align:left; height:284px}

#bodyCustomers{
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:0px;	
	-moz-border-radius-bottomleft:8px;	
	-moz-border-radius-bottomright:0px;		
	-webkit-border-top-left-radius:8px;	
	-webkit-border-top-right-radius:0px;	
	-webkit-border-bottom-left-radius:8px;	
	-webkit-border-bottom-right-radius:0px;
}
.bodyColumns h2{
	margin-left:15px;
	margin-top:10px;
	margin-bottom:5px;
	font-size:14px;	
	color:#696969;
	height:20px
}
.bodyText {
	font-size:11px;
	color:#696969;
	height:210px;
	margin: 0px;
	padding: 0px 15px;
	border:1px solid white;
}
.bodyText p{margin:5px 0px; text-align:left}
.bodyFooters{font-family: Helvetica, Arial; font-size:11px; color:#696969; height:15px; background:none; text-align:right; padding: 0px 15px;}
.bodyImage{margin:15px 0px; height:50px;}
.bodyQuote{margin:10px 0px;}
.bodyAttribution{text-align:left; margin-left:125px;  margin-right:15px}
