body {
	background-image: url(/images/backgroundGray.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	text-align:center;
}
.logo {
	height: 25px;
	width: 800px;
	text-align: center;	
	margin-right: auto;
	margin-left: auto;	
	
}
.mainImage {
	height: 500px;
	width: 800px;
	text-align: center;	
	margin-right: auto;
	margin-left: auto;	
	
}
.navigation {
	width: 800px;
	height: 85px;
	text-align: center;	
	margin-right: auto;
	margin-left: auto;	
}
.content {
	width: 800px;
	text-align: left;	
	margin-right: auto;
	margin-left: auto;	
}
p {
	font-family: Arial;
	color: #666666;
	line-height: 35px;
	margin-top: 20px;
	margin-left: 20px;
	font-size: 12px;
	font-weight: lighter;
}
.cities {
	clear:both;
	height: 20px;
	width: 800px;
	text-align: center;	
	margin-right: auto;
	margin-left: auto;	
	
}
.bottomLine {
	clear:both;
	height: 10px;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #999999;	
}
h1 {
	font-family: Arial;
	font-size: 14px;
	margin-top: 10px;
	margin-left: 10px;
	color: #666666;
	font-weight: lighter;
	line-height: 35px;
}
h2 {
	font-family: Arial;
	font-size: 13px;
	margin-top: 20px;
	margin-left: 20px;
	color: #666666;
	font-weight: lighter;
	line-height: 35px;
}
h3 {
	font-family: Arial;
	font-size: 10px;
	margin-top: 10px;
	margin-left: 10px;
	color: #666666;
	font-weight: lighter;
	line-height: 5px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 35px;
	list-style-type: disc;
	color: #666666;
	font-weight: lighter;
}
#leftColumn {
	width:175px;
}
#middleColumn { 	
	width:275px;
}
#rightColumn {
	width:350px;
}
td {
	vertical-align: top;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;	
}
table {
	width: 800px;
	margin: 0;
	padding: 0;
}
a {
	color: #666666;
}
.smallText {
	line-height: 20px;
}

