/*
*	red-black.css
*/
* {margin:0;padding:0;border:0}
body {
	color: #6A6A6A;
	background: #000;
	margin:0;
	text-align:center;
}
a {
	color: #F88F26; 
	text-decoration:none;
	background-color: inherit;
}
a:hover {
	color: #FFF;
	text-decoration:underline;
}
h1 {
	color: #DBD0A3;
	display:block;
	font-size:120%;
	line-height:18px;
	margin-bottom: 10px;
}
h2 {
	color: #A0080D;
	margin:10px 0 20px;
	text-transform:uppercase;
}
h3 {
	color: #A0080D;
	margin:10px 0 5px;
}
p {
	margin:0px 0px 10px;
}
blockquote {
	margin:5px;
	color:#aaa;
	font-size:105%;
	font-style:italic;
}
#header {
	background: #000 url(red-black-header.png) repeat-x;
	padding: 10px;
	position: relative;
}
#header h1 {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 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 {
	margin: 0 0 0 5px;
}
.menu li {
	text-align:left;
	display:block;
	line-height:30px;
	height:30px;
	text-decoration:none;
	padding-left:30px;	
	overflow: hidden;
	border-left: 5px solid  #000;
	border-bottom: 1px dashed #151515;
}
.menu li:first-child{
	border-top: 1px dashed #151515;
}
.menu li:hover {
	border-left: 5px solid  #D30F16;
}
.menu li:hover a {
	color: #D30F16;		
	text-decoration: none;
}
.menu li a {
	color: #6A6A6A;
	text-decoration: none;
}

#momo_footer {
	border-top:3px solid #000;
	width:100%;
	font-size:80%;
	font-weight:normal;
	padding: 10px 0;
	text-align:center;
	clear:both;
	margin: 5px 0;
}

ul {
	margin-left: 15px;
}