html {
    
}

body {
    background-color:#000;
    margin:0;
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    background-image:url(../assets/box_bg_border.png);
    background-repeat:repeat;
    background-position:20px 62px;
}

#header {
    border-bottom:solid 1px #aeff00;
    padding:12px;
    background-color:#000000;
    height:16px;
}

#header p.title {
    color:#fff;
    font-style:italic;
    font-weight:bold;
    font-size:14px;
    float:left;
}

#header span.copyright {
    color:#666666;
    font-size:13px;
}

#header span.copyright a {
    color:#666666;
    text-decoration:none;
}

#header span.copyright a:hover {
    text-decoration:underline;
}

#header a.e17 {
    font-size:13px;
    color:#ffffff;
    float:right;
    font-weight:bold;
    text-decoration:none;
}

#header a.e17:hover {
    color:#aeff00;
}

#header a.e17 span {
    color:#aeff00;
}

#header a.e17:hover span {
    color:#ffffff;
}

#content {
    margin:1px 0 0 0;
    padding:20px 0 0 20px;
}

#content .box {
    height:317px;
    width:242px;
    padding:15px 20px 15px 20px;
    border:solid 3px #000000;
    float:left;
    margin:0 1px 1px 0;
    overflow:hidden;
    position:relative;
    display:block;
    text-decoration:none;
}

#content .item {
    background-color:#000000;
}

#content .item:hover {
    border-color:#aeff00;
}

#content .item .inner-border {
    border:solid 3px #aeff00;
    width:100%;
    height:100%;
}

#content .item span.number {
    display:block;
    font-family:Arial, Helvetica, sans-serif;
    color:#0d0d0d;
    position:absolute;
    bottom:0px;
    right:10px;
    font-size:75px;
    font-style:italic;
    font-weight:bold;
    text-align:right;
}

#content .item span.title {
    display:block;
    color:#e6e6e6;
    font-size:13px;
}

#content .item:hover span.title {
    color:#ffffff;
}

#content .item .description {

}

#content .item .description span {
    display:block;
    color:#808080;
    font-size:12px;
    margin:15px 0 0 0;
    line-height:17px;
}

#content .item:hover .description span {
    color:#999999;
}

#content .soon {
    background-color:#000000;
}

#content .soon:hover {
    border-color:#222222;
}

#content .soon p.title {
    margin-top:130px;
    text-align:center;
    color:#666666;
    font-size:14px;
}

#content .soon .description p {
    text-align:center;
    color:#333333;
    font-size:12px;
    margin:10px 0 0 0;
}