/* CSS Document */

#navigation {
background: url(images/left_logo.png) no-repeat;
width: 306px;
height: 803px;
float: left;
display: block;
z-index: 3; 
margin-left: -783px;
}


#content {
float: left;
width: 477px;
z-index: -1; 
margin-left: 306px; 
display: inline;
}

