body {
 text-align: center;
 background-color: #e6e6e6;

}

h1 {
 font-family: "Trebuchet MS";
 color: #d07529;
 font-size: smaller;
} 

li {
 font-family: "Trebuchet MS";
 list-style-type: disc;
 list-style-position: inside;
 padding-left: 10px;

}


p {
font-family: "Trebuchet MS";

}

a {
font-family: "Trebuchet MS";

}
#wrapper {
 margin-top: 3px;	
 margin-left: auto;
 margin-right: auto;
 width: 50em;
 text-align: left;
 width: 1029px;
 height: 600px;
 display: absolute;

}

#header {
 position: relative;
 width: 1029px;
 height: 125px;
 /* background-image: url('../images/header2.jpg');  */
 z-index: 30;
 
}
#header-logos {
 height: 87px;
}

#header-navi {

 background-color: #d1752a;
}


#body {
 top: -10px;
 position: relative;
 height: 450px;
 width: 1029px;

/* background-color: #e6e6e6; */
}

#footer {
 padding-left: 10px;
 font-family: "Trebuchet MS";
 position: relative;
 font-size: 10px;	
 width: 1029px;
 line-height: 130%;
}





