@charset "utf-8";
/* CSS Document */


body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	line-height:1.5em;
	text-align:left;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-left:20px;
	padding-top: 15px;
	padding-bottom: 20px;
	background-color: #FFF;
	text-align: left;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #900;
	text-align:left;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #900;
	margin-bottom:10px;
}
#container {
	width:960px;
	margin: 20px auto 0 auto;
	border-style:none;
	border-width:thin;
	border-color:#fff;
	background-color: #FFF;
	text-align:left;
}
#banner {
	width:960px;
	height:250px;
}
#content {
	width:960px;
	text-align: center;
}


#footer {
	width:960px;
	height:145px;
}


img.floatLeft { 
    float: left; 
}

.clear {
	clear:both;
}


#thumbnail {
	position:relative;
	top:20px;
	width:165px;
}

.cost {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
