body, h1, h2, h3, h4, h5, h6{
	  margin:0;
	  padding:0
	}
	body {
	  margin:0;
	  padding:0;
	  font-family: candara, arial;
	  background-image: url(media/sy_bkg.png);
	  background-repeat: repeat-x;
	  background-position: 0 40px
	}

	#head {


	  color: black;
	  padding: 1em;
	  position: relative;
	  height: 120px
	}

	#head h1 {
	  font-weight: normal;
	  margin:0
	}

	#head h2{
	  font-size: 1em;
	  margin:0;
	  font-style: italic
	}

	#services {
	  list-style-type: none;
	  position: absolute;
	  top: 5px;
	  right: 10px;
	  font-size: 12px;
	  color: gray
	}
	#services li {
	  display: inline;
	  padding-left: 8px
	}
	#container {
	  width: 1000px;
	  margin-left:auto;
	  margin-right: auto;
	  position:relative
	}
    #promo {
      position: relative;
	  height: 295px;
	  background-color: rgb(115,135,165);
	  color: white;
	  overflow: hidden;
	  background-image: url(media/proCorner.png);
	  background-repeat: no-repeat;
	  background-position: bottom left
	}
    #questionaire {
	 margin-left: 20px;
	 position: relative;

	}
	#questionaire fieldset {
	  border: 0;
	  padding: 0;
	  margin: 0;
	  height: 100px
	}
	#questionaire legend {
	  margin: 0;
	  padding: 0;
	  font-size: 20px;
	  position: relative;
	  font-weight: bold;
	  color: white;
	  margin-bottom: 10px
	}
	#questionaire label {
	  display:block;
	  float:left;
	  width: 120px !important;
	  font-weight: bold;
	  font-size: 12px
	}

	#questionaire div {
	  clear:both
	}
    #getQuote {
	  position: absolute;
	  right: 280px;
	  top: 40px
	}
	#promo2 {
	  background-color: white;
      height: 100px;
      border-left: 1px solid rgb(115,135,165);
      color: black;
      padding: 5px
	}

	#promo2 p {
	  font-size: 14px
	}


    #intro {
	  float: right;
	  width: 330px;
	  padding-left: 1em;
	  padding-right: 1em;
	  border-left: 1px dashed gray;
	  margin-left: 1em;
	  clear:both
	}
	#silly{
	  padding-left: 1em;
	  padding-right: 1em
	}

	#promoA {
	  padding: 1em
	}

	#promo3{
	  height: 150px;
	  width: 600px;
	  border: 1px solid gray;
	  margin-top: 15px;
	  clear:left

	}

	#promo3 h2 {
		  color: white;
	  background-color: green;
	  text-align: center;
	  padding-right: 6px
	}

	#promo3 p {
	  font-size: 12px;
	  padding-right: 10px;
	  line-height: 15px;
	  margin-top: 4px
	}
    #policies {
	  margin-top: 15px;
	  width: 600px
	}
	#policies h2 {
	  font-size: 34px;
	  margin-bottom: 10px;
	  color: rgb(55,75,105);
	  clear:left
	}
	.policies {
	  width: 300px;
	  float:left;
	  margin-bottom: 15px
	}

	.policies img {
	  float:left;
	  margin-right: 5px
	}

	.policies p {
	 padding-right: 10px
	}

	#bottom {
	  text-align:center;
	  clear:both;
	  margin-top: 1em;
	  border-top: 1px solid gray
	}
	#bottomLinks {
	  list-style-type: none;
	  font-size: 12px;
	  color: gray;

	}
	#bottomLinks li {
	  display: inline;
	  padding-left: 8px
	}



	.flrt {
	  float: right
	}
	.fllt {
	  float: left
	}

	img.fllt {
	  margin-right: 5px
	}