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

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-image: url(images/bg_info.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
a:link {
	color: #666;
	text-decoration: none
}
a:visited {
	color: #666;
	text-decoration: none
}
#menu {
	width: 400px;
	word-spacing: 21px;
	color: #666;
	font-size: 19px;
	margin-top: 15px;
}
#menu a:hover {
	color: #9CC;
	text-decoration: none;
}
#info {
	width: 360px;
	margin-top: 50px;
	text-align: left;
	color: #000;
	font-size: 14px;
}
#info a:link {
	color: #F00;
	text-decoration: none;
}
#info a:hover {
	color: #FF8000;
	text-decoration: none;
}
#info a:visited {
	color: #F00;
	text-decoration: none;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	margin-top: 50px;
}