@charset "UTF-8";
/* CSS Document */
body {
	margin-top: 60px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 75%;
	letter-spacing:1.5;
	color: #FFFFFF;
	line-height:1.5;
	}
a:link {
	color: #CCCCCC;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
	}
a:hover {
	text-decoration: none;
	color: #FF3399;
	}
a:active {
	text-decoration: none;
	color: #FF3399;
	}
.menu {
	margin-left: 300px;
	width: 580px;
	height: 22px;
	}
.content {
	width: 100%;
	height: 460px;
	}
.thumbnails {
	margin-left: 300px;
	margin-top: 3px;
	width: 647px;
	}	
.footer {
	float:left;
	width:189px;
	height:18px;
	}
