/* CSS Document for Centering a Page Layout*/

a:visited  {color: #846B21; text-decoration: none;}
a:link  {color: #846B21; text-decoration: none;}
a:hover   {color: #0033CC; text-decoration: none;}

body {
    margin-top: 0px;
    background-color: #999999;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif, Arial Rounded MT Bold;
    oncontextmenu: return false;
    
}

.outer {
    background-image: url('images/home.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-width: 918px;
    background-height: 1200px;
    margin-top: 0px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 1px;
                        
}

.outer2 {
    background-image: url('images/main.jpg');
    background-repeat: no-repeat;
    background-position: center; 
    background-width: 918px;
    background-hieght: 1080px;
    margin-top: 0px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 1px;
    
}

.outer3 {
    background-image: url('images/goals2.jpg');
    background-repeat: no-repeat;
    background-position: center; 
    background-width: 918px;
    background-hieght: 1750px;
    margin-top: 0px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 1px
       
}

.outer4 {
    background-image: url('images/contribute.jpg');
    background-repeat: no-repeat;
    background-position: center; 
    background-width: 918px;
    background-hieght: 1450px;
    margin-top: 0px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 1px
    
}

.outer5 {
    background-image: url('images/endorse.jpg');
    background-repeat: no-repeat;
    background-position: center; 
    background-width: 918px;
    background-hieght: 3000px;
    margin-top: 0px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 1px
    
}

.nav_home {
    margin-top: 404px;
    margin-left: 0%;
    margin-right: 0%;
    text-align: center;
    font-size: 17px;
    font-weight: Bold;
    font-family: Arial Rounded MT Bold;
    padding: 1px;    
    
}

.nav_main {
    margin-top: 222px;
    margin-left: 0%;
    margin-right: 0%;
    text-align: center;
    font-size: 17px;
    font-weight: Bold;
    font-family: Arial Rounded MT Bold;
    padding: 1px;
            
}

.background {
    margin-top: 10px;
    margin-left:65%;
    margin-right: 8%;
    width:252px;
    height:189px;
    background:url('images/family.jpg');
    background-repeat: no-repeat;
    border:2px solid black;
    padding: 1px;

}

.header {
    margin-top: 5px;
    margin-left: 8%;
    margin-right: 0px;
    font-size: 10px;
    font-weight: Bold;
    font-family: Arial Rounded MT Bold;
    padding: 1px;

}

.body_home {
    margin-top: 2px;
    margin-left: 8%;
    margin-right: 8%;
    font-size: 15px;
    font-weight:  
    font-family: Arial Rounded MT Bold;
    color: #ffffff;
    padding: 1px;

}

.body_main {
    margin-top: 10px;
    margin-left: 8%;
    margin-right: 8%;
    font-size: 14px;
    font-weight:
    font-family: Arial Rounded MT Bold;
    color: #ffffff;
    padding: 1px;
    
}    

.footer {
    text-align: center;
	padding: 15px;
    margin: 0px;
    border-top: thin solid #000000;

}