html {
height: 100%;

}

body {
background: #660000;
color: #ffff33;
/* background-image: url(elementsbg.png);
background-repeat: no-repeat;
background-position: bottom right; */
font-family: "Georgia", serif;
min-height: 100%;
background-image: url(sideleft.jpg);
background-position: top left;
background-repeat: repeat-y; 
margin:0;
padding:0;
}

div#bgextra {
/* background-image: url(sideright.jpg);
background-position: top right;
background-repeat: repeat-y;
margin: 0;
padding: 0;
height: 100%;
*/
}
a:link {
color: #FFFF88;
text-decoration:none;
}
a:hover {
color: #FFFFFF;
}
a:visited {
color: #ffff88;
text-decoration:none;
}

a:active {
color: #AAAA00;
}

div#image {
text-align: center;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

div#clr {
clear:both;
}

img {
padding:0px;
border-style:none;
}
div#menu {
margin-top:3px;
}
div#nav {

}

div#fullpage {
width: 700px;
margin-left: auto;
margin-right: auto;
text-align: center;
border:1px solid;
height: 100%;
}
div#main_title {
background-image: url(main_header.png);
width: 700px;
height: 65px;
border-bottom: 1px solid;
}

div#navcolumn {
width: 149px;
text-align: left;
float: left;
height: 100%;



}

div#pagebody {
width: 540px;
text-align: left;
float: right;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
border-left: 1px solid;
min-height: 100%;
}

a.curpage {
display:none;
}

div#footer {
font-size: 9pt;
background: #ffff33;
color: #660000;
text-align: center;

}

a#footer:link {
color: #660000;
text-decoration:none;
}
a#footer:hover {
color: #883300;
}
a#footer:visited {
color: #660000;
text-decoration:none;
}

a#footer:active {
color: #000000;
}

.menu {


}

#desc {
font-size: 9pt;
padding-left: 14px;
text-decoration: italics;
}