body {
	margin: 0px 0px 0px 0px;
	background: #fff url(graphics/sakura-bg.png) repeat scroll 0% 0%;
	font-family: Verdana, Arial, Sans Serif;
	font-size: 10pt;
	}

h1 	{
	font-family: Times New Roman, Times, Serif;
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	color: #e5b7a8;
	}

a:link {
	color:#c2978b; 
	text-decoration:none;
	}

a:visited {
	color:#d8aea3; 
	text-decoration:none;
	}

a:hover {
	color:#e5c7bd; 
	text-decoration:none;
	}

#content {
	margin-top: 0px;
	margin-right:auto;
	margin-left:auto;
	width: 600px;
	padding: 10px;
	border: thin solid #e2e1d1;
	background-color: #ecece4;
	color: #443f35;
}
#footer {
	margin-top: 10px;
	margin-right:auto;
	margin-left:auto;
	width: 400px;
	padding: 10px;
	background-color: #ecece4;
	color: #443f35;
	border: thin solid #e2e1d1;
	font-size: 9px;
	text-align: center;
}
#left {
	float: left;
	margin-top: 0px;
	margin-right:1px;
	margin-left:auto;
	width: 290px;
	background-color: #ecece4;
	color: #443f35;
}
#right {
	margin-top: 0px;
	margin-right:auto;
	margin-left:300px;
	width: 290px;
	background-color: #ecece4;
	color: #443f35;
}