/*
*	black-yellow.css
*/
* {margin:0;padding:0;border:0}
body{
	color : #bbb;
	background : #040301;
	margin:0;
	text-align:center;
	width:100%;
	height:100%;
}
a {
	color:#FCC400; 
	text-decoration:none;
}
a:hover {
	color:#ffffff;
	text-decoration:underline;
}
h1 {
	display:block;
	font-size:150%; 
	font-weight:normal;
	margin-bottom: 10px;
	color:#FCC400;
	letter-spacing : 5px;
}
h2 {
	margin:10px 0 10px;
	font-size:130%;
	letter-spacing:1px;
	font-weight:500;
}
h3 {
	margin:10px 0 5px;
	font-size:110%;
	letter-spacing:2px;
	font-weight:600;
}
h2, h3 {
	color:#FFF;
	letter-spacing : 2px;
}
p {
	margin:0px 0px 20px;
}
#header {
	padding: 10px;
	position: relative;
}
#header h1 {
	margin: 0;
}
.body-wrap {
	border:1px solid #FCC400;
	height: auto;
	display:block;
	text-align: left;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin: 1px;
}
#content {
	padding-right: 10%;
	width: auto;
}

.menu {
	background: #1A292F;
}
.menu li {
	color: #DDD;
	border-bottom:1px solid #FCC400;
	text-align:left;
	display:block;
	line-height:35px;
	height:35px;
	text-decoration:none;
	padding-left:20px;	
	overflow: hidden;
}

.menu li:hover {
	text-decoration : none;
	background : #f4a620;
	color : #fff;
}
.menu li:hover a {
	color:#FFF;
}
.menu li a {
	font-weight: 400;
}

#momo_footer {
	background : transparent;
	width:100%;
	font-size : 80%;
	font-weight:normal;
	padding : 5px 0;
	text-align:center;
	clear:both;
	height : 50px;
}

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