@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
}
a:link {
	color: #000;
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration:underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
body, td, th {
	font-size: 0px;
	background:#000;
}
#navigation {
	float:left;
	height:200px;
	width:200px;
	font-size:11px;
	color:#000;
	background:#ff6100 url(../_img/logo.png);
	border-bottom:solid 2px #000;
	border-right:solid 2px #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:600;
	font-style:italic;
}
#navigation div {
	padding:75px 0 0 4px;
}
#navigation ul {
	padding:0 0 0 16px;
}
.project_thumbnail {
	float:left;
	border-bottom:solid 2px #000;
	border-right:solid 2px #000;
}
.project_thumbnail img {
}

img
{
	opacity:1;               /*Firefox & Chrome*/
	filter:alpha(opacity=50);   /* IE */

}

img:hover
{
	opacity:.5;               /*Firefox & Chrome*/
	filter:alpha(opacity=100);   /* IE */
}