@charset "utf-8";
/* CSS Document */
body {
	min-width: 800px;
	background:#fafafa url(../images/bg_body.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: center;
	color: white;
}
#header { text-align: left; padding-top: 10px; padding-left: 2em; }
#header_logo_secondary { position: absolute; float: right; top: 20px; right: 20px; }
#content_container { margin: 2em; }
#main_content {background: #fff; border-right:1px solid #888; border-left:1px solid #888; padding: 2em;  overflow: hidden;}
/* #main_content div {margin-left: 5px; } */
#main_content table { overflow: hidden; }
#copyright {color: #369; font-size: x-small; text-align: center; margin-bottom: 1em;}

img { margin-top: 50px; }

h1 { font-size:14px; }
h2 { font-size:12px; }
h3 { font-size:10px; }


.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block;}
.b1 {height:1px; background:#888; margin:0 5px;}
.b2 {height:1px; background:#fff; border-right:2px solid #888; border-left:2px solid #888; margin:0 3px;}
.b3 {height:1px; background:#fff; border-right:1px solid #888; border-left:1px solid #888; margin:0 2px;}
.b4 {height:2px; background:#fff; border-right:1px solid #888; border-left:1px solid #888; margin:0 1px;}

