* {
	padding: 0;
	margin: 0;
	}
body {
	background-color: #fff;
	color: #000;
	}
#curry {
	position: absolute;
	width: 1000px;
	height: 600px;
	top: 20px;
	left: 0px;
	background-image: url(sketchbooks.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	}
#menu {
	position: absolute;
	top: 100px;
	right: 0px;
	}
#menu ul {
	list-style: none;
	}
#menu li {
	font-family: arial round mt bold, arial round, arial rounded mt bold, arial rounded, arial black, arial, sans serif;
	font-size: 11pt;
	color: #000;
	padding: 0 0 10px 0;
	}
#header {
	position: absolute;
	top: 0;
	right: 50px;
	font-family: arial round mt bold, arial round, arial rounded mt bold, arial rounded, arial black, arial, sans serif;
	font-size: 25pt;
	color: #000;
	z-index: 10;
	}
#subheader {
	font-family: arial round mt bold, arial round, arial rounded mt bold, arial rounded, arial black, arial, sans serif;
	font-size: 13pt;
	color: #000;
	float: left;
	padding: 30px 15px 30px 10px;
	}
#galleries {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
	height: 600px;
	}
#gallery {
	width: 650px;
	height: 600px;
	}
.thumb {
	padding: 0 5px 10px 5px;
	max-width: 110px;
	float: left;
	text-align: center;
	font-family: arial round mt bold, arial round, arial rounded mt bold, arial rounded, arial black, arial, sans serif;
	font-size: 9pt;
	}
.thumb a:hover {
	color: #9f8300;
	text-decoration: none;
	}
a {
	text-decoration: none;
	color: #000;
	}
a:hover {
	text-decoration: underline;
	}