@charset "utf-8";
/* CSS Document */



body  {
	background: #FFCE41;
	width: 740px;
	margin: 0px auto;
	padding: 0px;
	color: #222;
	font-size: 16px;
	font-family: Verdana, Arial;
}

#siteWrapper{
  margin: 0 auto;
  padding-top: 15px;
  width: 740px;
  text-align: left;
  position: relative;
  
}


.header {
   width: 740px;
   height: 220px;
   margin: 0px auto;
   background-image:url(http://www.quicktakesonlife.com/images/header.jpg);
   
}

.middle {
   width: 740px;
   background-image:url(http://www.quicktakesonlife.com/images/middle.jpg);
   background-repeat: repeat-y;
   
}

.content {
   width: 640px;
   margin: 0px auto;
   font-family: Tahoma, Arial, Hevetica;
   font-size: 15px;
   color: #444;
   line-height: 130%;
   
}   

.footer {
   width: 740px;
   height: 108px;
   margin: 0px auto;
   background-image:url(http://www.quicktakesonlife.com/images/footer2.jpg);
   
}   

.headline {
   font-family: Impact, Hevetica;
   font-size: 30px;
   color: #000;
   text-align: center;
   line-height: 130%;
   
}  

ul {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    list-style: square;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 5px;
}

li {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    list-style: square;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 5px;
	
}

a:link,
a:visited {
  color: #0000FF;
  text-decoration: underline;
}

a:hover,
a:active{
  color: #659927;
  text-decoration: none;
}

p {
font-family: Verdana, trebuchet, sans-serif;
font-size: 16px;
color: #333333;

}

h1{
  font-family: Helvetica, Arial;
  margin: 10px 0 20px;
  font-size: 30;
  font-weight: normal;
  font-family: Impact;
  letter-spacing: .05em;
  line-height: 130%;
  text-align: center;
}

h2 {
  font-family: Helvetica, Arial;
  font-size: 25px;
  color: #659927;
  padding: 10px 0px 5px 0px;
  line-height: 130%;
}

h3 {
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: bold;
  line-height: 125%;
}

h4 {
  margin: 10px 0px 15px 0px
  font-size: 17px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.copyright {
       font-family: Tahoma, Arial;
       font-size: 12px;
       color: #666;
       text-align: center;
}

.menuSpacer {
   border-bottom: 1px dotted #999;
   margin-top: 8px;
   margin-bottom: 15px; 

}





