body {
	font-family: Times New Roman;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

div.wrapper {
	background-image:url(/images/cherryblossombackground.jpg);
}

#header {
	width:640px;
	background-color: #ffffff;
	text-align: center;
        padding: 15px 34px 10px 10px;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
}

#menu {
	width: 640px;
	text-align: left;
	line-height: normal;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	font-size:140%;
	background-color: #ffffff;
	padding: 22px;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}

#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#menu li {
	display: inline;
	padding:0 0.9em 0 0.9em;
}

#menu a {
	text-decoration: none;
	color: #666666;
}

#menu a:hover {
	color: #FF99cc;
}	

#menu #current a {
	color:#000000;
}

#main {
	width:640px;
	text-align: left;
	background-color: #ffffff;
	padding: 22px;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}


div.footer {
width:640px;
}



div.imageleft {
	float: left;
	margin: 10px 15px 10px 0px;
}

div.imageright {
	float: right;
	margin: 10px 0px 10px 15px;
}

div.imagecentre {
	text-align: center;
	margin: 10px 0px 10px 15px;
}



 
