* {
    padding: 0px;
    margin: 0px;
}

body {
    font-size: 11px;
    font-family: verdana, "trebuchet ms", helvetica, sans-serif;
    line-height: 20px;
}

a {
    color: #143268;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* body->wrapper */
#wrapper {
    position: relative;
    width: 960px;
    margin: 0 auto;
}

#header {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
}

#menu {
    margin-top: 10px;
}

#search {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color:#f8f8f8;
    border:1px solid #f0f0f0;
    padding: 5px;
}

/* body->wrapper->secondarycontent */
#secondarycontent {

    position: relative;
    width: 200px;
    float: left;
}

/* body->wrapper->content */
#content {

    position: relative;
    width: 760px;
    float: right;
}

#content .nav {
    margin-bottom: 10px;
}

#footer {
    clear: both;
    text-align: center;
}
