@charset "utf-8";
/* CSS Document */

body {
margin: 0 0 0 0;
padding: 0 0 0 0;
background-color: #dd8883;
background-image: url(../img/jpgs/web_background.jpg);
background-repeat: no-repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#Wrap {
width: 900px;
height: auto;
margin: 0 auto;
}

#Header {
width: 900px;
height: 100px;
float: left;
background-image: url(../img/jpgs/header900x100.jpg);
background-repeat: no-repeat;
}

#Menu {
width: 900px;
height: 30px;
float: left;
}

#Page_Header {
width: 675px;
height: 125px;
float: left;
background-image: url(../img/jpgs/page_header.jpg);
background-repeat: no-repeat;
}

#Donate {
width: 225px;
height: 125px;
float: left;
}

#Content {
width: 900px;
height: auto;
float: left;
background-image: url(../img/jpgs/content.jpg);
background-color: #dd88883;
background-repeat: no-repeat;
}

#Footer {
width: 890px;
height: 207px;
float: left;
background-image: url(../img/jpgs/footer.jpg);
background-repeat: no-repeat;
color: #fff;
padding-left: 10px;
font-size: 11px;
}

.bodyfont {
color: #222;
font-size: 12.5px;
line-height: 22px;
}

