
html, body
{

    margin: 0;
    font-family: Arial;
    font-size: 12pt;
    height: 100%;
}
body
{
    padding: 0px;
    padding-top: 20px;
    background-image: url( "http://www.texasinstituteofletters.org/images/bg.jpg" );
    background-repeat: repeat-x;
}
h1
{
    text-align: left;
    font-size: 20pt;
    font-weight: bold;
}
#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height */
}
#main
{
    padding: 20px;
    padding-top:0;
    margin-top: 46px;
    margin-left: 230px;
}
#nav
{
    background-color: #FFF7DC;
    border: 1px solid Gray;
    padding: 20px;
    width: 145px;
    float: left; 
    margin-left: 30px; 
    margin-top: 25px
}
#nav p
{
    margin-left: 8px;
    padding-bottom: 5px;
}
#nav a:link
{
    font-weight: normal;
    text-decoration: none;
    color: black;
}
#nav a:visited
{
    font-weight: normal;
    text-decoration: none;
    color: black;
}
#nav a:hover
{
    font-weight: bold;
    text-decoration: none;
    color: black;
}
#news
{
    border-left: 1px solid Gray;
    width: 240px;
    float: right;
    padding-left: 30px;
    margin-left: 30px;
    margin-top: 46px;
    margin-bottom: 30px;
    margin-right: 20px;
}
#news_border
{
    text-align: center; 
    background-color: #FFF7DC; 
    border: 1px solid Gray;
    padding: 10px; 
    color:#80231E;
}
#top
{
    text-align: center; 
    padding-right: 160px; 
    padding-top: 7px;
    color: white;
}
#active
{
    color: #80231E;
}
.emphasis
{
    font-style: italic;
    font-size: 11pt;
    color: #505050;
}
#footer, #push
{
    height: 20px;
}
#footer
{
    font-size: 11pt;
    text-align: center;
    background-color: #91A5FB;
    border-top: 2px solid #80231E;
    margin: 0;
    padding: 5px;
    margin: 0;
}