@charset "utf-8";
/* CSS Document */

#block, .topLeft, .topRight, .bottomLeft, .bottomRight
{
padding:0px;
background-color:#FFFFFF;
background-repeat:no-repeat;
}

/*#bottomBlock 
{
background-color:#FFFFFF;
}*/

.topRight, .bottomRight
{
/*margin-right:0.5em;*/
background-position:right top;
float:right;
}

.topLeft, .bottomLeft
{
padding:0px;
margin:0px;
float:left;
}

.topLeft 
{
background: url('images/corner_top_left.gif') ;
height:21px;
width:21px;
}

.topRight 
{
background: url('images/corner_top_right.gif');
height:21px;
width:19px;
}

.bottomLeft 
{
background: url('images/corner_bottom_left.gif');
height:21px;
width:22px;
}

.bottomRight 
{
background: url('images/corner_bottom_right.gif');
height:21px;
width:22px;
}



/* For the first shadowed border */
#shadowed-border { width:790px; margin:20px auto; }
#shadowed-border .sb-inner { background:#FFFFFF; }
#shadowed-border .sb-border { background:#FFFFFF; }

/* The links */
#links { color:#4c2; padding:20px; margin:20px; width:400px; margin:0 auto; }
#links .sb-inner { background:#444; }
#links a { color:#9f2; }
#links a .sb-shadow { background:transparent; }
#links a:hover .sb-shadow { background:#777; }