

body {
        background:#fff;
        color:#58585B;
        font-family: Helvetica, Arial, sans-serif;
        font-size:14px;
        font-weight:light;
}

a {
    color:#58585B;
    text-decoration:none;
    font-weight:bold;
}

a:hover {
    color:#BBBDC0;
}

.clear {
    clear:both;
}

#wrapper {
    width:782px;
    margin:0 auto;
}

#big_logo {
    display:block;
    margin:0 auto;
    margin-top:96px;
    margin-bottom:122px;
}

#link {
    text-align:center;
    line-height: 1.4;
}

#link a {
    display:block;
}

#header {
    margin-top:30px;
    height: 130px;
}

#logo {
    display:block;
    width:88px;
    height:118px;
    float:left;
    background:url(../images/small_logo.png) no-repeat;
}

#nav {
    width: 200px;
    float:right;
    text-align:right;
    line-height:1.4;
}

#nav a {
    display:block;
    color:#BBBDC0;
}

#nav a:hover, #nav a.selected {
    color:#58585B;
}

#content {
    margin-top:15px;
    min-height:400px;
    border-bottom:1px solid #58585B;
}

h2 {
    margin-bottom:20px;
}

.left {
    float:left;
}

.right {
    float:right;
}

.column {
    width:377px;
}

p {
    line-height: 1.4;
    margin-bottom:20px;
}

p a {
    color:#EE3C23;
}


#videos h3 {
    font-weight:bold;
    margin-bottom:7px;
    margin-top:20px;
}
