html{
    overflow-y: scroll;
}

body{
    margin-top:50px; 
    background-image: url(../_images/background/background.png);
    background-position: top left;
    background-repeat: repeat-x;
    text-align: center;
}

*{
    margin:0;
    padding:0;
    font-family: Verdana;
    font-size:0.98em;
    color:#666;
}

#javascript{
    background-color: white; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    z-index: 10;
    top: 0px;
    opacity: 0.9;
}

.JS{
    margin-top: 110px;
    font-size: 1.5em;
}

p{
    padding-left: 20px;
    padding-right: 20px;
}

/*
h2{
    font-size: 140%;
    padding-top: 5px;
    padding-bottom: 5px;
    color:#585858;
}

*/

#wrapper{
    width: 1000px;
    min-height: 718px;
    margin: auto;
/*    background-image: url('../_images/background/shadow_right.png'); */
    background-position: right;
    background-repeat: repeat-y;
    text-align: left;
}

#sub{
    float:left;
    width:126px;
    height:143px;
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: -14px;
    /* UPLOADEN*/
}

#logo{
    position: relative;
    height:100%;
    width:100%;
}

#facebook{
    position: relative;
    height:25px;
    width:25px;
	border:0;
}
#twitter{
    position: relative;
    height:25px;
    width:25px;
	border:0;
}
#wordpress{
    position: relative;
    height:25px;
    width:25px;
	border:0;
}
#sub ul{
    list-style: none;
}
#sub ul li{
    width:126px;
    height:32px;
    margin-bottom:5px;
}
#sub ul li a{
    text-decoration: none;
}
#sub ul li a span.front{
    display:block;
    background-image: url('../_images/menu/submenu_front.jpg');
    background-repeat: no-repeat;
    float:left;
    width: 20px;
    height: 34px;
}
#sub ul li a:hover span.front{
    background-image: url('../_images/menu/submenu_highlight_front.jpg');
}
#sub ul li a span.middle{
    background-image: url('../_images/menu/submenu_middle.jpg');
    background-repeat: repeat-x;
    display:block;
    float:left;
    text-align: right;
    width:98px;
    height:34px;
    line-height: 32px;
    vertical-align: middle;
    font-size:0.92em;
    
}
#sub ul li a:hover span.middle{
    background-image: url('../_images/menu/submenu_highlight_middle.jpg');
}
#sub ul li a span.back{
    display:block;
    background-image: url('../_images/menu/submenu_back.jpg');
    background-repeat: no-repeat;
    float:left;
    width: 8px;
    height: 34px;
}
#sub ul li a:hover span.back{
    background-image: url('../_images/menu/submenu_highlight_back.jpg');
}
/* /SUB SIDEBAR */

/* CONTAINTER */
#container{
    border: 1px solid #d6d6d6;
    float:left;
    width:864px;
    min-height:625px;
    background-color:#FFF;
    background-repeat: no-repeat;
    padding-top: 20px;
}
/* CONTAINTER */

/* ALL */
.sublogo{
    padding: 20px;
}

/* /ALL */
