*
{
    padding: 5;
    margin: 0;
}

body
{
    background: #fff url(../images/bg.jpg) repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
    font-weight: 700;
}

img
{
    border: none;
}
a
{
    color: #f28a01;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
    color: #000;
}

#wrap
{
    margin: 0 auto;
    width: 900px;
}

#header
{
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: right;
    height: 105px;
}
#header h1
{
    font-size: 30px;
    font-weight: 100;
    letter-spacing: -1px;
    padding: 40px 0 5px 0;
}
#header h1 a
{
    color: #ccc;
    text-decoration: none;
}
#header h1 a:hover
{
    color: #222;
    text-decoration: none;
}
#header h2
{
    color: #f28a01;
    font-size: 19px;
    font-weight: 100;
    padding: 10px 0 5px 0;
    letter-spacing: -1px;
    line-height: 12px;
}

#content
{
    padding: 10px 0;
}

.single
{
    width: 98%;
    float: left;
    text-align: justify;
}
.single h2
{
    color: #f28a01;
    font-size: 22px;
    letter-spacing: -1px;
    font-weight: 100;
    padding: 15px 0 15px 0;
}

.left
{
    width: 710px;
    float: left;
    text-align: justify;
}
.left h2
{
    color: #f28a01;
    font-size: 22px;
    letter-spacing: -1px;
    font-weight: 100;
    padding: 15px 0 15px 0;
}

.right
{
    width: 160px;
    display  : none;
    float: right;
    padding: 10px;
    border-left: 1px solid #bbb;
    font-size: 12px;
}
.right ul
{
    list-style-type: none;
    padding: 5px 1px 5px 5px;
}
.right h2
{
    height: 30px;
    font-size: 12px;
    color: #666;
    line-height: 30px;
}
.right a
{
    text-decoration: none;
}

#footer
{
    border-top: 1px solid #bbb;
    text-align: right;
    color: #333;
    font-size: 11px;
    padding: 0 0 10px 0;
}
.ewCcPanelTitle
{
    background-color: #FFDF91;
    padding: 2px 2px 2px 2px;
}
.ewCcPanelCollapsed
{
    background-color: #FFDF91;
    padding: 2px 2px 2px 2px;
}
.ewCcPanelContent
{
    padding: 2px 2px 2px 2px;
    border: solid 1px #FFDF91;
}

.ewCcPanelTitle2
{
    color: #000000;
    background-color: #FFDF91;
    padding: 2px 2px 2px 2px;
}
.ewCcPanelCollapsed2
{
    background-color: #FFDF91;
    padding: 2px 2px 2px 2px;
}
.ewCcPanelContent2
{
    padding: 2px 2px 2px 2px;
    border: solid 1px #FFDF91;
}

.busyprogress
{
    display: block;
    position: absolute;
    padding: 2px 3px;    
}
.busycontainer
{
    border-style: solid;
    border-color: #000000;
    border-width: 1px 1px 1px 1px;
    background-color: #FFFFFF;
    line-height: 1.9;
}
.busybody
{
    background-color: #FFFFFF;
    border-color: #808080;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
}
