html { height: 100%; }
body {
	background:#FFF;
	text-align:center;
	}
#container {
		z-index: 1;
		height: 606px;
        width: 806px;
		background-image: url(images/background.jpg);
		margin:0px auto;
		}
		#navigation{
		float: right;
		top: 72px;
		left: 0px;
		position: relative;
		display:block;
		width:450px;
		}
		#navigation span {
		font-family: Helvetica;
		float: left; 
		font-size: 12px;
		font-weight: bolder;
		letter-spacing: .125em;
		color: #fff;
		width: 140px;
		height: 23px; 
		padding: 0; 
        text-align: center;
		}
		#navigation span a:link {color: #fff; text-decoration: none;}
		#navigation span a:active {color: #182677; text-decoration: none;}
		#navigation span a:visited {color: #CCC; text-decoration: none;}
		#navigation span a:hover {color: #3B3B3B; text-decoration: none; font-size: 14px;}
		#sidegraphic{
		float: left;
		display: block;
		position: relative;
		top: 130px;
		left: 20px;
		width: 303px;
		height: 403px;
		}
		#sidegraphic img {
                display:block;
		border:0px
		}
                #bottomgraphic{
                float: left;
		display: block;
		position: relative;
		top: 80px;
		left: 125px;
		width: 565px;
		height: 196px;
		}
		#bottomgraphic img {
                display:block;
		border:0px
		}
		#estimateform{
		float: left;
		display: block;
		position: relative;
		top: 130px;
		left: 25px;
		width: 303px;
		height: 403px;
		text-align:left;
		}
		#estimatefields {
		display: block;
		width: 70px;
		float: left;
		}
		#estimatefields span{
		float: left;
		font-family: Helvetica;
		font-size: 12px;
		height: 30px;
		letter-spacing: .05em;
		color: #606378;
		padding: 0;
        text-align: left;
		}
		#estimatefields2 {
		display: block;
		width: 110px;
		float: left;
		}
		#estimatefields2 span{
		float: left;
		height: 30px;
        text-align: left;
		}
		.titletext {
		width: 100%;
		height:60px; 
		font-family: Helvetica;
		font-size: 18px;
		font-style: italic;
		letter-spacing: .125em;
		line-height: 60px;
		color: #606378;
		text-align:left;
		}
		#contentbox {
		display: block;
		position: relative;
		top: 105px;
		left: 65px;
		text-align:left;
		float:left;
		width: 390px;
		}
                #longercontentbox {
		display: block;
		position: relative;
		top: 85px;
		left: 20px;
		text-align:left;
		float:left;
		width: 700px;
		}
                #shortercontentbox {
		display: block;
		position: relative;
		top: 75px;
		left: 20px;
		text-align:left;
		float:left;
		width: 375px;
		}
		.textcontent {
		font-family: Helvetica;
		font-size: 12px;
		line-height: 21px;
		letter-spacing: .05em;
		color: #606378;
		text-align:left;
		}
		.lowerlineheight {
		font-family: Helvetica;
		font-size: 11px;
		line-height: 14px;
		letter-spacing: .05em;
		color: #606378;
		text-align:left;
		}
		#footer {
		z-index: 2;
		clear:both;
		display: block;
		position: relative;
		text-align:center;
		margin-top: -35px;
		}
		.bottomtext {
		font-family: Helvetica;
		font-size: 10px;
		line-height: 14px;
		letter-spacing: .05em;
		color: #fff;
		text-align:center; 
		}
