body{
	background-color: #000000;
	vertical-align: top;
	margin:0;
	text-align: center;
	font-family: Verdana, Arial, serif;
}
#head{
	width:960px;
	height:270px;
	background-image: url('img/head.gif');
	margin: 20px auto 0 auto;
}
#menu{
	padding: 240px 144px 0px 323px;
	font-size: 14px;
	font-weight: bold;
}
a{
	color: black;
	text-decoration: none;
   border-color: white;
}
a:hover{
	text-decoration: underline;
}
#back{
	width: 960px;
	margin: 0 auto;
	background-image: url('img/flames.gif');
}
#content{
	padding: 10px 80px 80px 80px;
	text-align: center;
}
#costTable{  
	margin: 0 auto;
}
.tableTitle{
	font-weight: bold;
	text-align: left;
	background-color: #FF8F42;
}
.tableItem{
	font-weight: bold;
	text-align: left;
	background-color: #FFF5BE;
}
.tableDescription{
	font-style: italic;
	background-color: #FFE2D4;
}
