/*  
*   index.css
*   Bioshock home page style sheet.
*   Based on that of the Andy West home page.
*   Written by Andy West 
*   Written on 15 July 2006.
*   Updated on 28 June 2009.
*/
.page                   { width: 100%; margin: auto; }

.page .head             { float: left; width: 100%; }
.page .head h1          { font-size: xx-large; font-weight: bold; text-align: center; padding-bottom: 5px; }

.page .content          { width: 100%; float: left; }
.page .content h2       { font-size: large; color: navy; background-color: white; }
.page .content .col1    { width: 40%; float: left; padding-right: 5%; }
.page .content .col2    { width: 20%; float: left; padding-right: 5%; }
.page .foot             { width: 100%; float: left; }

.jot                    { font-size: x-small; }

img#bioshock_title      { width: 480px; height: 177px; border: 0; }
img#subtt_links         { width: 182px; height:  24px; }
img#subtt_navigate      { width: 182px; height:  24px; }
img#subtt_topics        { width:  81px; height:  22px; }
img#subtt_welcome       { width: 113px; height:  23px; }


