#outer-wrapper {
    width: 813px;
    background-color: #007DC6;
    margin-left: 48px;
    margin-top: 49px;
}

#content-wrapper {
    width: 825px;
    background-color: #FFFFFF;
}

#header {
    width: 842px;
}

#official-link {
 width: 99px;
 position: absolute;
 top: 147px;
 left: 650px;
}

#group-img {
    width: 234px;
    float: left;
    margin: 0 auto;
}

#nav {
    width: 124px;
    background-color: #007DC6;
}

#nav li a {
    width: 114px;
    padding-top: 1.5px;
    padding-bottom: 1.5px;
}

#posts, #related {
    width: 397px;
}

#elist {
    width: 661px;
}

#sidebar {
    width: 264px;
}

#search {
    width: 219px;
    position: absolute;
    top: 150px;
    left: 254px;
}

#search_box {
    width: 173px;
    color: #FFFFFF;
}

#search_go {
    width: 26px;
    height: 26px;
}

#nav li a, #nav li a:hover, #nav li a:visited {
    color: #FFFFFF;
}

#nav li a#selected, #nav li a#selected:hover, #nav li a#selected:visited {
    color: #007DC6;
}

h1, .post h2 a, .post h2 a:hover, .post h2 a:visited, .widget h3, .post h4 {
    color: #007DC6;
}

#sidebar .widget h3 {
    color: #007DC6;
    width: 264px;
}

.post p, .widget p, .widget a, .widget a:hover, .widget a:visited {
    color: #007DC6;
}

.post h4 a, .post h4 a:hover, .post h4 a:visited, .post p a, .post p a:hover, .post p a:visited {
    color: #007DC6;
    text-decoration: underline;
}

#sidebar .widget a, #sidebar .widget a:hover, #sidebar .widget a:visited {
    color: #007DC6;
    text-decoration: underline;
}

table tbody tr td.es_col1 p {
    color: #007DC6;
}

.widget table tbody tr td p, .widget table tbody tr td h4 {
    color: #007DC6;
}


