body {
   background-color: #FFFFFF;
}

#content {
   padding-bottom: 20px;
   background: transparent url(../img/layout/grey_gradient_bg.png) no-repeat bottom center;
}

#content #left_col {
   float: left;
   width: 185px;
}

#content #right_col {
   float: right;
   padding-right: 50px;
   width: 670px;
}

#content #left_col ul {
   list-style-type: none;
   background: transparent url(../img/layout/left_menu_bottom.png) no-repeat bottom center;
}

#content #left_col li {
}

#content #left_col li.head {
   margin: 0;
   padding: 8px 10px;
   background: #FFFFFF url(../img/layout/left_menu_head.png) no-repeat top center;
   border-bottom: none;
}

#content #left_col li.last {
   border-bottom: none;
}

#content #left_col li:hover, #content #left_col li.current {
   background: transparent url(../img/layout/left_menu_hover.png) no-repeat center center;
}

#content #left_col li.head:hover {
   background: #FFFFFF url(../img/layout/left_menu_head.png) no-repeat top center;
}

#content #left_col li.last:hover, #content #left_col li.last_current {
   background: transparent url(../img/layout/left_menu_hover_last.png) no-repeat bottom center;
}

#content #left_col li a {
   margin: 0 10px;
   padding: 8px 10px;
   color: #707070;
   text-decoration: none;
   display: block;
   border-bottom: 1px solid #DDDDDD;
}

#content #left_col li a:hover, #content #left_col li:hover a, #content #left_col li.current a, #content #left_col li.last_current a {
   color: #000000;
}

#content #left_col li.head a {
   padding: 0;
   color: #FFFFFF;
   border-bottom: none;
}

#content #left_col li.last a {
   border-bottom: none;
}

#content #right_col h1 {
   font-weight: normal;
   text-align: left;
}

#content #right_col p {
   margin: 15px 0;
   margin-right: 100px;
   line-height: 140%;
}

#content #left_col ul.second {
   margin-top: 40px;
   margin-bottom: 120px;
}
