body {
        background : #669966 url(images/back_all1.jpg) repeat-x;
        font-family : Arial, Helvetica, sans-serif;
        font-size : 100%;
        color : #ffffcc;
        margin-bottom : 20px;
        margin: 0;
        padding: 0;
}

#main {
        width : 95%;
        margin : 0 auto;


}
#header {
        height : 235px;
        margin : 0 auto;

}
#logo {

        height : 233px;
        background : url(images/header1-2.jpg) no-repeat;
}

#menu {
        height : 67px;
        padding-left : 140px;

}
#menu ul {
        margin : 0;
        list-style : none;
}
#menu li {
        display : inline;
}
#menu a {
        float : left;
        width : 173px;
        height : 43px;
        margin : 0 0 0 2px;
        padding : 24px 0 0 0;
        text-decoration : none;
        text-align : center;
        font-size : 16px;
        font-weight : bold;
        color : #ffffcc;
}
#menu a:hover {
        background : url(images/menu_r.jpg) repeat-x;
}
#page {
        margin-left: 80px;


}
#content {
        float : left;
        width : 424px;
        margin-right : 5px;
        margin-left : 15px;


}
#page {
        margin-left: 180px;

}

#content {
        float : left;
        width : 424px;
        margin-right : 5px;
        margin-left : 15px;

}
#content h2 {
        width : 404px;
        height : 34px;
        background : url(images/middle.jpg) no-repeat;
        color : #ffffcc;
        font-size : 1.1em;
        padding-top : 10px;
        padding-left : 20px;
        text-align : center;
}
#content .center_back {
        width : 384px;
        background : url(images/middle_back1-1.jpg) repeat-y;
        padding : 10px;
        text-align : center;
}
#content .center_back ul, #content .center_back ol {
        margin-left : 10px;
}
#content .center_bottom {
        width : 424px;
        height : 6px;
        background : url(images/middle_bottom.jpg) no-repeat;
}
.title {

        margin-bottom : 5px;

}
.sidebar {
        float : left;
        width : 208px;
        margin-top : 10px;
        color : #0E5529;
}
.sidebar ul {
        margin : 0;
        padding : 0;
        list-style : none;
        text-align : left;
}
.sidebar li {
        padding : 0 0 6px 20px;
}
.sidebar a {
        text-decoration : none;
        color : #003333;
        font-size : 0.7em;
}
.sidebar a:hover {
        color : #0000ff;
        text-decoration : underline;
}
#leftbar h2 {
        padding-top : 15px;
        font-size : 14px;
        font-weight : bold;
        color : #ffffcc;
        background : url(images/sidebar_left.jpg) no-repeat;
        height : 29px;
        text-align : center;
        text-transform : uppercase;
}
#rightbar h2 {
        padding-top : 15px;
        font-size : 14px;
        font-weight : bold;
        color : #ffffcc;
        background : url(images/sidebar_right.jpg) no-repeat;
        height : 29px;
        text-align : center;
        text-transform : uppercase;
}
#rightbar {
        margin-left : 10px;
}
#leftbar .back, #rightbar .back {
        background : url(images/sidebar_middle.jpg) repeat-y;
        padding : 10px;
}
#leftbar .bottom, #rightbar .bottom {
        background : url(images/sidebar_bottom.jpg) no-repeat;
        height : 6px;
        width : 208px;
        margin-bottom : 10px;
}
#clear {
        clear : both;
}
#footer {
        clear : both;
        padding-top : 10px;
        height : 62px;
        background : url(images/footer.jpg) repeat-x;
}
#footer p {
        text-align : center;
        font-size : smaller;
        color : #ffffcc;
}
#footer a {
        color : #ffffcc;
}

div.hr {
        width: 100%;
        background-color: #99CC66;
        height: 5px;
        border: 1px solid #003333;
}


h1, h2, h3 {
        font-family : Arial, Helvetica, sans-serif;
}

img {
        border : none;
}
p {
        text-align : center;
        font-size : 0.8em;
}
.new {
        text-align : left;
        font-size : 0.7em;
}

.left {
        text-align : left;

}

a {
        color : #ffff99;
}
a:hover {
        text-decoration : none;
        color : #e0ff00;
}