@charset "utf-8";
/* CSS Document */
/* Standard Tags */
body{
	margin:0px;
	font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size:1.5em;
	visibility: visible;
	overflow: visible;
	/* margin:.5em; */
}

p{
    font-size:0.7em;
}

/* Custom Classes */
.header {width:100%; clear:both;}
.navigation { text-transform: uppercase; clear:both; width:100%;}
.navigation ul{float:right;background-color:#100C66; color:#fff;}
.navigation ul li {float: left; clear:none; list-style-type: none; padding:.5em;}
.splash{width:98%; clear:both;margin-left:auto; margin-right:auto;}
.logo{float:left;}
.content{width:100%; clear:both;}
.footer{width:100%; clear:both;}



