#frame {
 margin-left: auto;
 margin-right: auto;
 width: 900px;
 
}

#columnLeftHeader {
 float:left;
 width:300px;
}

#columnRightHeader {
 float: right;
 width: 600px;
 padding-top: 30px;
 text-align: center;
}

/* bulleted list of services */
#columnLeft {
 float:left;
 width:450px;
 clear: both;
 text-align: left;

}

/* picture with caption */
#columnRight {
 float: right;
 width: 450px;
 text-align: center;
 padding-top:30px;
 
}

.divider {
border-bottom: 1px solid gray;
background: #414141;
overflow: hidden;
width: 900px;
height: 1px;
margin-left: auto;
margin-right: auto;
margin-top: 15px;
clear: both;
}

#footer {
 clear: both;
 padding-top: 0px;
 text-align: center;
}

.menuSection {
clear: both;
}
.CompanyTitle {
	font-size: 300%;
}

.CompanyTag {
	font-size: 125%;
}

.CompanyPhone {
	font-size: 130%;
}

.ServiceList {

	font-size: 110%;
}
.ServiceListItem {
	padding-top: 10px;
}

.ImageCaption {
	margin-top: 0px;
	font-size: 100%;
}

.addressTitle {
	padding-top: 25px;
	font-size: 130%;
	font-weight: normal; 
	font-style: italic; 
}

.addressLines {
	font-size: 130%;
	padding-left: 15px;
}

.phoneLines {
	font-size: 130%;
	padding-top: 25px;
}

body {
  text-align: center;
  }


body P {
	font-size: 120%;
}

.serviceTitle {
	margin-top: 0px;
	font-size: 130%;
	font-weight: normal; 
	font-style: italic; 
	text-align: left;
}
.serviceDescription {
	padding-top: 5px;
	font-size: 110%;
	text-align: left;
}



