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

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-image: url(images/bg_photography.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
a:link {
	color: #666;
	text-decoration: none
}
a:visited {
	color: #666;
	text-decoration: none
}
img {
	border-style: solid;
	border-color: #FFF;
	border-width: 2px;
}
#menu {
	width: 400px;
	word-spacing: 21px;
	color: #666;
	font-size: 19px;
	margin-top: 15px;
}
#menu a:hover {
	color: #9CC;
	text-decoration: none;
}
#header {
	width: 154px;
	margin-top: 30px;
	text-align: center;
	background-color: #FFF;
	color: #000;
	font-size: 14px;
	text-decoration: none;
}
#thumb {
	width: 154px;
	border-top: 10px;
	background-color: #FFF;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	margin-top: 75px;
}