/* Made by Neg */

a:link { 
color: #1694e7;
text-decoration: none;
}
a:visited { 
color: #18A9E0;
text-decoration: none;
}
a:hover { 
color: #65C0E3;
text-decoration: none;
}
a:active { 
color: #65C0E3;
text-decoration: none;
}


#side-a a {
color: #000000;
font-weight: bold;
text-decoration: none;
padding-left: 0px;
}

#side-a a:hover {
color: #6d0000;
font-weight: bold;
text-decoration: none;
padding-left: 0px;
} 


#side-b2 a {
color: #000000;
font-weight: bold;
text-decoration: none;
padding-left: 0px;
border: 5px solid black;
height: 220px;
}

#side-b2 a:hover {
color: #6d0000;
font-weight: bold;
text-decoration: none;
padding-left: 0px;
} 


body {
background-color: #85ccf4;
background-image: url(images/bg_01.png);
background-attachment:fixed;
background-repeat: repeat-x;
background-position: bottom right;
}


#rightbg {
position: absolute;
bottom: 39px;
right: 5px;
width: 276px;
height: 400px;
background-image: url(images/background.gif);
background-repeat: no-repeat; 
background-color: transparent;
z-index: 0;
}


#centeredcontainer {
text-align: left;
margin: 0px auto;
padding: 0px;
border:0;
width: 404px;
border: 0px solid #000000;

}

#header {
margin: 0;
background-color: transparent;
background-image: url("images/header.gif");
background-position: top right;
background-repeat: no-repeat;
height: 39px;
}


#side-a {
float: left;
width: 26px;
height: 360px;
background-color: transparent;
background-image: url("images/tabs.gif");
background-repeat: no-repeat;
font-family: monospace;
font-size: 9pt;
color: #ffffff;
font-weight: bold;
text-align: center;
line-height: 10px;
border-right: 3px solid #000000;
margin: 0;
overflow: hidden;
}

#side-b { 
margin: 0;
padding: 21px;
padding-top: 10px;
float: left;
width: 328px;
height: 329px;
background-color: #ffffff;
text-align: justify;
font-family: verdana;
font-size: 10pt;
border-right: 5px solid #000000;
overflow-x: hidden;
overflow: auto;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #EEEEEE;
scrollbar-3dlight-color: #fbfbfb;
scrollbar-shadow-color: #ededed;
scrollbar-darkshadow-color: #ffffff;
scrollbar-arrow-color: #9edcf8;
scrollbar-track-color: #f8faf7;
}


#side-b2 { 
margin: 0;
padding: 21px;
padding-top: 10px;
float: left;
width: 328px;
height: 329px;
background-color: #ffffff;
text-align: justify;
font-family: verdana;
font-size: 10pt;
border-right: 5px solid #000000;
overflow-x: hidden;
overflow: auto;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #EEEEEE;
scrollbar-3dlight-color: #ffffff;
scrollbar-shadow-color: #fbfbfb;
scrollbar-darkshadow-color: #ffffff;
scrollbar-arrow-color: #9edcf8;
scrollbar-track-color: #fbfbfb;
}


#footer {
clear: both;
margin: 0;
background-color: transparent;
background-image: url("images/footer.gif");
background-position: top right;
background-repeat: no-repeat;
height: 121px;
}


.highlight img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.highlight:hover img{ 
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
-moz-opacity: 0.75;
}

