html { 
overflow: auto;
}

body {
margin: 0;
padding: 0;
border: 0;
overflow: auto;
height: 100%; 
max-height: 100%; 
}

#menubar { 
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 20%; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
/*background: #996633;*/
background: #FE9A2E;
color: blue;
}

#content {
position: absolute;
top: 0; 
left: 20%; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
margin: 0;
overflow: auto;
background: #fff;
}

#shrineform { 
position: absolute;
left: 0;
width: 40%;
/*color: #336699;*/
color: #FE2E2E;
}

#shrinerosary { 
float: right;
clear: both;
right: 0;
width: 40%;
color: black;
}

#footer {
clear: both;
background: #fff;
overflow: auto;
}

p.headline { 
text-align: center;
}

p.footer { 
text-align: center;
}

#schedule { 
text-align: center;
}

#map { 
text-align: center;
}

#directory {
text-align: center;
}

p.cimage { 
text-align: center;
}

a.nav { 
font-family: sans-serif;
font-size: smaller;
font-weight: bold;
text-decoration: none;
color: black;
}

p { 
margin: 10px 20px;
}

h1, h2, h3, h4 { 
text-align:center;
}

h2 { 
color: #ff3333;
margin: 0.25em 0 0 0;
}

h3 { 
margin: 0.2em 0 0 0;
}

h4 { 
color: #0000ff;
font-style: italic;
}
