@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #acacac;
	margin: 0px;
	padding: 0;
	text-align: center;
	font-size: 11px;
	line-height: 17px;
}
h2 {
	font-weight:normal;
	font-size: 16px;
}
#Header {
	margin: 10px 30px;
		clear:both;}
		
#myCoverFlow {
	clear:both;
	margin: 0;}

#ContactInfo {
	margin: 25px 30px 0px 30px;
	text-align: center;
	clear:both;
	font-size: 14px;
}
#details {
	width: 450px;
	margin: 12px auto;
	position: relative;
}
a:link {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:underline;
}
a:active {
	color: #000000;
	text-decoration:none;
}
