body {
     font-family : veranda, arial, sans-serif;
     width: 900px ;
     height: 100%;
     margin: 0 auto;
     padding: 0 auto;
     margin-left: auto ;
     margin-right: auto ;
     background-color: #e2d7bf;
	 background-repeat: no-repeat;
	 background-position: top; 
}

@font-face { 
font-family:"Papyrus"; 
src:url(images/Papyrus.ttf) format("truetype"); 
}
#navbar {
	  position: absolute;
	  top: 115px;
	  left: 0px;
      z-index : 300;
}
#nav {
	  position: absolute;
	  top: 145px;
	  left: 250px;
      z-index : 350;
}
#content {     
    width: 950px;
    position: absolute;
    top: 0px;
    margin-left: auto ;
    margin-right: auto ;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -4em;
}
.footer, .push {
height: 4em;
}

#logosmall {
	  position: absolute;
	  top: 10px;
	  left: 0px;
	  z-index: 700;
}
#quote {
    position: absolute;
	top: 10px;
	left: 180px;
	color: #000000;
	font-family: Papyrus, Palatino Linotype, Garamond, sans-serif; 
	font-size: 16px;
	line-height: 14pt; 
	z-index:2;
}
#title {
    position: absolute;
    top: 200px;
    left: 50%;
    font-family: Papyrus, Palatino Linotype, Garamond, sans-serif; 
	color: #000000;
    font-weight: bold;	
    font-size: 16px;
	line-height: 14pt; 
    z-index: 705;
  }
#text {
	font-family: Papyrus, Palatino Linotype, Garamond, sans-serif; 
	position: absolute;
	top: 230px;
	left: 0px;
	z-index: 1000;
}

.padding {
margin : 5px;
 }
 

