body, p 
{font-family : Georgia, Verdana;
 font-size   : 12px
 text-align  : left;
 color       : black;
}

p.caption
{font-size   : 10px;
 font-weight : bold;
}
 
 
h1
{font-size   : 24px;
 font-weight : bold;
}
 
h2
{font-size   : 20px;
 font-weight : bold;
}
 
h3
{font-size   : 16px;
 font-weight : bold;
}
 
h4
{font-family : Verdana, Arial, Helvetica;
 font-weight : bold;
 font-size   : 14px;
}
 
#wrapper
{width      : 100%;
 margin     : 0%; 
 padding    : 0%;
 border     : 5px;
 background : #baeeee;
 
}
 
#header
{width      : 100%;
 padding    : 0%;
 border     : 0px;
 background : #baeeee;
}
 
 
 
#content
{width      : 70%;
 padding    : 0%;
 border     : 3px;
 background : #baeeee;
 float      : none;
 margin     : 0% 15% 0% 15%
}

#footer
{width      : 70%;
 border     : 0;
 background : #baeeee;
 text-align : center;
 margin     : 0% 15% 0% 15%
}
 
#footer-left
{width      : 40%;
 padding    : 5%;
 border     : 0;
 background : #baeeee;
 float      : left;
}

#footer-right
{width      : 40%;
 padding    : 5%;
 border     : 0;
 background : #baeeee;
 float      : right;
}

#figure-left
{width      : 30%;
 padding    : 0% 2% 2% 2%;
 border     : 0;
 background : #baeeee;
 float      : left;
}
