@charset "utf-8";
body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin: 0px;
	text-align:center;
}
#Container {
	width: 900px;
	margin:  0 auto;
	position: relative;
}#header {
	background: rgba(255, 255, 255, 0.45);
	height: 170px;
	width: 900px;
	position: absolute;
	top: 0px;
	z-index: 999;
	left: 0px;
}
#MainBody {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	padding-top: 25px;
	position: relative;
}
#phone {
	color: #FFF;
	padding-right: 20px;
	font-size: 12px;
}

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	position: relative;
	bottom: 0px;
	background-color: #9D1000;
	margin-right: auto;
	margin-left: auto;
	height: 45px;
	width: 900px;
}

.basic {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
	position: relative;
	width: 850;
	text-align: left;
}
.rightwall {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DFDFDF;
}
.red {
	color: #C41200;
}
.project {
	width: 250px;
}

a:link {
	color: #C41200;
	text-decoration: none;
}
a:visited {
	color: #C41200;
	text-decoration: none;
}
a:hover {
	color: #C41200;
	text-decoration: underline;
}
a:active {
	color: #C41200;
	text-decoration: underline;
}
#footer a:link {
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFF;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
#footer a:active {
	color: #000;
	text-decoration: underline;
}

  #Quote {
	position: absolute;
	width: 324px;
	height: 82px;
	z-index: 1;
	left: 0px;
	top: 320px;
	background: rgba(225, 225, 225, .6);
	padding: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	text-align: left;
}
  
.green {
	color: #090;
}
#testimonial {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #666;
	background-color: #F2E1E1;
	padding: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 275px;
}
.nav {
	background: rgba(50,50, 50, .8);
	position: relative;
	top: -5px;
}
