
body {
    font-family:arial;
    font-size:1.0em;
    color: black;
    margin:0;
    background: rgb(106,14,17);
    /* background-attachment: fixed; */
    background: #280000;
    background-repeat: no-repeat;
    background-image: url("./images/newghost.jpg");
    background-position: 125px 85px;
}

#logoband2 {
    position: absolute;
    top: 220px;
    width: 100%;

    border: 1px solid #493737;
    border-left-style: none;
    border-right-style: none;
}

#lbnorm {
    position: absolute;
    top: 73px;
    width: 100%;
    border: 1px solid #493737;
    border-left-style: none;
    border-right-style: none;
}

#logoband {
    background-color:#998C79;
    height: 45px;
    /* padding-top:10px; */
    padding-top:0px;
    /*text-align: center;*/
    border: 2px solid rgb(102,92,79);
    border-left-style: none;
    border-right-style: none;
    background-image: url("./images/logograd.png");
    background-position: 110px;
    /*background-position: center; */
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    width: 100%;
}

#logo {
    position: relative;
    left: 400px;
    top: 5px;
}

div#menu {
    position:absolute;
    left: 20px;
    top:330px;
    color:#ffffff;
}

div#menunorm {
    position:relative;
    left: 20px;
    top:50px;
    color:#000000;
}

.menuitem {
    font-size: 12px;
    color: #ffffff;
    line-height: normal;
    font-style: italic;
    margin-bottom: .7em;
    margin-top: 0;
}

.menuitemnorm {
    font-size: 12px;
    color: #000000;
    line-height: normal;
    font-style: italic;
    margin-bottom: .7em;
    margin-top: 0;
}

div#header {
    position:relative;
    /* top: -1em; */
    margin-top:30px;
    text-align:right;
    padding-right: 1em;
}

p.ptop {
    color: #ffffff;

    font-family:sans-serif;
	font-style: normal;

	font-weight: bold;
	/* font-size: medium; */
	font-size: small;
    letter-spacing: 10px;

	line-height: 100%;
	word-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: right;
	text-indent: 0ex;
	font-variant: small-caps;
}

div#footer {
    position:relative;
    margin-top:500px;
    text-align:center;
}

.footernav {
    font-size: 12px;
    color: #ffffff;
}

.footernavnorm {
    font-size: 12px;
    color: #000000;
}

div#stmt {
    position:absolute;
    left: 180px;
    top:273px;
    width:33em;
    z-index:1; 
    filter:alpha(opacity=55);-moz-opacity:.55;opacity:.55;
    overflow:auto;
    /* background:rgb(199,165,163); */
    /* background: #C4A0A0; */

    /*background:rgb(199,255,255);*/

    border:1px solid #FFCC99;

    background: #FFCCDD;
    background: #FFEEFF;
    /* color:#EEEEDD; */
    font-family:Verdana,sans-serif;
    /* font-size:13px; */
    color: #000000

    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    /* font-size:13px; */
    /* left:161px; */
    line-height:normal;
    padding:20px;

}

div#content {
    position:absolute;
    left: 0px;
    top:123px;
    background: #ffffff;
    width: 100%;
    padding-bottom: 1em;
    min-height: 250px;
}