@charset "UTF-8";
#containment{
	height:100%;
}

body {
	font-family:"Lucida Sans Unicode","Lucida Grande",Helvetica,Arial,sans-serif;
	font-size: 13px;
	background-color:#000;
	height:100%;
	overflow:hidden;
}
.navigator {
	position:absolute;


	bottom:10px;	
	left:10px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	background:black;
	padding:25px;
	color:white;
	z-index:10000
}
.doc {
	position:absolute;
	bottom:300px;
	left:10px;
	z-index:10000
}
h3 {
	font-family:"Lucida Sans Unicode","Lucida Grande",Helvetica,Arial,sans-serif;
	font-size:18px;
	padding:0;
	margin:0;
	line-height:20px;
}

.n a:hover{
	text-decoration:underline;
}

.black .c{
	font-family:"Lucida Sans Unicode","Lucida Grande",Helvetica,Arial,sans-serif;
	font-size: 13px;
	color:#FFFFFF;

}

#copyright{	width:250px;color:white;font-size:10px; padding:5px;margin-right:8px;background:url("../elements/black/c.png") ;-moz-border-radius:4px; -webkit-border-radius:4px}
a{color:white;text-decoration:none}
a:hover{color:white;text-decoration:underline}

img{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-border-radius:5px;
}

h2{
	font-size:16px;
	font-weight:200;

}
.par{
	border-bottom:1px dotted white;
}
.evidence{
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:gray;
	padding:10px;
	margin-bottom:10px;
}

#back{
	position:absolute;
	left:-20px;
	top:350px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	background:black;
	padding:25px;
	color:white;
	width:80px;
	display:none;
	cursor:pointer;
}

    .evidence{
      color:gray;
      padding:10px;
      margin-right:5px;
      margin-top:5px;
      -moz-border-radius:10px;
      -webkit-border-radius:10px;
    }

    #proj{
      display:block;
      padding-top:10px;
      height:30px;
    }
    #proj img{
      padding-right:10px;
    }

    #desk{
      width:100%;
    }

    #desk td{
      padding:5px;
      -moz-border-radius:5px;
      -webkit-border-radius:5px;
    }
    img.sol				{ float: left; margin: 0 1em 1em 0; }
