body {
   background: white;
   font-size: 10pt;
   font-family: serif;
   }

#head h1
{
    font-family: Georgia, serif;
    font-size: 15pt;
    margin-bottom: 0px;
}

#head:before
{
    float: left;
    margin-right: 10pt;
    content: url('http://www.sga.org/images/logo_SGA.png');
}

#head
{
    margin-top: -10pt;
    margin-left: 20px;
    background: url(http://www.sga.org/images/logo_SGA.png) 0 0 no-repeat;
}

#head h2.home
{
    font-family: Georgia, serif;
    font-size: 11pt;
    margin-top: 0px;
}

#Main
{
    clear:left;
}

#Main h1
{
    font-size: 14px;
}

#nav, #quicklinks, #col3, #logo, .headphoto {
   display: none;
   }

#wrapper, #content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }

div#content {
   margin-left: 5%;
   padding-top: 1em;
   }

div#mast {
//   margin-bottom: -8px;
   }

div#mast img {
   vertical-align: bottom;
   }

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

#content a[href^="/"]:after {
   content: " (http://www.sga.org" attr(href) ") ";
   }