/*                                    Main Layout
*/


#header                               { background-image: url(../gfx/ferdinands_header.jpg); background-repeat: no-repeat; background-position: left top; text-align: left; width: 900px; height: 148px; border-top: 1px solid #385014; border-right: 1px solid #385014; border-left: 1px solid #385014; }

#navi                                 { background-image: url(../gfx/bg_navi.gif); background-repeat: repeat-x; text-align: left; width: 880px; height: 25px; padding-left: 20px; border-color: #385014; border-style: solid; border-width: 1px 1px 0; }

#main                                 { background-image: url(../gfx/bg_main.jpg); background-repeat: no-repeat; background-position: 0 bottom; text-align: left; width: 900px; height: auto; clear: both; min-height: 500px; border: solid 1px #385014; display: block; }

#footer                               { background-image: url(../gfx/bg_footer.gif); background-repeat: repeat-x; text-align: center; width: 900px; height: 23px; border-left: 1px solid black; border-bottom: 1px solid black; border-right: 1px solid black; color: #fff; text-align:center; padding-top: 2px;}


/*                                    Container
*/
.main_container                       { width: 90%; padding: 0 5%; margin-bottom: 140px; }
.main_left                            { background-image: url(../gfx/bg_white.png); width: 42%; min-height: 400px ; float: left; margin-bottom: 40px;  padding: 20px 2.5%; border-color: #ccc; border-style: solid; border-width: 1px; }
.main_right                           { background-image: url(../gfx/bg_white.png); width: 45%; min-height: 400px ; float: right; margin-bottom: 40px;  padding: 20px 2.5%; border-color: #ccc; border-style: solid; border-width: 1px; }
.main_center                          { background-image: url(../gfx/bg_white.png); width: 95%; min-height: 400px ; float: left; margin-bottom: 40px; margin 0 auto: 2%; padding: 20px 2.5%; border-color: #ccc; border-style: solid; border-width: 1px; } 

/*.main_left,
.main_right,
.main_center							{ .background-image: url(../gfx/bg-ie-white.gif) !important; *background-image: url(../gfx/bg-ie-white.gif) !important; }
*/

.main_right img                       { width: 365px; }


