/*----------------------------------------------------------*/
/* Glacier Web Creative ABOUT Cascading Style Sheet */
/* Author: Steve Pettee, Glacier Web Creative */
/* www.GlacierWebCreative.com */
/*----------------------------------------------------------*/

/* General
------------------------------------------------------------*/
#content {
    height: 1572px;}

#main-about {
    position: absolute;
    left: 205px;
    top: 40px;
    width: 450px;
    height: 1400px;
    padding-left: 10px;}
    
#main-about h2 {
    position: relative;
    width: 440px;
    border-bottom: 1px solid rgb(39,101,158);  /* dark blue */
    color: rgb(39,101,158);  /* dark blue */ 
    padding-bottom: 20px;}  
    
#main-about p {
    font: 17px/160% georgia;
    color: rgb(39,39,39);}   /* black-gray */
    
#sub-p {
    position: relative;
    left: 35px;
    padding-top: 10px;
    font: italic 600 15px/160% georgia !important;
    color: rgb(39,39,39);}   /* black-gray */
    
#main-about a {
    position: relative;
    width: 250px;
    text-align: center;
    padding: 0px 0px 15px 6px; 
    font: italic 17px georgia;}
    
#main-about a:link, a:visited { color: rgb(39,101,158);}   /* dark blue */
#main-about a:hover { color: rgb(255,80,192)}

#btt {
    left: 150px;} 
    
#footer {
    top: 1730px;}

























