body {
	background-image: url("images/bg.jpg");
	background-repeat: repeat-x;
	background-color: #009999;
	font-family: verdana, arial, sans-serif;
	font-size: small;
	text-align: center;
}

a {
	color: blue;
	text-decoration: none;
	padding: 0px;
}

a:hover {
	text-decoration: underline;
}

.photo {
	margin: auto;
	width: 800px;
	height: 200px;
}

.top {
	margin: auto;
	width: 800px;
	text-align: right;
}

.menu {
	background-color: #009999;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	padding: 12px 0px;
	width: 800px;
	letter-spacing: 1px;
	font-weight: bold;
	margin: auto;
}

.menu a  {
	color: white;
	padding: 6px;
}


.contents {
	padding: 20px 30px;
	width: 740px;
	line-height: 14pt;
	text-align: justify;
	background-color: white;
	margin: auto;
}


.footer {
	font-size: 8pt;
	color: #111111;
	padding: 12px;
	margin: auto;
}

.footer a {
	color: #111111;
}

h1 {
	color: #009999;
}

#bio {
	text-align: justify;
	padding: 0px 15px;
}