body {
	background: #000 url('http://www.a-v0id.info/imgs/base-bg.png') 
repeat-y;
	clear: both;
	margin: 0px 0px 30px 0px;
	color: #a5a4a4;
	font-family: Tahoma, verdana, Arial;
	font-size: 1.05em;
}
a , a:active , a:visited , a:hover   {
	color: #373737;
	font-weight: bolder;
	border:0px none;
}
a , a:active , a:visited {
		text-decoration: none;
}
a:hover  {
		text-decoration: underline;
}
img {
	border:0px none;
}	
div#page {
	width:100%;
	height: 100%;
#	background: transparent 
url('http://www.a-v0id.info/imgs/left-bg.png') repeat-y left;
}
div#header #logo {
	position: absolute;
	left: 0px; top: 0px;
}
#content {
	position: absolute;
	left: 106px;
	top: 24px;
}
div.article {
	padding: 10px 10px 0px 10px;
	background-color: #8f8f8f;
	border: #7f7f7f dashed 1px;
	width: 485px;
	text-align: justify;
	color:#000;
	margin-bottom: 30px;
}
div.article h1 {
	font-size:1.2em;
	padding:0px; 
	margin:0px; 
}
div.article h2 {
	font-size:1.1em;
	padding:0px; 
	margin:0px; 
}
div.article h3 {
	font-size:1.05em;
	padding:0px; 
	margin:0px; 
}

div.article p {
	 text-indent: 1.5em;
}
div.article dl { margin-left:30px;}
div.article dt { margin-top:10px; font-weight: bold;}
div.article dt, dd { font-size:0.9em; text-align:left;}
div.article dd { margin-left:10px; font-style:italic;}
div.article p.date {
	float:right; 
	position:relative;
	top:-10px;
	margin-bottom:-30px;
	font-size:0.8em; 
}
div.article p.foreword { 
	font-style:italic;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px dashed;
}
div#footer, div#footer a {
	font-size:0.8em;
	text-align:center; 
	color:#555;
}
code, pre.code {
	display: block;
	border: 1px solid #333;
	padding:5px;
	margin:3px;
}
code, .code {
	background-color:#9f9f9f;
	font-style:normal;
	text-align: left;
	white-space: pre-wrap;
}
dt.toc {
	text-align: center; 
	font-size: 0.6em;
	font-style: normal;
	font-weight: normal;
}
div.article dd.link { background: transparent url("http://www.a-v0id.info/imgs/icon-dl.gif") no-repeat center left;	font-size: 10pt; padding-left:20px; font-style:normal;}
div.article dd.link a { color:#993333;}
div.article dd.link a:hover { color:#ee3333;}
