* {
    padding: 0px;
    margin: 0px;
}

BODY {
    padding: 10px;
    font-family: "Arial", sans-serif;
    font-size: 12px;
}


A:link {
    text-decoration:none;
    color: #00d;
}

A:visited {
    text-decoration:none;
    color: #00d;
}

A:hover {
    text-decoration: underline;
}

A:active {
    text-decoration:none;
}

.cl {
  clear: both;
}

#container {
    width: 891px;
    margin: 0 auto;
    padding: 0px;
    text-align: left;
}

#header {}

#menu {
    text-align: center;
    margin: 5px 0 5px 0;
}

#menu UL {
    width: 100%;
}

#menu LI {
    list-style-type none;
    display: inline;
    padding-right: 3px;
    padding-left: 3px;
    border-right: 1px solid #000;
}

#menu A {
    color: #000;
    font-size: 10px;
    font-weight: bold;
}

#wrapper {
    border: 6px solid #009ace;
    background-color: #ddd;
    width: 879px;
}

#content {
    float: left;
    width: 740px;
    background-color: #fff;
    padding: 5px;
}

#content H1 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #00c;
}

#content H2 {
    border-left: 1px solid #009ace;
    border-top: 1px solid #009ace;
    margin-bottom: 5px;
    background-color: #ffc;
    font-size: 15px;
    font-style: italic;
    padding: 2px;
}

#content P {
    margin-bottom: 10px;
    line-height: 18px;
}

#content UL {
    margin-left: 20px;
}

#content .feature-left {
    float: left;

}

#content .feature-right {
    float: right;
    margin: 0 0 5px 5px;
    background-color: #eee;
    padding: 5px;
}

#left {
    float: left;
    width: 395px;
    padding-right: 5px;
}

#right {
    float: right;
    width: 340px;
}

#sidebar {
    float: right;
    width: 120px;
    font-size: 11px;
    padding: 5px 5px 5px 0;
}

#sidebar H1 {
    font-size: 12px;
}

#sidebar H2 {
    font-size: 11px;
}

#sidebar UL {
    margin-bottom: 10px;
    margin-top: 3px;
}

#sidebar LI {
    list-style-type: none;
    margin-left: 5px;
}
