﻿#page-wrap { width: 900px; }
a { text-decoration: none; }

.tabs {
    color: #FFFFCC;
    font-family:Verdana;
    font-size:small;
    font-weight:bold;
    list-style: none;
    overflow: hidden;
    padding-left: 1px;
    text-decoration:none;
}
.tabs li { display: inline; }
.tabs li a {
    background: #c9843a;
    border: 1px solid #ccc;
    color:#FFFFCC;
    display: block;
    float: left;
    font-family:Verdana;
    font-size:small;
    font-weight:bold;
    margin: 0 0 0 -1px;
    padding: 4px 8px;
    text-decoration:none;
}
.tabs li a.current {
    background: white;
    border-bottom: 0;
    color: #D58000;
    font-family:Verdana;
    font-size:small;
    font-weight:bold;
    position: relative;
    text-decoration:none;
    top: 2px;
    z-index: 2;
}
.box-wrapper {
    -moz-box-shadow: 0 0 20px black; 
    -webkit-box-shadow: 0 0 20px black;
    background: white;
    border: 1px solid #ccc;
    height: 315px;
    margin: -1px 0 0 0;
    padding: 20px;
    position: relative;
}

.content-box {
    height: 315px;
    left: 20px;
    overflow: hidden;
    position: absolute;
    top: 20px;
    width: 895px;
}



.current { }

.col-one, .col-two, .col-three { width: 30%; float: left; position: relative; top: 315px; }
.col-one, .col-two { margin-right: 3%; }
