@charset "utf-8";
/*
@backgroundimage: url("../../layout/body_texture.png");
@topleftimage: url("../../layout/top_left.png");
@toprightimage: url("../../layout/top_right.png");
@bottomrightimage: url("../../layout/bottom_right.png");
@bottomleftimage: url("../../layout/bottom_left.png");
@topcenterimage: url("../../layout/top_center.png");
@rightcenterimage: url("../../layout/part_right.png");
@bottomcenterimage: url("../../layout/bottom_center.png");
@leftcenterimage: url("../../layout/part_left.png");
@leftcornerswidth: 31px;
@rightcornerswidth: 31px;
@topcornersheight: 20px;
@bottomcornersheight: 24px;
@toppartheight: 20px;
@bottompartheight: 24px;
@rightpartwidth: 31px;
@leftpartwidth: 31px;*/



body {
   /* background-image: url("../../resources/layout/body_texture.png");*/
   background-color:#FFFFFF;

}

header, footer{
    padding-left: 31px;
    padding-right: 31px;
}

#top_left, #bottom_left {
    width: 31px;
    right: 31px;
    margin-left: -31px;
}

#top_right, #bottom_right {
    width: 31px;
    margin-right: -31px;
}

#top_left, #top_right {
    height: 20px;
}

#bottom_left, #bottom_right {
    /*height: 24px;*/
}

#top_center {
    height: 20px;
}

.section{
    padding-left: 31px;
    padding-right: 31px;
}

.leftDiv{
    width: 31px;
    right: 31px;
    margin-left: -31px;
}

.rightDiv{
    width: 31px;
    margin-right: -31px;
}

#bottom_center {
    /*height: 24px;*/
}

/*#top_left {
    background-image: url("../../resources/layout/top_left.png");

}

#top_center {
    background-image: url("../../resources/layout/activities/top_center.png");
}

#top_right {
    background-image: url("../../resources/layout/activities/top_right.png");
}

.leftDiv{
    background-image: url("../../resources/layout/activities/part_left.png");
}

.rightDiv{
    background-image: url("../../resources/layout/activities/part_right.png");
}

#bottom_left {
    background-image: url("../../resources/layout/activities/bottom_left.png");
}

#bottom_center {
    background-image: url("../../resources/layout/activities/bottom_center.png");
}

#bottom_right {
    background-image: url("../../resources/layout/bottom_right.png");
}*/