.eform {
    display: block;
    border: 0px;
    margin: 0px;
    padding: 0px;
    float: left;
}

.eform input, .eform textarea{

}

body {
    background: black;
    display: block;
    border: 0px;
    margin: 0px;
    padding: 0px;
    color: white;
}

tbody {
    border: none;
}

.content_img {
    position:relative;
    display:inline;
    float: right;
    background: black;
    z-index:100
}

.entry img .border {
    border:1px solid silver;
}

.left_border{
    margin: 0px;
    padding: 0px;
    position: relative;
    background-image: url(../img/left.png);
    background-repeat: no-repeat;
    width: 101px;
    height: 682px;
    float: left;
    left: -102px;
    top: -80px;
}

.right_border{
    margin: 0px;
    padding: 0px;
    width: 92px;
    height: 420px;
    position: relative;
    left: 92px;
    background-image: url(../img/right.png);
    background-repeat: no-repeat;
    float: right;

}

.header{
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    padding-left: 1px;
    width: 769px;
    height: 199px;
    background-image: url(../img/header.png);
    background-repeat: no-repeat;
}

.main {
    margin-left: auto;
    margin-right: auto;
    top: -20px;
    width: 764px;
    padding: 0px;
}

.main .inner{
    padding: 0px;
    margin: 0px;
    background-image: url(../img/body_border.png);
    background-repeat: repeat-y;
}

.content{
    color: white;
    /*font-family: "Zapf Chancery",cursive,sans-serif;*/
    font-family: "Monotype Corsiva",cursive;
    font-size: 115%;
    font-style: italic;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 517px;
}

.footer{
    margin-left: auto;
    margin-right: auto;
    width: 765px;
    background-image: url(../img/footer_bottom.png);
    background-repeat: repeat-x;
    background-position: 0 100%; 
}

.nw {
/*    background-image: url(../img/corner_nw.png); */
    background-repeat: no-repeat;
    background-position: 0 0; 
}

.ne {
/*    background-image: url(../img/corner_ne.png);*/
    background-repeat: no-repeat;
    background-position: 100% 0; 
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.se {
    background-image: url(../img/corner_se.png);
    background-repeat: no-repeat;
    background-position: 100% 100%; 
}

.sw {
    border: solid 1px black;
    background-image: url(../img/corner_sw.png);
    background-repeat: no-repeat;
    background-position: 0% 100%; 
}


.content a:link {text-decoration:none;color:red;}
.content a:visited {text-decoration:none;color:red;}
.content a:link:hover {text-decoration:underline;color:red;}
.content a:link:active {text-decoration: none; color: red;}

.links {
    padding: 0px;
    margin: 0px;	
    list-style: none;
    position: relative;
    top: -15px;
    left: auto;
    right: auto;
    border-top: 1px solid grey;
    z-index: 1000;
}

.links li{
    display: block;
    float: left;
}

.links li a {
    color: white;
    /*font-family: "Zapf Chancery",cursive,sans-serif;*/
    font-family: "Monotype Corsiva",cursive;
    font-size: 1em;
    font-style: italic;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    text-decoration: none;
    display: block;
}
.links li a:link {text-decoration:none;color:white;}
.links li a:visited {text-decoration:none;color:white;}
.links li a:link:hover {text-decoration:underline;color:white;}
.links li a:link:active {text-decoration: none; color: white;}

.links a {
    display: inline;
}

.links li ul li{
    float: none;
}

.links li ul {
    background: black;
    padding: 0px;
    margin: 0px;	
    position: absolute;
    text-align: left;
    display: block;
    left: -999em;
}

.links li:hover ul, .links li.over ul{
    left: auto;
}

h1{
    font-family: Arial; 
    padding: 0px;
    margin: 0px;
}

.enter {
    width: 0px;
    height: 0px;
}

.enter a {
    display: block;
    position: relative;
    top: -110px;
    left: 565px;
    width: 100px;
    height: 50px;
    background-image: url(../img/enter.png);
    background-repeat: no-repeat;
    z-index: 1;
    outline: none;
}

.enter a:hover {
    background-image: url(../img/enter-half.png);
}

.container{
    position: relative;
    top: -35px;
    left: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 840px;
    height: 662px;
}

.top{
    position: relative;
    top: -655px;
    left: -50px;
    width: 300px;
    height: 173px;
    background-image: url(../img/zab_dark.png);
    background-repeat: no-repeat;
}

.dropshadow2{
    position: relative;
    left: 0px;
    padding-left: 92px;
    padding-top: 129px;
    top: 0px;
    width: 800px;
    height: 530px;
    background-image: url(../img/background.jpg);
    background-repeat: no-repeat;
    margin-top: 0px;
    margin-bottom: 0px;
}

