/*
     =======================================================================
     General Rules
     =======================================================================
*/
* {
    padding:0px;
    margin:0px;
}
body {

    background-repeat:no-repeat;
    background-position:top center;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;

        background-color:white;
}

p {
    line-height:18px;
}
.left {
    float:left !important;
}
.right {
    float:right !important;
}
/*
=======================================================================
Wrapper
=======================================================================
*/
#wrappersec {
    width:100%;
    margin:0px auto;

}

/*
=======================================================================
Content Section
=======================================================================
*/
#contentsec {
    width:100%;
   
    background-repeat:no-repeat;
    background-position:top;
    float:left;
    padding-top:6px;

    
    /* min-height: 600px; */
}
/*

/*
=======================================================================
Column 1
=======================================================================
*/
.col1 {
    width:500px;
    float:left;
    margin-left:15px;
}

