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

body {
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #002;
	padding: 10px;
	margin: 20px;
	background-image:url(../images/background.png);
	}



p {
	margin: 0 0 5px 110px;
}

h1 {
	border-bottom: 1px solid #CCC;
	text-indent: 110px;
	cursor: pointer;
}

h2 {
	border-bottom: 1px solid #CCC;
	color:#00CCCC;
	font-style:italic;
}

a img{
	border:#333333 dashed 2px;

}


#dragger {
	position: absolute;
	top: 20px;
	left: 30px;
	height: 150px;
	width: 150px;
	background-image: url(../images/eye_aim.png);
}
#drag_instructions{
	display: none;
	font-size: 16px;
	margin-top: 150px;
	padding: 0px 5px 5px 5px;
	color: rgb(10,20,50);
	background: rgb(220,205,200);
	width: 400px;
	position: absolute;
	
}
#drag_instructions b{
	text-align:center;
}
#spectrum {
	height: 200px;
	width: 640px;
	background-image: url(../images/spectrum.png);
	background-repeat: no-repeat;
}

#wrap{
	margin: 0pt auto;
	width: 1000px;
}
#work_space{
	background: #000;
	margin: 0pt auto;
	width: 900px;
	
}
#work_details_space{
	border: #666666;
	max-height: 150px;
	margin: 0pt auto;
	
}

#digalog{
	background-color:#333333;
	width: 700px;
	padding: 10px;
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	color:#CCCCCC;
	
}
#digalog img{
	padding: 20px;
}
#digalog a{
	color:#FFFFFF;
}
#digalog a {
	color:#000;
}

#code_links{


}

#code{


}


.active {
	border-color: #ADA;
}


.work {
	background: #CCCCCC;
	min-width: 75px;
	min-height: 50px;
	float: left;
	border: #009966;
	padding: 5px;
	margin: 5px;
}

.work_details {
	background: #DDDDDD;
}
.work_html {
	background: #DDDDDD;
	display: none;
	margin: 0pt auto;
}
.abstract {
	color:#CCCCCC;
	font-family:"Times New Roman", Times, serif;

}


#footer{
	color:#666666;
	height: 62px;
	background-image: url(../images/footer.png);
	text-align:center;

}
#footer hr{
	color:#444444;
	

}
#footer a{
	color:rgb(130,70,50);
	

}

.clear {
	clear:both;
}