@charset "utf-8";
/* CSS Document 
light blue: cecde0
light pink: be6d80
tan: ede4d2
dark blue: 193074
dark red: 930c2b
dark tan: dcd0b3

logo: 127x132
banner: 890x132
side: 127x629
mission: 390x 59
campaign: 498x68
about: 890x60
*/

body, p, div {
font:"Times New Roman", Times, serif;
color:#000000;
font-size:14px;
}
a {
color:#930c2b;
}
a:hover {
color:#193074;
}

h2 {
font:"Times New Roman", Times, serif;
color:#930c2b;
font-size:20px;
}

#main {
width: 1024px;
margin-left:auto;
margin-right:auto;
}
#logo {
width: 127px;
height:132px;
display:block;
float:left;
background: url(images/logo.jpg);
}
a#logo {
width: 127px;
height:132px;
display:block;
}
#header {
width: 890px;
height:132px;
display:block;
float:left;
background: url(images/header.jpg);
}
#left_side {
width: 127px;
height:629px;
display:block;
float:left;
background: url(images/side_back.jpg) #930c2b no-repeat top left;
}
#content {
width: 890px;
height:629px;
display:inline-block;
float:left;
}
#content_page_length {
height: 550px;
margin-left: 30px;
float:left;
width: 840px;
}
#content_padding {
margin-left: 30px;
float:left;
width: 840px;
}
#footer {
width: 890px;
height:132px;
display:block;
float:left;
text-align:center;
font-variant:small-caps;
}

/* MENU*/
a#about {
width: 94px;
height:41px;
float:right;
background:url(images/menu/about.gif) no-repeat top left;
}
a:hover#about {
width: 94px;
height:41px;
background:url(images/menu/about.gif) no-repeat bottom left;
}
a#campaign {
width: 146px;
height:41px;
float:right;
background:url(images/menu/campaign.gif) no-repeat top left;
}
a:hover#campaign {
width: 146px;
height:41px;
background:url(images/menu/campaign.gif) no-repeat bottom left;
}
a#partners {
width: 197px;
height:41px;
float:right;
background:url(images/menu/partners.gif) no-repeat top left;
}
a:hover#partners {
width: 197px;
height:41px;
background:url(images/menu/partners.gif) no-repeat bottom left;
}
a#contact {
width: 134px;
height:41px;
float:right;
background:url(images/menu/contact.gif) no-repeat top left;
}
a:hover#contact {
width: 134px;
height:41px;
background:url(images/menu/contact.gif) no-repeat bottom left;
}
a#donate {
width: 119px;
height:41px;
float:right;
background:url(images/menu/donate.gif) no-repeat top left;
}

a:hover#donate {
width: 119px;
height:41px;
background:url(images/menu/donate.gif) no-repeat bottom left;
}

/* MAIN PAGE */

#mission {
width: 390px;
height: 400px;
display:block;
float:left;
background: url(images/our_mission.gif) no-repeat top left #cecde0;
border-right: #FFF solid 2px;
}

#mission_text {
width: 330px;
color: #193074;
font-size:20px;
font-weight:500;
font-family:"Times New Roman", Times, serif;
padding-top:59px;
padding-left: 20px;
padding-right: 10px;
}

#campaign {
width: 498px;
height: 400px;
display:block;
float:left;
background: url(images/campaign.gif) no-repeat top left #be6d80;
}
#campaign_text {
width: 398px;
color: #fff;
font-size:14px;
font-style:italic;
font-weight:600;
font-family:"Times New Roman", Times, serif;
padding-top:64px;
padding-left: 50px;
padding-right: 10px;
}

#about {
width: 890px;
height: 130px;
display:block;
float:left;
background: url(images/About_Us.gif) no-repeat top left #ede4d2;
margin-bottom: 15px;

}

#about_text {
width: 840px;
color: #645a43;
font-weight:500;
font-size:14px;
font-family:"Times New Roman", Times, serif;
padding-top:60px;
padding-left: 25px;
padding-right: 15px;
}

