﻿/* layout */
body { background: url(  'backgrounds/mainBg.png' ); background-repeat: repeat-x; background-position: top; background-color: #570a79;}

.f_page { width: 930px; text-align: left; margin: auto; }

/* menu */
.f_page .f_menu_o { display: inline-block; clear: both; margin: 0px; padding: 0px; }
.f_page .f_menu_o .f_menu_i { padding-top: 15px; }
/* menu */

/* content */
.f_page .f_content_o { width: 100%; margin: 0px; padding: 0px; }

.f_page .f_content_o .f_content_i { padding: 10px 0px 10px 0px; }
.f_page .f_content_o .f_content_i_bottom { padding: 10px 0px 10px 0px; display: inline-block; clear: both; } 
.f_page .f_content_o .f_content_i_bottom .f_content_left { float: left; width: 30%; margin: 0 0 20px 0; padding: 0; }
.f_page .f_content_o .f_content_i_bottom .f_content_right { float: right; width: 69%; margin: 0 0 20px 0; padding: 0px; }
.f_page .f_content_o .f_content_i_bottom .f_content_right table { border-collapse: collapse; margin: 0px; padding: 0px; }
.f_page .f_content_o .f_content_i_bottom .f_content_right table tr td { margin: 0px; padding: 0px; }
.f_page .f_content_o .f_content_i_bottom .f_content_right table tr td.top { margin: 0px; padding: 0px; background: url('backgrounds/content/top.png'); background-repeat: no-repeat; height: 10px; }
.f_page .f_content_o .f_content_i_bottom .f_content_right table tr td.middle {height: 100%; margin: 0px; padding: 0 10px 0 10px; background-color: #fff; }
.f_page .f_content_o .f_content_i_bottom .f_content_right table tr td.bottom { margin: 0px; padding: 0px; background: url('backgrounds/content/bottom.png'); background-repeat: no-repeat; height: 10px; }
/* content */

/* footer */ 
.f_page .f_footer_o { display: inline-block; clear: both; margin: 0px; padding: 0px; }
.f_page .f_footer_o .f_footer_i { padding: 0; }
/* footer */

