body {	
	margin: 0px;
	}
div#top {	
	width: 100%;
	margin: 0px;
	background-color: #909090;
	background: linear-gradient(left, #303030, #D0D0D0);
	background: -moz-linear-gradient(left, #303030, #D0D0D0);
	background: -webkit-gradient(linear, top left, from(#303030), to(#D0D0D0));
	background-image: -o-linear-gradient(left, #303030, #D0D0D0);
	text-shadow: 2px 0px 3px rgba(255,255,255,0.5);
	position: fixed; left: 0px; top: 0px;
	opacity: 0.5;
	z-index: 100;
	}
div#menu {
	width: 100px;
	background-color: none;
	position: fixed;
	top: 80px;
	border-left: 1px solid #000000;
	margin-left: 30px;
	}
div#menu h2{
	padding-left: 13px;
	}
div#menu ul {
	list-style-type: none;
	line-height: 30px;
	font: normal small-caps lighter 13px "Times New Roman"; color: black;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	padding-left: 13px;
	z-index: 0;
	opacity: 0.8;
	}
div#menu ul:hover {
	opacity: 1.0;
	}

div#menu li:hover {
	background-color: black;
	color: white;
	}


div#twitter {
	width: 100px;
	background-color: none;
	margin-left: 13px;
	border-top: 1px solid #000000;
	font: normal small-caps lighter 13px "Times New Roman"; color: black;
	}

h1 {	
	width: 655px;
	margin: 0px auto;
	font: normal small-caps lighter 30px "Times New Roman"; color: white;
	}
h2 {
	width: 655px;
	margin: 10px 0px 1px 0px;
	padding-top: 15px;
	font: normal small-caps lighter 13px "Times New Roman"; color: black;
	}
div#main {	
	width: 655px;
	margin: 50px auto;
	}
img {	
	border: 1px solid black;
	}
img.thumb {
	width: 160px;
	height: 160px;	
	opacity: 0.8;
	}
img.thumb:hover{	
	opacity: 1.0;
	}

img.top {	
	width: 649px;
	height: 358px;
	opacity: 1.0;
	}
img.prof {
	width: 160px;
	height: 160px;
	}
div#image {
	margin: 0px;
	padding: 1px 1px 1px 1px;
	width: 651px;
	height: 360px;
	border:1px solid black;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	}
table {
	z-index: 1;
	}
table.works {	
	margin: 0px;
	width: 655px;
	border-collapse:collapse;
	border:1px solid black;
	padding:0px;
	border-spacing: 0px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	}
td {
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	}
td.noshad {
	box-shadow: none;
	}
	
td.title {
	background-color: #CFCFCF;
	background: linear-gradient(left, #D0D0D0, #F0F0F0);
	background: -moz-linear-gradient(left, #D0D0D0, #F0F0F0);
	background: -webkit-gradient(linear, top left, from(#D0D0D0), to(#F0F0F0));
	background-image: -o-linear-gradient(left, #D0D0D0, #F0F0F0);
	padding-left: 38px;
	box-shadow: none;
	}
td.cont {
	padding-left: 38px;
	box-shadow: none;
	}
tr.title {
	height: 32px;
	}
tr.h40 {
	height: 40px;
	}
p.text {	
	margin: 0px;
	width: 320px;
	height: 320px;
	text-align: center;
	border: 1px solid black;
	}
p.text a {	
	width: 320px;
	height: 320px;
	display: block;
	}
p.text a:hover {	
	width: 320px;
	height: 320px;
	vetical-align: middle;
	display: block;
	background-color: black;
	}
p.dis {	
	margin: 0px;
	padding: 15px 15px 15px 15px;
	width: 130px;
	height: 130px;
	text-align: justify;
	border: 1px solid black;
	font: normal normal lighter x-small "Times New Roman";
	line-height: 120%;
	}
span.title {	
	font: normal small-caps bold 13px "Times New Roman";
	color: white;
	}
span.cont {
	font: normal lighter 13px "Times New Roman"; color: black;
	}
table.index {	
	border-collapse:collapse;
	border:0px;
	padding:0px;
	border-spacing: 0px;
	text-align: center;
	}
div#tolist {	
	text-align: center;
	width: 655px;
	margin: 0px auto;
	}
table.menu {	
	width: 655px;
	border-collapse: collapse;
	border:0px;
	}
tbody {	
	font: normal normal lighter small "Times New Roman";
	}
div#copy {	
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 0px;
	background-color: black;
	height: 100px;
	margin: 50px auto 0px auto;
	}
p#copy {	
	margin: 30px auto 0px auto;
	text-align: center;
	font: normal normal lighter 13px "Times New Roman";
	color: black;
	}
a.text {	
	border: none;
	font: normal normal lighter 13px "Times New Roman";
	text-decoration: none;
	color: black;
	}
a.text:hover {	background-color: black;
	color: white;
	}
a:hover img.top {
	opacity:1.00;
	}
a.pop {
	position: relative;
	}

a.pop span {
	display: block;
	border: none;
	background-color: #303030; color: #FFFFFF;
	font: normal normal lighter 13px "Times New Roman";
	line-height: 18px;
	text-decoration: none;
	position: absolute;
	top: -120px;
	left: 180px;
	padding: 10px;
	visibility: hidden;
	width: 140px;
	height: 140px;
	opacity: 0;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 2s;
	-o-transition-property: opacity; 
	-o-transition-duration: 2s;
	-moz-transition-property: opacity; 
	-moz-transition-duration: 2s;
	-ms-transition-property: opacity;
	-ms-transition-duration: 2s;

	}
span.triangle {
	position: relative;
	background-color: #303030;
	}
span.triangle:after {
	position: absolute; bottom: 120px; left: -30px;
	content: ""; width: 0; height: 0;
	border-top: 7px solid transparent;
	border-right: 30px solid #303030;
	border-bottom: 7px solid transparent;
	}

a.pop:hover,a.pop:hover span {
	visibility: visible;
	opacity: 1;
	z-index: 50;
	text-decoration: none;
	} 

a.pop2 {
	position: relative;
	}

a.pop2 span {
	display: block;
	border: none;
	background-color: #A0A0A0; color: #FFFFFF;
	font: normal normal lighter 13px "Times New Roman";
	line-height: 18px;
	text-decoration: none;
	position: absolute;
	top: -180px;
	left: 200px;
	padding: 10px;
	visibility: hidden;
	width: 140px;
	height: 140px;
	opacity: 0;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 2s;
	-o-transition-property: opacity; 
	-o-transition-duration: 2s;
	-moz-transition-property: opacity; 
	-moz-transition-duration: 2s;
	-ms-transition-property: opacity;
	-ms-transition-duration: 2s;

	}
span.trg2 {
	position: relative;
	background-color: #A0A0A0;
	}
span.trg2:after {
	position: absolute; bottom: 40px; left: -50px;
	content: ""; width: 0; height: 0;
	border-top: 9px solid transparent;
	border-right: 50px solid #A0A0A0;
	border-bottom: 9px solid transparent;
	}

a.pop2:hover,a.pop2:hover span {
	visibility: visible;
	opacity: 1;
	z-index: 50;
	text-decoration: none;
	} 

ul.tdftad {
	visibility: hidden;
	}