@charset "UTF-8";
#main {
	width: 980px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	height: 571px;
}
body {
	background-color: #585558;
}
#title {
	height: 43px;
	width: 282px;
}
#email a{
	background-image: url(images/email.png);
	display: block;
	height: 16px;
	width: 196px;
	float: right;
	margin-top: -13px;
}
#stroke {
	background-color: #716D71;
	height: 1px;
	width: 980px;
	margin-top: 20px;
}

#email a:hover {
	background-position: 0px -16px;

}

#bio a{
	background-image: url(images/bio.png);
	height: 9px;
	width: 115px;
	display: block;
	margin-top: 45px;
}

#bio a:hover {
	background-position: 0px -11px;

}

#print a{
	background-image: url(images/print.png);
	height: 9px;
	width: 115px;
	display: block;
	margin-top: 45px;
}

#print a:hover {
	background-position: 0px -11px;

}

#illustration a{
	background-image: url(images/illustration.png);
	height: 9px;
	width: 115px;
	display: block;
	margin-top: 13px;
}

#illustration a:hover {
	background-position: 0px -10px;

}

#online a{
	background-image: url(images/online.png);
	height: 25px;
	width: 115px;
	display: block;
	margin-top: 13px;
}

#online a:hover {
	background-position: 0px -25px;

}

#cv a{
	background-image: url(images/CVlink.png);
	height: 10px;
	width: 115px;
	display: block;
	margin-top: 26px;
}

#cv a:hover {
	background-position: 0px -10px;

}

#swfwrapper {
	float: right;
	height: 436px;
	width: 865px;
	margin-top: -140px;
	margin-right: 0px;	
}

.clear {
	clear: both;
}
