body {
	font-family: "Trebuchet MS", sans-serif;
	margin: 10px 0 0 0;
	padding: 0;
}

#header {
	background: url(../images/headerBG.gif) no-repeat;
	height: 368px;
}
	
.headertxt {
	color: #ff0000;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding: 12px 15px 15px 15px ;
	word-spacing: 5px;
}

#headertxt2 {
	color: #9c0202;
}

.freequoteTxt {
	background: url(../images/freequoteTxt.gif) no-repeat;
	height: 53px;
	color: #ff0000;
	font-size: 20px;
	padding: 15px 0 0 30px;
	font-family: "Trebuchet MS", sans-serif;
}

#freequoteTxt {
    color: #ff0000;
}
	


.top-box
	{
	background:url(../images/top-box.gif) 0 0 no-repeat;
	height:121px;
	}
.middle-box
	{
	border-left:2px solid yellow;
	border-right:2px solid yellow;
	border-bottom:2px solid yellow;
	padding-bottom:20px;
	width:786px;
	height:510px;	
	}




.footer {
padding:10px 0;
	margin-top:10px;
	border:2px solid yellow;
	width:786px;		
	}
.footertxt {
	font-size:14px;
	color:#610701;
	padding: 8px 0 0 0px;
	text-align:center;
	}
a:link {text-decoration:none}    /* unvisited link */
a:visited {text-decoration:none} /* visited link */
a:hover {text-decoration:underline}   /* mouse over link */
a:active {text-decoration:underline} 
.footertxt2 {
	font-size:12px;
	color:#ff0000;
	padding:5px 0 0 0px;
	text-align:center;
	}
