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

body {
	background-image: url(images/cherry-blossoms.png);
	background-color: #fff;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Courier New", Courier, monospace;
}

#content {
	width: 95%;
	padding: 10px 20px 10px 20px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	background-image: url(images/cherry-blossoms-sketch.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#content a:link, #content a:visited {
	color: #72202D;
	text-decoration: none;
}

#content a:hover {
	color: #e24462;
	text-decoration: none;
}

#content h1 {
	font-size: 18px;
	color: #222222;
}

#content p {
	font-size: 12px;
}

#image {
	width: 66%;
	float: right;
}

#image p {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

#info {
	width: 33%;
	font-family: "Courier New", Courier, monospace;
	float: left;
}

#info h1 {
	font-size: 18px;
	color: #222222;
}

#info p {
	font-size: 12px;
}

#nav {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

#nav li {
	display: inline;
	list-style-type: none;
	padding-right: 15px;
}

#nav a:link, #nav a:visited {
	color: #72202D;
	text-decoration: none;
}

#nav a:hover {
	color: #e24462;
	text-decoration: none;
}

#wrapper {
	width:1000px;
	background-color: #fff;
	padding: 10px;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 10px;
	margin-bottom: 30px;
	border: 2px solid #72202d;
	float: left;
}

.about {
	font-size: 14px;
	line-height: 18px;
}

.inthumb {
	border: 1px;
	border-style: solid;
	border-color: #666;
	margin-right: 5px;
}

.thumb {
	border: 1px;
	border-style: solid;
	border-color: #666;
}
