/*
*	neutral.css
*/
* {margin:0;padding:0;border:0}
body{
	color:#666;
	background:#fff;
	margin:0;
	text-align:center;
}
a {
	color:#b78671;
	text-decoration:none;
}
a:hover {
	color:#d8ad97;
	text-decoration:underline;
}
h1 {
	display:block;
	font-size:150%;
	line-height:18px;
	margin-bottom:10px;
}
h2 {
	margin:10px 0 20px;
	font-size:120%;
	letter-spacing:1px;
	font-weight:500;
}
h3 {
	margin:10px 0 5px;
	font-size:110%;
	letter-spacing:2px;
	font-weight:600;
}
h2, h3 {
	color:#616469;
	text-transform:uppercase;
}
p {
	margin:0px 0px 20px;
}
blockquote {
	margin:10px 50px 20px 40px;
	color:#aaa;
	font-size:105%;
	font-style:italic;
}
#header {
	background: none repeat scroll center center #FFF;
	padding: 10px;
	position: relative;
	border-bottom: 3px solid #B0C6E2;
}
#header h1 {
	margin: 0;
}
.body-wrap {
	height: auto;
	display:block;
	text-align: left;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
}
#content {
	padding-right: 10%;
	width: auto;
}
.menu {
	background: #f4e4c6;
}
.menu li {
	text-align:left;
	display:block;
	line-height:40px;
	height:40px;
	text-decoration:none;
	padding-left:30px;	
	border-bottom: 1px solid #B0C6E2;
	border-top: 1px solid #B0C6E2;
	overflow: hidden;
}
.menu li:first-child {
	border-top: 2px solid #B0C6E2;
}
.menu li:last-child {
	border-bottom: 2px solid #B0C6E2;
}
.menu li:hover {
	background:#E0D0B2;
}
.menu li:hover a {
	color:#444;
	text-decoration: none;
}
.menu li a {
	color: #60575b;
	font-weight: bold;
}

#momo_footer {
	color:#b78671;
	border-top:3px solid #b0c6e2;
	width:100%;
	font-size:95%;
	font-weight:normal;
	padding: 10px 0;
	text-align:center;
	clear:both;
}
.spacer{
	margin:0 20px 10px 0;
}
