/*
*	tricolor.css
*/
body {
	background:#FFF;
	color: #787878;
	margin:0;
	text-align:center;
	font-size: 14px;
	width:100%;
	height:100%;
}
body > div {
	width: 100%
}
a {
	color:#704A21; 
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	color:#F93D00;
}
h1 {
	display:block;
	font-weight:bold;
	margin-bottom: 10px;
	letter-spacing : 3px;
	font-size: 2em;
}
h2 {
	letter-spacing:1px;
	font-size: 1.6em;
}
h3 {
	letter-spacing:1px;
	font-size: 1.6em;
}
p {
	margin:0px 0px 10px;
}
#header {
	background:transparent url('tricolor-header.jpg') repeat-x;
	padding: 10px;
	position: relative;
}
#header a {
	color:#FFF;
}
#header h1 {
	margin-bottom: 0px;
	color: #FFF;
}
.body-wrap {
	border:1px solid #E75C14;
	height: auto;
	display:block;
	text-align: left;
	padding: 6px;
	margin-left: auto;
	margin-right: auto;
	margin: 2px;
}
#content {
	padding-right: 10%;
	width: auto;
}

.menu {
	width: 100%;
	background: #FFF;
	margin : 0;
	padding: 0;
}
.menu li {
	background:url("tricolor-menu.jpg") repeat-x;
	text-align:left;
	display:block;
	line-height:30px;
	height:30px;
	text-decoration:none;
	padding-left:25px;	
	overflow: hidden;
}
.menu li:first-child {
}
.menu li:hover {
	text-decoration : none;
}
.menu li:hover a {
	color:#FFF;
}
.menu li a {
	color: #FFF;
	font-weight: bold;
}

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

ul { 
	margin: 0 0 0 15px;
	
	padding: 0;
} 
