/* CSS Document */
#wrapper{
    margin:10px 0;
    background: url(../images/shadow.jpg) no-repeat center top;
}

#page{
    background:#fff;
    border: #e3e3e3 1px solid;

}
#header{
    background-image:url(../images/header.jpg);
    background-repeat:no-repeat;
    height:100px;
    margin-top: 10px;
}

#headerTop{
    height:60px;
}

#searchForm{
    margin: 60px 0 0 465px;
    width:320px;
}

#contentWrapper{
}

#pageTop{
    padding:10px;
    border-bottom:#8BA937 dotted 1px;
}

#topRight, #topLeft{
    width:380px;
    padding:0 10px 0 0;
    float:left;
}

#pageBody{
    background: url(../images/body-bg.png) repeat-y;
}

#pageBodyWrapper{
    margin:0 10px 10px 10px;
    background:url(../images/content-bg.jpg) repeat-x #F3F2F0 bottom;
    min-height:600px;
    padding: 20px 0;
}

#pageLeft{
    width:510px;
    float:left;
    padding-right:10px;
}

#pageRight{
    padding:0 10px 0 20px;
    width:210px;
    float:left;
}


.clearFix:after{
    content: ".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

/* Hides from IE-mac \*/
html .clearFix {height:1%;}
/* End hide from E-mac */

.clearBoth{
    clear:both;
}

.content_inner{
    padding:0 10px;
}


