@charset "UTF-8";
body{
    margin:20px;
    }

.body_font {
    font-family: "Courier New", Courier, monospace;
    font-size: 11px;
	position: fixed;
	left: 39px;
	top: 90px;

}
.body_font_links {
	position: fixed;
	left:360px;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #333333;
	overflow: hidden;
	height: 40px;
	top:22px;
	width: 100px;
	
}
.details {
    position: fixed;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #333333;
	overflow: hidden;
	height: 40px;
	top:22px;
	width: 300px;
	left:480px;
}
	
.line {
	position: fixed;
	left:20px;
	color: #333333;
	border-bottom: 1px dotted #333333;
	overflow: hidden;
	height: 2px;
	top:88px;
	}

a {
    color: #333333;
    text-decoration: none;
}
a:visited {
    color: #333333;
    text-decoration: none;
}
a:hover {
    color: #00FFFF;
    text-decoration: none;
}

.top_email_link{
	color: #333333;
    text-decoration: none;
	}
.top_email_link:hover{
    color: #00FFFF;
	text-decoration: none;
    }
img{
    border: 0;
    }
td{
    font-family: "Courier New", Courier, monospace;
    font-size: 11px;
	color: #333333;
}


.text_cell{
	padding-top: 3px;
	text-decoration: underline;	
}

.image_cell{
	width: 130px;
    padding-right: 5px;
}

.image_link{
	/*display: table-cell;
	float: left;
	margin: 0;
	height: 59px;
	width: 70px;*/
	text-decoration: none;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
}
.image_link:visited{
	text-decoration: none;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
}
.image_link:active{
	text-decoration: none;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
}
.image_link:hover{
	text-decoration: none;
	filter:alpha(opacity=33);
	-moz-opacity:.33;
	opacity: 0.45;
	background-color: #6fe8fd;
}
.mechanical_abstraction {
	background: url("images/mechanical_abstraction/mechanical_abstraction.png"); }
	
	.text_cell_2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #333333;
	padding-top: 0px;
	width: 300px;
	padding-right: 40px;
	position: relative;
}
.image_cell_2 {
	padding-right: 20px;
}
.image_cell_3 {
	padding-right:20px;
	padding-left: 20px;

}

.logo {
    font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #333333;
	position: fixed;
	top:20px;
	left: 20px;
}

p {
	text-align: left;
}	

.links {
    color: #333333;
    text-decoration: none;
}
.links:visited {
    color: #333333;
    text-decoration: none;
}
.links:hover {
    color: #00FFFF;
    text-decoration: none;
}
.project_images {
	position: absolute;
	top: 110px;
	left: 20px;
}
.project_images_2 {
	position: absolute;
	top: 110px;
	left: 20px;
}



