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

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

#main-contact {
    position: absolute;
    left: 205px;
    top: 40px;
    width: 430px;
    padding-left: 10px;
    background: transparent }
    
#main-contact h2 {
    position: relative;
    width: 450px;
    border-bottom: 1px solid rgb(39,101,158);  /* dark blue */
    color: rgb(39,101,158);  /* dark blue */ 
    padding-bottom: 20px;}
    
p#e-mail a {font: italic 16px georgia;}    
p#e-mail a:link, p#e-mail a:visited {color: rgb(39,101,158);}   /* dark blue */
p#e-mail a:hover { color: rgb(255,80,192);}
    
#footer {
    top: 820px;}
    
#contact-text, #phone, #phone-num, #e-mail {
    width: 500px;
    font: 17px/160% georgia ;
    color: rgb(39,39,39);}   /* black-gray */ 
    
#phone, #phone-num, #e-mail {
    padding-left: 100px;}
    


























