/* 
    Document   : three_cols_layout
    Created on : Nov 17, 2008, 12:41:32 AM
    Author     : aggelos
    Description:
        This css contains the layout for the 1 column maincontainer.
*/
@import url('layout.css');

.columnsContainer{
    width: 100%;
    margin-top:5px;
    position: relative;
    text-align: center;
    border: 0px solid white;
}

.column1 {
    margin: 0 auto;
    width: 90%;
    height: auto;
    border: 0px solid white;
    text-align: left;
}