@charset "utf-8";
/* CSS Document */

body {
    background-color: #fff;
	color: #000;
}

#header {
    background: url(../images/sacred-peaks-of-japan-top.jpg) left top no-repeat;
	height: 250px;
	border-top-color: #ffedcf;
}

#container {
	background-color: #ffedcf;
}

#rightmost a {
	color: #000;
}

