img{
   border: 0px;
}

#header.textlink a{
   vertical-align:middle;
}

#header_links{
   float:right;
   padding-left:16px;
   padding-right:16px;
   margin-top:64px;
   position:relative;
   top:-128px;
   margin-left:300px;
}

#header_links a{
   background: #E3E3FA;
   color: black;
   text-decoration:none;
   padding:3px;
   margin:2px;
   font-weight: bold;
   border-bottom: 2px solid black;
}

#header_links a:hover{
   background: #d4e1e6;
   //padding:5px;
   //margin:0px;
   border-bottom: 2px solid black;
}

.sidebar{
   position:absolute;
   background:#ffffff;
   background-image:url(./images/bg_notes.png);
   overflow:hidden;
   height:100%;
}

div#left_sidebar{
   width:128px;
   left:8px;
   top:8px; 
}


div#body_wrapper{
   margin-left:128px;
   margin-right:64px;
   overflow:hidden;
}


div#right_sidebar{
   width:64px;
   top:8px;
   right:8px;
}




#header_wrapper{
   padding:16px 16px 0px 16px;
   background:#a1b5e6;
}

#header{
   background:#EBEBEB;
   border-bottom:2px solid black;
}

#content_wrapper{
   padding:0px 16px 0px 16px;
   background:#a1b5e6;
   margin:0px;
}

#content{
   padding:8px;
   background:#EBEBEB;
   min-height:480px;
}

#footer_wrapper{
   padding:0px 16px 0px 16px;
   background:#a1b5e6;
   margin:0px;
}

#footer{
   background: #a1b5e6;
   margin-bottom: 128px;
}


div#global_wrapper{
   min-height:480px;
   padding:25px 25px 2px 25px;
   background:#9E9E9E;
   height:100%;
}
