body {
	padding:10px;
	color: #333;
	text-align: justify;
}
a {
	color: #993322;	
	text-decoration:none;
}
a:visited, a:active {
	color: #772200;
}
a:hover {
	color: #CC8866;
}

hr {
	width:100%;
	height:1px;
	color:#AAA;
}
.code {
	font-family: monaco, courier new, fixed;
	font-size: .75em;
	border: 1px dashed #777;
	background: #CCC;
	margin: 20px;
	padding: 5px;	
	overflow:auto;
}
.footer {
	font-size: 0.65em;
	margin-top:3em;
	border-top: 1px solid #DDD;
	color: #666;
	width:100%;
}
div#header {
	background: #DDD;
	padding:10px;
	margin:0;
	position:fixed;
	top:0px;
	left:0px;
	height:3em;
	width:100%;
	overflow:hidden;
	z-index:100;
}
div#main {
	position:absolute;
	top:4em;	
}
div#header_icon {
	float:left;
	margin-bottom:0;
}
div#header_icon img {
 	width:3.5em;
	height:3.5em;
	padding-right:10px;
	margin-bottom:0;
	border:none;
}
div#header h1 {
	margin:0px;
	color:#666;
	font-size: 2em;
}
div#header .biline {
	margin:0px;
	padding:0px;
	font-size: 10pt;
	color:#777;
	font-weight:bold;
}

.container h2 {
	font-size: 1.3em;
	border-top: 1px solid #AAA;
	padding-top:2px;
	margin-top: 1.5em;
	margin-bottom:0.5em;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-weight: bold;
}

h4 {
	margin-top:1.5em;
	margin-bottom:0.5em;
}

#style_picker { 
	display:none;
}

blockquote  { margin: 2em; color: inherit; font-style: normal; }

.menu ul {
	margin:0;
	padding:0;
	list-style-type: none;
}
.menu ul li {
	padding-left: 2px;
	margin-top:5px;
}
.label {
	text-align:right;
	font-weight:bold;
	overflow:hidden;
}
