/*
 *CSS.CSS - Cascading Style Sheet file for 2009 sekavec.org
 */


/*top layer divs*/
.t_top {width: 100%; position: relative; text-align: center;}
.t_mid {width: 100%; position: relative; text-align: center;}
.t_bot {width: 100%; position: relative; text-align: center;}

/*sub layout divs*/
.s_top {width: 50%; height: 150px; margin-left: auto; margin-right: auto; position: relative;}
.s_mid {border: 1px solid black; width: 750px; height: auto; margin-left: auto; margin-right: auto; position: relative;}
.s_bot {width: 40%; height: 100px; margin-left: auto; margin-right: auto; position: relative;}

/*nav menu*/
.mc {border: 0; width: 100%; table-layout: auto; cellspacing: 0; cellpadding: 0;}
.mc td {border: 1px solid black; text-align: center; width: 20%;}

/*layout*/
.7-3-rightmajority {border: 0; width: 100%; table-layout: auto; cellspacing:5; cellpadding: 5;}
.7-3-rightmajority td {valign: top;}
