@charset "UTF-8";

.project {
	margin-bottom: 80px;
	border-bottom: #000000 thin;
	border-bottom-style: solid;
	width: 1000px;
	font-size: 12px;
}
#container {
	margin-left: 80px;
}
#container .notes{
	margin: 0px 0 10px 0;
}
body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f1f1f1;

}
img {
	border: 0px;
}
.copyright {
	font-size: 10px;
	margin-top: -40px;
}
.project img {
	margin-bottom: 30px;

}
.heading {
	font-size: 16px;
}
.notes a, .copyright a {
	text-decoration: none;
	border-bottom: dotted #000 1px;
	color: #000000;
}
#contact {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	position: fixed;
	background-color:#000;
	width: 65px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	
}
#contact a, #contact a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#contact a:hover {
	background-color:#CC0000;
	text-decoration: none;
	display: block;
	width: 65px;
	height: 22px;
}
