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

/* ============ Content ============
====================================*/

body {
    font-family: arial, helvetica, sans-serif;
    background: #2e2828 url(images/bg.png) repeat-x;
}

#content {
    background: #fff;
    width: 965px;
    margin: 0 auto;
    border-left: 1px solid #282827;
    border-right: 1px solid #282827;
}

/* =========== Header ============
====================================*/

.header {
    background: url(images/header.jpg) repeat-x;
    height: 115px;
}

.logo img {
    margin: 0px 0px 0px 12px;
    border: none;
}

.menu {
    background: url(images/menu_bg.png) repeat-x;
    height: 39px;
}

.menu ul {
text-align: center;   
    margin: 0px 9px 0px 0px;
}

.menu ul li {
    display: inline;
    background: url(images/menu_list.png) 0% 0% no-repeat;
    line-height: 38px;
    margin: 0px 5px 0px 0px;
}

.menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    padding: 0px 0px 0px 18px;
    font-weight: bold;
}

.menu ul li:hover {
    background: url(images/menu_list_hover.png) 0% 0% no-repeat;
}

.menu li.first, .menu li.first:hover {
    background: none;
}

/* =========== Left Side ============
====================================*/

#left_side {
    width: 640px;
    float: left;
    margin: 14px 0px 0px 10px;
}

#left_side h1.headline {
    color: #303134;
    font-weight: bold;
    font-size: 23px;
    letter-spacing: -1px;
    padding: 5px 0px 9px 0px;
}

.main_text {
    margin: 0px 0px 10px 0px;
}

.main_text p {
    font-size: 14px;
    color: #303134;
    line-height: 18px;
}

.news ul li {
    margin: 0px 0px 0px 15px;
    padding: 5px 0px 5px 0px;
    list-style: url(images/list-style.png);
}

.news ul li p {
    font-size: 14px;
    color: #303134;
    line-height: 18px;
}

.news {
    margin: 0px 0px 10px 0px;
}

.recent_news p {
    font-size: 14px;
    color: #303134;
    line-height: 18px;
}

/* =========== Right Side ===========
====================================*/

#right_side {
    width: 270px;
    float: right;
    margin: auto;
    margin: 18px 5px 0px 0px;
}

#right_side h2.right_headline {
    background: url(images/right_headline.png) no-repeat;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    height: 32px;
    width: 263px;
    text-align: center;
    line-height: 28px;
    margin: 5px 0px 5px 0px;
}

.quick_menu {
    color: #1f336e;
    font-weight: bold;
    font-size: 16px;
    margin: 0px 0px 15px 0px;
}

.quick_menu li {
    list-style: none;
    background: #eee7e7;
    padding: 7px 0px 7px 32px;
    border-bottom: 1px solid #d9d2d2;
    background: url(images/right_menu.png) 3% 55% no-repeat;
}

.quick_menu li a {
    color: #1f336e;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.quick_menu li:hover {
    background: #dedada url(images/right_menu.png) 3% 55% no-repeat;
}

.user_menu {
    color: #1f336e;
    font-weight: bold;
    font-size: 16px;
    margin: 0px 0px 15px 0px;
}

.user_menu li {
    list-style: none;
    background: #eee7e7;
    padding: 7px 0px 7px 32px;
    border-bottom: 1px solid #d9d2d2;
    background: url(images/right_menu.png) 3% 55% no-repeat;
}

.user_menu li:hover {
    background: #dedada url(images/right_menu.png) 3% 55% no-repeat;
}

.user_menu li a {
    color: #1f336e;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.upcoming_event {
    margin: 0px 0px 15px 0px;
}

.upcoming_event img {
    padding: 4px 0px 0px 5px;
    border: none;
}

.sponsors {
}

.our_sponsors {
    margin: 1px 0px 0px 9px;
}

.sponsors img {
    border: 2px solid #0000ee;
    margin: 1px 0px 0px 0px;
}

/* ============ Footer ==============
====================================*/

#footer {
    clear: both;
    margin: 20px 0px 0px 0px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    height: 30px;
    background: url(images/footer_bg.png) repeat-x;
}

#footer p {
    color: #fff;
}

/* ============ Other ==============
====================================*/

.clear {
clear: both;
}
