/* Copyright (C) Organic Development Ltd */

.wrapper {
    margin: auto;
}

#middle {
    clear: both;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#middle-expand {
    width: 200%;
}

#main {
    position: relative;
    left: 50%;
    width: 50%;
    float: left;
}

#main-shift {
    position: relative;
    left: -100%;
    overflow: hidden;
}


#left {
    position: relative;
    left: -50%;
    float: left;
}

#right {
    position: relative;
    float: left;
}

#mainmiddle {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#mainmiddle-expand {
    width: 200%;
}

#content {
    position: relative;
    left: 50%;
    width: 50%;
    float: left;
}

#content-shift {
    position: relative;
    left: -100%;
    overflow: hidden;
	padding-top: 6px;
}

#contentleft {
    position: relative;
    left: -50%;
    float: left;
    overflow: hidden;
}

#contentright {
    position: relative;
    float: left;
    overflow: hidden;
}


.floatbox { overflow:hidden; }
.float-left { float: left; }
.float-right { float: right; overflow: hidden; }
.clearboth{ clear: both }
.clearleft{ clear: left }
.clearright{ clear: right }

.width15 { width: 15%; }
.width18 { width: 18%; }
.width20 { width: 20%; }
.width23 { width: 23%; }
.width25 { width: 25%; }
.width33 { width: 33%; }
.width34 { width: 34%; }
.width35 { width: 35%; }
.width40 { width: 40%; }
.width46 { width: 46%; }
.width50 { width: 50%; }
.width54 { width: 54%; }
.width65 { width: 65%; }
.width75 { width: 75%; }
.width100 { width: 100%; }

 