/*
*	blue-white.css
*/
* {margin:0;padding:0;border:0}
body{
	color: #857267;
	background: #FFFFFF;
	margin:0;
	text-align:center;
}
a {
	color:#457EE9;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3 {
	text-transform: lowercase;
	font-weight: normal;
}
h1 {
	display:block;
	font-size:150%;
	line-height:18px;
	letter-spacing: 3px;
	margin-bottom: 10px;
}
h2 {
	margin:10px 0 20px;
	font-size:120%;
	letter-spacing:1px;
}
h3 {
	margin:10px 0 5px;
	font-size:110%;
	letter-spacing:2px;
}
p {
	margin:0px 0px 10px;
}
blockquote {
	font-style: italic;
}
#header {
	padding: 10px;
	position: relative;
	background: #4D7ACF url(blue-white-header.gif);
	border-bottom: 5px solid #457EE9;
}
#header h1, #header a {
	color: #FFF;
	margin: 0;
}
.body-wrap {
	height: auto;
	display:block;
	text-align: left;
	padding: 15px;
	margin-left: 3px;
	margin-right: auto;
}
#content {
	padding-right: 10%;
	width: auto;
}
.menu {
	padding: 0;
}
.menu li {
	text-align:left;
	display:block;
	line-height:30px;
	height:30px;
	text-decoration:none;
	padding-left:30px;	
	overflow: hidden;
	background:url("blue-white-menu.gif") repeat-x scroll center top #000000;
}
.menu li:hover {
}
.menu li:hover a {
	text-decoration: underline;
}
.menu li a {
	font-weight: 550;
	text-decoration: none;
}
ul { 
	padding-left : 5px;
} 

#momo_footer {
	background: #4D7ACF url(blue-white-header.gif);
	color: #FFF;
	border-top:5px solid #457EE9;
	width:100%;
	font-size:80%;
	font-weight:normal;
	padding: 10px 0;
	text-align:center;
	clear:both;
}
#momo_footer a {
	color: #FFF;
}
