	
body {    
    margin: 10px;
   
    font:  80%/1.5 "Lucida Grande", Verdana,  sans-serif;
    color: #4d4d4d;
}

h1 {
    
    font-size: 180%;
    margin-top: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #252525;
}



h2 {
    font-size: 140%;
}


h3 {
    font-size: 120%;
}

p  {
    font-size: 100%;
    line-height: 150%;
}

span.bold {
    font-weight: bold;
}


#masthead {
    height: 100px;
    margin: 0 0 10px 0;
    border: 1px solid #252525;
    background: #d4cae2;
}

#masthead h2 {
    margin-left: 20px;
}    
   

#content {
    margin-right: 40%;
    margin-bottom: 10px;
    padding: 10px;
    }

#homecontent {
    height: 400px;
    margin-right: 40%;
    margin-bottom; 10px;
    padding: 10px;
}

ol li {
    list-style-type: decimal;
}
 
ul li {
    list-style-type: none;
}

ul.features li {
    list-style-type: disc;
}

#navigation {
    position: absolute;
    top: 130px;
    right: 30px;
    width: 30%;
    margin: 0 0 10px 0;
    padding-top:10px;
    }

#navigation ul  {
    list-style: none;
    margin: 0;
    padding 0;
}

#navigation li {
    font-size:120%;
    line-height: 1.5;
    color: #960;
} 

 #navigation li a:link, a {
    text-decoration: none;
                color: #960;
} 
 
#navigation li.current {
    color: #4d4d4d;
}

a:hover {
    border-bottom: 1px dotted #960;
}
 
#thankyou {
    height: 200px;
}
 
#footer {
    padding: 10px;
    border: 1px solid #252525;
    color: #6f559d;
    background: #aa99c5;
    
}

#copyright {
    float: left;
    }

ul#cardimages {
    float: right;
    
}

#cardimages li {
    display: inline;
}

.spacer {
    clear: both;
}

