/* 
    Document   : style
    Created on : Jul 9, 2009, 11:30:26 AM
    Author     : blakewhitkanack
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

a:link, a:active, a:visited { border: 0px; }

img {
    border: 0px;
}
.clear {
    clear:both;
}

#container {
    width: 814px;
    margin: 0 auto;
}

#side {
    width: 212px;
    float: left;
}

#content {
    width: 600px;
    float: right;
}

#donate {
    background: url("img/donate.gif");
    width: 212px;
    height: 140px;
}

#donate:hover {
    background: url("img/donate-roll.gif");
}

#footer {
    background: url("img/footer.gif");
    width: 600px;
    height: 31px;
		margin-bottom:75px;
}

#footer:hover {
    background: url("img/footer-roll.gif");
}




