/** BASIC */

html, body {
    height: 100%;
}

h2 {
    height: 25px;
    padding: 17px 0px 0px 23px;
}

.bg2, .bg10 {
    width: 966px;
    margin: 0px auto;
}

.bg3, .bg11 {
    padding-bottom: 50px;
}

.bg5, .bg7, .bg13 {
    padding: 15px 31px 10px 28px;
}

/** WRAPPER */

#wrapper {
}

/** HEADER */

#header {
    width: 966px;
    height: 137px;
    margin: 0px auto;
}

/** LOGO */

#logo {
    float: left;
    width: 351px;
    height: 137px;
    background: url(../images/logo_bg.jpg) no-repeat left top;
}

#logo img {
    position: relative;
    top: 55px;
    left: 85px;
}

/** MENU */

#menu {
    float: right;
    width: 615px;
    height: 137px;
    background: url(../images/right_menu_bg.jpg) no-repeat right top;
}

#menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#menu li {
    display: inline;
}

#menu a {
    display: block;
    float: left;
    height: 137px;
}

#menu span {
    display: none;
}

/* Font: Apple Chancery Ultra 18pt */
#menu1 { width: 107px; background: url(../images/menu/membership_btn.jpg) no-repeat left top; }
#menu1:hover { background: url(../images/menu/membership_btn_over.jpg) }
#menu2 { width: 101px; background: url(../images/menu/events_btn.jpg) no-repeat left top; }
#menu2:hover { background: url(../images/menu/events_btn_over.jpg) }
/* Font: Apple Chancery Ultra 14pt */
#menu3 { width: 106px; background: url(../images/menu/rules_btn.jpg) no-repeat left top; }
#menu3:hover { background: url(../images/menu/rules_btn_over.jpg) }
#menu4 { width: 108px; background: url(../images/menu/aboutus_btn.jpg) no-repeat left top; }
#menu4:hover { background: url(../images/menu/aboutus_btn_over.jpg) }
#menu5 { width: 103px; background: url(../images/menu/contacts_btn.jpg) no-repeat left top; }
#menu5:hover { background: url(../images/menu/contacts_btn_over.jpg) }

/** CONTENT */

#extra1 {
    float: left;
    width: 117px;
    height: 423px;
    background: url(../images/subpage1_04.jpg) no-repeat left top;
}

#extra2 {
    float: left;
    width: 111px;
    height: 423px;
    background: url(../images/subpage1_05.jpg) no-repeat left top;
}

.extra3 {
    clear: both;
    height: 15px;
    background: url(../images/homepage09.jpg) no-repeat left top;
}

.extra4 {
    clear: both;
    height: 15px;
    background: url(../images/subpage1_12.jpg) no-repeat left top;
}

#content {
    float: left;
    width: 738px;
    padding-top: 38px;
    background: url(../images/subpage1_06.jpg) no-repeat left top;
}

#colA {
    float: right;
    width: 519px;
}

#colB {
    float: left;
    width: 219px;
}

#index-colA {
    float: left;
    width: 339px;
}

#index-colB {
    float: right;
    width: 339px;
}

/** FOOTER */

#footer {
    width: 966px;
    margin: 0px auto;
    padding: 30px 0px;
}

/** BOX1 */

#box1 {
}

/** BOX2 */

#box2 {
}

/** BOX3 */

#box3 {
}

/*
#box3 .one {
    float: left;
    width: 220px;
}

#box3 .two {
    float: left;
    width: 200px;
    padding-left: 20px;
}
*/

/** BOX4 */

#box4 {
}

/** BOX5 */

#box5 {
}

/** JQuery UI */
.ui-tabs-hide { display: none; }
.ui-tabs-nav
{
    font-size: 1.1em;
}
.ui-tabs-selected a
{
    font-weight: bold;
    color: #FFFFFF;
}
/* vim:set et sw=4 fdm=marker: */
