/*
     Single-Page AdSense Template
     By Eric Giguere
     ericgiguere@ericgiguere.com
   
     Version 1.0
     January 12, 2007
    
     From http://www.memwg.com/freetemplates/singlepageadsense.css
    
     Be sure to read my AdSense blog at http://www.memwg.com/blog/adsense
     for lots of great AdSense info!
    
     A simple template for creating optimized AdSense pages that
     are both search engine friendly and human friendly.
    
     If this template helps you, consider purchasing my AdSense
     book "Uncommon AdSense", which you'll find described at
     http://www.UncommonAdSense.com. Thanks in advance for your
     support!

     Copyright 2007 by Eric Giguere. You may use this template
     to create your own pages. You can modify it and remove this
     message and the other comments. You can't sell the template,
     however. You can give it away for free providing you give
     away the original version of the template as downloaded from
     my site, unchanged. No links back to any of my sites are
     required, though of course links are always welcome.
    
     NOTE: You SHOULD remove all the comments from these files before
           you deploy them to your site. It's always a good idea
           to make your pages as small as possible, even these days
           when high-speed Internet connections are the norm!
 */
 

/* Zero all the margins to start with... */ 

* {
  margin: 0;
  padding: 0;
}

/* Set font and default colors */

body {
  font-family: Arial, Helv, sans-serif; 
  text-align: center;
  color: black;
  background-color: #aaaaaa;
}

p {
  margin: 1em 0 1em 0;
}

/* This is where the content will be shown. */

#main {
  width: 728px;
  border: 1px solid black; 
  margin: 1em; 
  padding: 1em;
  background-color: white;
  text-align: left;
  font-size: 14px;
}

/* Main heading */

h1#heading {
  margin-bottom: 0;
  color: black;
}

/* Subheading */

h2#subheading {
  margin-top: 0;
  color: blue;
}

ul {
  margin: 0.5em 0 1em 0;
}

li {
  margin: 0.5em 0 0 1em;
}

#footer {
  padding-top: 2em;
  font-size: 80%;
  text-align: center;
}

#attribution {
  padding-top: 5em;
  font-size: 60%;
  text-align: center;
  color: black;
  width: 500px;
}

#attribution a {
  color: black;
  text-decoration: none;
}

/* Subscription form */

#subscribe {
  border: 1px solid black;
  padding: 1em;
  background-color: #ffff99;
}

