*																		{ margin:0; padding:0; color:#000099; }
html																	{ font-size:125%; }
body																	{ font-size:50%; margin:0 auto; width:800px; font-family:Times New Roman, Times, serif; background-color:#FFFFFF; }
div#body_wrap															{ margin:auto; text-align:center; }
div#body_wrap *															{ text-align:left; }

p																		{ font-size:1.5em; color:#000000; margin-top:0.5em; margin-bottom:1.4em; }
h2																		{ font-size:2em; color:#000000; margin-top:0.5em; margin-bottom:1.4em; }
h3																		{ font-size:1.5em; color:#000099; margin-top:0.5em; }

div.story																{ position:relative; top:-600px; margin-left:240px; width:540px; }

/* --- NAVIGATION --- */

div#footer_nav															{ background-color:#DDDDFF; width:800px; margin:auto; padding:8px 0; position:relative; top:2px; border-bottom:2px solid #DDDDFF; font-size:1.2em; }

ul.navigation															{ }
ul.navigation li														{ display:inline; background-color:#DDDDFF; }
ul.navigation li a														{ text-decoration:none; text-transform:uppercase; font-family:Helvetica, sans-serif; padding:8px 16px; color:#000099; background-color:#DDDDFF; letter-spacing:0.1em; }
ul.navigation li a:hover												{ background-color:#000099; color:#FFFFFF; }
ul.navigation li a.selected												{ background-color:#000099; color:#DDDDFF; }


/* --- CLEARFIX --- */

.clearfix:after															{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix																{ display: inline-block; } /* A fix for Internet Explorer Mac */
* html .clearfix														{ height: 1%; } /* A fix for Internet Explorer 6 Win */
.clearfix																{ display:block; } /* A fix for Internet Explorer 6 Win */

.clearleft:after														{ content:"."; display:block; height:0; clear:left; visibility:hidden; }
.clearleft																{ display: inline-block; } /* A fix for Internet Explorer Mac */
* html .clearleft														{ height: 1%; } /* A fix for Internet Explorer 6 Win */
.clearleft																{ display:block; } /* A fix for Internet Explorer 6 Win */

.clearright:after														{ content:"."; display:block; height:0; clear:right; visibility:hidden; }
.clearright																{ display: inline-block; } /* A fix for Internet Explorer Mac */
* html .clearright														{ height: 1%; } /* A fix for Internet Explorer 6 Win */
.clearright																{ display:block; } /* A fix for Internet Explorer 6 Win */

