#content_main {
    position:relative;
    width: 713px;
    left:0px;
    height:400px;
    padding-top:0px;
    padding-bottom: 0px;
}

#inner_content {
    position:relative;
    float:left;
    top: 0px;
    z-index:0;
    right:0px;
}

#inner_content_back {
    position: relative;
    background: url('../images/content-bg.jpg') no-repeat;
    width:950px;
    height:405px;
    left: 0px;
}

#content_details {
    position: absolute;
}

.home_content {
    position: absolute;
    line-height: 1.1;
    z-index: 3;
}

.home_content a {
    color: white;
    text-decoration: none;
    font: bold 12px Arial;
}

.home_content a:hover {
    text-decoration: underline;
}

.home_content p {
    padding: 0;
    margin: 0;
}


#content_nav1 {
    position:absolute;
    left: 37px;
    top: 390px;
    clear:both;
    z-index:2;
}

.home_links a { line-height: 1.6; } 
.selections a{ color: black; text-transform: uppercase; padding-right: 20px; } 
