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

body{
background-color:#F9F9F9;
font-size:100%;
text-align:center;
width:100%;
}
.navigation {
width:350px;
left:50%;
margin-left:-200px;
top:100px;
_top:expression(eval(document.body.scrollTop));
position:fixed;
_position:absolute;
z-index:2;
}
.title{
	font-size:3em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:auto;
	margin-bottom:20px;
	border-bottom:#000000 solid 4px;
	display: block;
}

.subtitle{
font-family:"Times New Roman", Times, serif;
font-size:.8em;
margin-bottom:20px;
}
.project_cont{
height:auto;
width:99%;
position:absolute;
z-index:1;
}
.project_img{
height:450px;
margin-top:50px;
margin-bottom:50px;
width: inherit;
overflow:visible;
float:left;
}
.project_img_left{
width:560px;
height:454px;
float: left;
cursor:pointer;
}
.project_img_right{
	width:580px;
	height:auto;
	overflow:visible;
	float:right;
	margin-right:5px;
}
.project_descr_div{
	width:inherit;
	height:170px;
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	line-height:1.3em;
}
a:link{
font-family:"Times New Roman", Times, serif;
color:#000000;
text-decoration:none;
}
a:visited{
font-family:"Times New Roman", Times, serif;
color:#000000;
text-decoration:none;
}
a:hover{
font-family:"Times New Roman", Times, serif;
color:#000000;
border-bottom:#000000 1px solid;
text-decoration:none;
background-color:#f9f9f9;
}

.project_link{
padding-top:.5em;
border-top:#000000 1px solid;
border-bottom:#000000 1px solid;
padding-bottom:.5em;
}
.img_rollover{
padding-top:4px;
border-top:2px solid #000000;
padding-bottom:4px;
border-bottom:2px solid #000000;
margin-top:-6px;
}
.project_link_sel{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	text-decoration:none;
	font-size: 14px;
	color:#000000;
	line-height:15px;
	border-bottom:#000000 solid 2px;
	background-color:#f9f9f9;
}
.project_link_hov{
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	color:#000000;
	line-height:1.2em;
	border-bottom:2px #000000 solid;
	background-color:#f9f9f9;
}

.project_link a:link {
font-family: "Times New Roman", Times, serif;
font-weight:bold;
text-decoration:none;
font-size:14px;
color:#000000;
line-height:1.4em;
}
.project_link a:visited {
font-family: "Times New Roman", Times, serif;
font-weight:bold;
text-decoration:none;
font-size:14px;
color:#000000;
line-height:1.4em;
}
.project_link a:hover {
font-family: "Times New Roman", Times, serif;
font-weight:bold;
text-decoration:none;
font-size:14px;
color:#000000;
line-height:1.4em;
border-bottom:#000000 solid 2px;
}
