html {
    cursor: url("l2cur/l2cursor.cur"), auto;
}
body {
    background-color: #000000;
    margin: 0;
    padding: 0px;
}
/* Main Content */
#content {
/*    border: solid 1px #333;*/
/*   background-color: #000000;*/
    border-top: none;
    display: flex;
    height: 952px;
    margin: auto;
    padding: 0;
    width: 1240px;
}
#bigbarcentral {
    display: flex;
    height: 20px;
    margin-left: 64px;
    position: absolute;
    width: 1112px;
}
#bigbarcentral1 {
    background-image: url(l2bar/FrameBackLeft1.png);
    width: 16px;
}
#bigbarcentral2 {
    background-image: url(l2bar/FrameBackMid.png);
    background-repeat: repeat-x;
    width: 100%;
}
#bigbarcentral3 {
    background-image: url(l2bar/FrameBackRight.png); 
    width: 16px;
} 
#pb0 {
    color: #4A708B;
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 100;
    height: 20px;
    margin-top: 4px;
    position: absolute;
    text-align: center;
    width: 1110px;
}
.slideshow-container {
    border: 1px solid #333;
    border-top: none;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    padding: 2px;
    position: relative;
    text-align: center;
    width: 1104px;
}

.mySlides {
    height: 300px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    position: relative;
    text-align: center;
    width: 1104px;
}
.mySlides img {
    height: 300px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 1104px;
}
.fade {
    animation-name: fade;
    animation-duration: 5s;
}
@keyframes fade {
    from {
        opacity: 0.3
    }

    to {
        opacity: 1
    }
}
#recipeleft {
    background-color: #0F0F0F;
    border: 1px solid #333;
    height: 627px;
    margin: auto;
    margin-left: 65px;
    margin-top: 324px;
    position: absolute;
    width: 250px;
}
#pl0 {/*   */
    color: #635c3a;
    font-family: Tahoma;
    font-size: 15px;
    font-weight: 100;
    height: 18px;
    margin-top: 10px;
    position: absolute;
    text-align: center;
    width: 250px;
}
#navmenu { /*   */
    align-content: center;
 /*   border: 1px solid #333;*/
    display: grid;
    height: 300px;
    justify-content: center;
    margin-left: 57px;
    position: absolute;
    text-align: center;
    width: 136px;
}
.btn {
    background: url("l2buttons/bigbutton3.png");
    border: none;
    color: #9E9E9E;
    cursor: url("l2cur/l2cursor.cur"), auto;
    display: grid;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    font-weight: 100;
    justify-content: center;
    height: 23px;
    line-height: 23px;
    margin-top: 12px;
    text-align: center;
    text-decoration: none;
    width: 136px;
}  
.btn:hover {
    border: none;
    background: url("l2buttons/bigbutton3_over.png");
    cursor: url("l2cur/l2hover.cur"), auto;
    color: #ffffff;
    font-weight: 600;
}   
.btn:active {
    border: none;
    background: url("l2buttons/bigbutton3_down.png");
    cursor: url("l2cur/l2attack.cur"), auto;
    color: #cdad00;
}   
#recipecenter {
    background-color: #111;
    border: 1px solid #333;
    height: 627px;
    margin-left: 316px;
    margin-top: 324px;
    position: absolute;
    width: 606px;
}
#pc0 { /*   */
   /* border: 1px solid #333;*/
    color: #635c3a;
    font-family:  Tahoma;
    font-size: 15px;
    font-weight: 100;
    height: 18px;
    margin-top: 10px;
    position: absolute;
    text-align: center;
    width: 606px;
}
#reciperight {
    background-color: #111;
    border: 1px solid #333;
    height: 627px;
    margin-left: 923px;
    margin-top: 324px;
    position: absolute;
    width: 250px;
}
#pr0 { /*   */
    color: #635c3a;
    font-family: Tahoma;
    font-size: 15px;
    font-weight: 100;
    height: 18px;
    margin-top: 10px;
    position: absolute;
    text-align: center;
    width: 249px;
}
.status {
    color: #666;
    font-family: Tahoma;
    font-size: 15px;
    height: 30px;
    line-height: 10px;
    margin-left: 50px;
    margin-top: 40px;
    text-align: left;
    width: 180px
}
.status span { 
    font-weight: 100;
}
.online {
    color: #008000;
}
.offline {
    color: #CD0000;
}
#pr1 { /*   */
    color: #635c3a;
    font-family: Tahoma;
    font-size: 15px;
    font-weight: 100;
    height: 18px;
    margin-top: 18px;
    position: absolute;
    text-align: center;
    width: 249px;
}
.time-date {/*   */
    color: #666;
    font-family: Tahoma;
    font-size: 15px;
    height: 56px;
    line-height: 26px;
    margin-left: 50px;
    margin-top: 40px;
    text-align: left;
    width: 180px;
}
#pd0 {
    color: #666;
    font-family:  tahoma;
    font-size: 14px;
    font-weight: 100;
    height: 20px;
    margin-top: 926px;
    position: absolute;
    text-align: center;
    width: 1240px;
}
