html, body { 
background: url('bkg.jpg');
padding : 0;
margin : 0
}

div#page { 
width :800px;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
margin-bottom: 30px;
background: url('pagebkg.jpg');
} 

div#menubox {
width : 500px;

margin-top: 30px;
margin-bottom: 30px;
background: url('pagebkg.jpg');
}
h1 { 
color :  #fff;
font-family : "Times New Roman, Serif";
font-size : 14pt;

text-align : center;
margin-top : 0px;
margin-bottom : 0px;
}

h2 { 
color :  #636B51 ;
font-family : "Times New Roman, Serif";
font-size : 14pt;
font-style : italic;
font-weight : normal;
text-align : center;
margin-top : 0px;
margin-bottom : 0px;
}
h6 { 
color :  #000;
font-family : "Times New Roman, Serif";
font-size : 14pt;
font-style : italic;
font-weight : bold;
text-align : center;
margin-top : 0px;
margin-bottom : 0px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 13px Arial;
width: 100%;
overflow: hidden;
text-align : center;

}

.indentmenu ul{
border-left:0 solid #3B4531; border-right:0 solid #3B4531; border-top:1px solid #3B4531; border-bottom:1px solid #3B4531; margin:0; padding:0; float: left;
width: auto;/*dark purple border*/
background: black url('indentbg.gif') repeat-x center;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #3B4531; /*dark purple divider between menu items*/
}

.indentmenu{
font: bold 13px Arial;
width: 100%;
overflow: hidden;
text-align : center;

}

.indentmenu ul{
border-left:0 solid #3B4531; border-right:0 solid #3B4531; border-top:1px solid #3B4531; border-bottom:1px solid #3B4531; margin:0; padding:0; float: left;
width: auto;/*dark purple border*/
background: black url('indentbg.gif') repeat-x center;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #3B4531; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url('indentbg2.gif') repeat-x center;
}

.centercol { 
width : 700px;
margin-left: 20px;
margin-right: 20px;
}
