body {
	background: #090909 url(bg.gif) repeat fixed;

	color:#ffffff;
	font-family:Verdana, Helvetica, Arial, Sans-serif;
	font-size: 11px;
	/*letter-spacing:0.092em;
	word-spacing:0.05em;*/
	line-height:14px;

	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing:
}

#main {
	width:100%	
}

#folio {
	
}

.unit {	
	width: 50%;
    margin: auto;
    
	width:220px;

	padding:10px;
	background-color: #090909;
}

.separator {
	width: 220px;
	border-top:1px dotted #DDDDDD;
	padding-top:5px;
	padding-bottom:5px;
}

#intro, #item_list {
}

#links {
}

ul { 
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

ul li { 
	width: 220px;
	margin-left: 0px;
	padding-left: 0px;
}

h1, h2 {
	font-size: 11px;
	font-weight: normal;
	display: inline;
}

h1 {
	color: #fff;
}

h2, .item_list ul li:before {
	color: #7f7d78;
}

a, a:visited, a:link, a:visited  {
	color: #7f7d78;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}





