* {
    margin: 0;
    padding: 0;
}
body {
    background: url("../images/bg.png") repeat scroll 0 0 transparent;
    font: 14px Georgia,serif;
}
#page-wrap {
    margin: 50px auto;
    width: 700px;
}
a {
    text-decoration: none;
}
h3 {
    margin: 0 0 10px;
}
.tabs {
    list-style: none outside none;
    overflow: hidden;
    padding-left: 1px;
}
.tabs li {
    display: inline;
}
.tabs li a {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CCCCCC;
    color: black;
    display: block;
    float: left;
    margin: 0 0 0 -1px;
    padding: 4px 8px;
}
.tabs li a.current {
    background: none repeat scroll 0 0 white;
    border-bottom: 0 none;
    position: relative;
    top: 2px;
    z-index: 2;
}
.box-wrapper {
    background: none repeat scroll 0 0 white;
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 20px black;
    height: 210px;
    margin: -1px 0 0;
    padding: 20px;
    position: relative;
}
.content-box {
    height: 230px;
    left: 20px;
    overflow: hidden;
    position: absolute;
    top: 20px;
    width: 658px;
}
.current {
    z-index: 100;
}
.col-one, .col-two, .col-three {
    float: left;
    position: relative;
    top: 350px;
    width: 30%;
}
.col-one, .col-two {
    margin-right: 3%;
}
