/*
*	orange-blue.css
*/
body {
	background:#455900;
	color: #EBE6E3;
	margin:0;
	text-align:center;
	font-size: 13px;
	width:100%;
	height:100%;
}
a {
	color:#FED772; 
}
a:hover {
	color:#EBE6E3;
	text-decoration:none;
}
h1, h2, h3 {
	color:#FED772;
	font-weight:normal;
}
h1 {
	display:block;
	font-weight:bold;
	margin-bottom: 10px;
	font-size:24px;
	letter-spacing:-1px;
	text-transform:lowercase;
}
h2 {
	margin:10px 0 10px;
	letter-spacing:-1px;
	text-transform:lowercase;
	font-size:24px;
}
h3 {
	margin:10px 0 5px;
	font-size:1em;
}
p {
	margin:0px 0px 10px;
}
#header {
	padding: 10px;
	position: relative;
	border-bottom: 3px solid #7B9418;
}
#header h1 {
	margin: 0;
}
.body-wrap {
	height: auto;
	display:block;
	text-align: left;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}
#content {
	padding-right: 10%;
	width: auto;
}

.menu {

}
.menu li {
	color: #7ACE11;
	border-bottom:1px dotted #7B9418;
	text-align:left;
	display:block;
	line-height:30px;
	height:30px;
	text-decoration:none;
	padding-left:25px;	
	overflow: hidden;
	font-size: 16px;
}
.menu li:hover {
/*	background : #CCC; */
}
.menu li:hover a {
}
.menu li a {
	text-decoration:none;
	font-weight: 600;
}

#momo_footer {
	border-top: 3px solid #7B9418;
	background : transparent;
	width:100%;
	font-size:smaller;
	font-weight:normal;
	padding : 5px 0;
	text-align:center;
	clear:both;
	height : 40px;
}
ul { 
	list-style : none;
	margin : 0;
	padding : 0;
} 
