@charset "utf-8";

html,body { margin:0px; padding:0px; }
body { background:#101010; font: 14px "Lucida Grande", "Lucida Sans", verdana, arial; color:#ebebeb;  }
a { color:#ebebeb; border-bottom:#c0c0c0 dotted 1px; text-decoration:none; }
a:hover { color:#fff; border-bottom:none; }
p.areaText { margin:10px 10px 10px 30px; }
div#header { position:relative; height:117px; background:#3f3f3f url(../../img/header.png) no-repeat bottom right; }
div#links {  background:#191919; }
div#bio { background:#323232 url(../../img/bgbio.png) no-repeat top left; }
div#contact { background:#262626 url(../../img/bgcontact.png) no-repeat top left; }
div#portfolio { background:#101010 url(../../img/bgfolio.png) no-repeat top left; }
div.folioInner { padding:10px 10px 10px 30px; }
div.folioPiece { border-bottom:#333333 1px solid; }
div#fullfolio { display:none; }
div#respect { background:url(../../img/bgrespect.png) no-repeat top left; margin-right:30px; float:left; display:block; min-height:100px; }
div#respect ul li { list-style:none; }
div#places { background:url(../../img/bgplaces.png) no-repeat top left; margin-right:30px; float:left; display:block; min-height:100px; }
div#places ul li { list-style:none; }
span.lineThru { text-decoration:line-through; }
img { border:none; }


div#debugArea { background:#FFFF99; color:#222222; border:#FFCC00 1px solid; text-align:right; }