/*
    HEADER + 2 x COLUMNS + FOOTER realted styles
*/

#page_container {
    zoom: 1;
    margin: 10px;
}

#header {
    clear: both;
    float: left;
    width: 100%;
    background: #FFFFFF none repeat scroll 0%;
    border-bottom: 3px solid #7659b0;
}

#main_container {
    position: relative;  /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear: both;
    float: left;
    width: 100%;         /* width of whole page */
    overflow: hidden;    /* This chops off any overhanging divs */
/*    padding-bottom: 30px;*/
}

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

#content_container {
    float: right;
    width: 50%;
    position: relative;
}

#menu {
    float: left;
    width: 165px;
    position: relative;
    right: 175px;
}

#footer {
	margin: 0px 15px;
	padding-bottom: 10px;
}


#fluid_intro {
	margin: 10px}
	
