body {
  text-align: center;
  min-width: 640px;
  background-image: url('bg.gif');
  
  }
  
p {
font-family: Papyrus, Times New Roman, Serif; 
font-size: 22px;
}

h3{
color: white;
font-family: Calibri, Times New Roman, Serif; 
font-size: 15px;
line-height:150%;
}

h4{
font-family: garamond, Times New Roman, Serif; 
font-size: 20px;
line-height: normal;
}

h5{ 
font-family: garamond, Times New Roman, Serif; 
font-size: 18px;
line-height: 150%;
}

h6{
font-family:garamond, Times New Roman, Serif; 
font-size: 16px;
line-height: 150%;
}

h7{
font-family: Courier New, Times New Roman, Serif;
font-size: 20px;
line-height: 120%;
}

h1{
font-family: garamond, Times New Roman, Serif; 
font-size: 16px;
font-style: normal;
text-align: right;
}


#container{
width: 800px;
height: 1400px;
position:relative;
margin-left:10px;
margin-right:10px;
}

#menu{
position:absolute;
left: 0px;
background-color: #9C1E24;
background-image: url('backgroundmenu.png');
top: 0px;
width:176px;
height:1400px;
}

#content{
position:absolute;
left: 176px;
background-color: rgb(255, 255, 204);
width:624px;
height:1400px
}

#menulogo{
position:absolute;
left:11px;
}

#menuitems{
position:absolute;
top: 200px;
left: 15px;
text-align: left;
}

#contentheader{
position:absolute;
left:0px;
top: 0px;
}

#contenttext{
position:absolute;
left:15px;
top: 170px;
text-align:left;
}



