﻿
* { padding: 0; margin: 0; }

body {
	background-color: #000513; 
	color: #D1C166;
	font-family: "Bank Gothic", 'Arial Narrow', Helvetica, sans-serif;
	font-size: 13pt; font-variant:small-caps; font-weight: bold;	
}
h1, h2, p { margin: 1em 0; }
h2, h4, b { color:White; font-size: 100%; }
li { margin-left: 22px; }
a { color: #D1C166; text-decoration: none; }
a:hover { color: White; text-decoration: underline; }
img { border: 0 none; }

#container { margin: 0 auto; width: 850px; }

#menu {
	color: White; line-height: 1.25;
	position:absolute; left:0px; top:20px; width:125px;
}
/* #menu li:first-letter { font-size: 14pt; } */
#menu li { margin: 0 0 2em 28px; list-style-type: none; }
#menu li.selected { color: #E0BF09; list-style-type: square; }
#menu li.selected span { color: White; }
#footer { font-size: 10pt; text-align: center; }

.font1 {
	font-family: "Bank Gothic", 'Arial Narrow', Helvetica, sans-serif;
	font-size: 13pt; font-variant:small-caps; font-weight: bold;
}
.font1 a { color: #D1C166; }
.overflow {
	border: 2px solid #213848; overflow:auto; padding:.5em; 
	/* http://iconico.com/CSSScrollbar/ */
	/*	
		scrollbar-3dlight-color: #000513; 
		scrollbar-arrow-color: #0E2533; 
		scrollbar-base-color: #000513; 
		scrollbar-darkshadow-color: #000513; 
		scrollbar-face-color: #7AADCA; 
		scrollbar-highlight-color: #000513; 
		scrollbar-shadow-color: #000513;
	*/
}
.color1 { background-color: #AA3410; }
