/* CSS Document */
body {
	background-color: #000000;
	font-family: tahoma;
	color: #FFFFFF;
	font-size: 14px;
	}
#allcontent {
	width: 750px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	}
a:link {
	color: #FFFFFF;
	}
a:visited {
	color: #009900;
	}
img.border {
	border: 1px solid white;
	}
img.border2 {
	border: 1px solid #666666;
	}
img.noborder {
	border: none;
	}
li {
	list-style: square;	
	}
.top {
	margin-top: 55px;
	margin-bottom: -1px;
	}
.bottom {
	margin-bottom: -5px;
	}
.small {
	font-size: .8em;
	}
#estimate { 
	margin-left: 10px;
	margin-top: 10px;
	}
#new {
	margin-top: -6px;
	margin-left: 25px;
	}
#insured {
	margin-top: 10px;
	margin-left: 32px;
	}
#valid {
	border: none;
	padding-left: 10px;
	}
#contact {
	float: right;
	width: 230px;
	height: 314px;
	margin-top: -300px;
	}
#middle {

	height: 314px;
	padding-right: 10px;
	}
#left {
	float: left;
	width: 250px;
	height: 314px;
	padding-right: 10px;
	}
#footer {
	clear: both;
	padding-top: 5px;
	}
#foot {
	text-align: center;
	font-size: 12px;
	}
#intro,
#body-intro {
	display: block;
	padding: 5px 15px 10px 25px;
	margin-bottom: 10px;
	/*width: 100%;
	height: 100%;*/
	background-color: #222;
	}
