/* --- layout-2column.css --- */

/* =====================================================================
	specific layout styles
===================================================================== */
/* --- layout-home.css --- */

/* =====================================================================
	specific homepage layout styles
===================================================================== */

#centralWrapperBorder

{
        background: url("/images/cycling/grungeborder.png") no-repeat scroll 0 0 transparent;
           background-color: #FFFFFF;
    clear: both;
    padding: 0 15px;
    position: relative;
    width: 940px;

}

#centralWrapper

{


}

#main
{
    float: left;
    padding: 0 24px 0 10px;
    width: 654px;
    position: relative;
}

#right
{
    float: right;
    width: 222px;
    clear: right;
}

.stage1 #right, .rightInside
{
    position: relative;
    bottom: 251px;
    margin-bottom: -253px;
}

.stage1 .rightEvents

{
    bottom: 0 !important;
}

.stage1 .rightEvents, .rightEvents
{
    position: inherit !important;
    bottom: inherit  !important;
    margin-bottom: 0  !important;
}

/*stage 2*/


#main
{
    float: left;
    padding: 0 4px 0 0;
    width: 664px;
    margin-top: 10px;
}

.stage2 #main
{
    width: 706px;
}