@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background: #bfce7b url(../soucreImages/body-span.png) top left repeat-x;
}
#wrapper {
	width: 700px;
	margin: 0px auto;
	text-align: left;
}
#header {
	height: 250px;
	width: 700px;
	overflow: auto;
}
#main {
	background: #fff;
	border: 10px #bbbc6e solid;
	overflow: auto;
	padding: 20px;
}
#footer {
	text-align: right;
	margin: 10px 0px;
	font-size: 12px;
	width: 700px;
	position: relative;
}
#logo {
	display: block;
	float: left;
	width: 212px;
	height: 179px;
	background: url(../soucreImages/logo.png) top left no-repeat;
	margin-top: 15px;
}
#nav {
	float: right;
	width: 450px;
	background: url(../soucreImages/info.png) top right no-repeat;
	height: 179px;
	margin-top: 15px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	height: 20px;
	margin-top: 129px;
	text-align: right;
}
#nav li {
	display: inline;
}
#nav li a {
	padding-left: 10px;
	color: #991f00;
	font-size: 18px;
}
#nav li a:hover {
	color: #000;
}
a, img {
	outline: none;
	border: none;
}
.facebookLink {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-bottom: 10px;
}
.mmmPageTitle {
	font-size: 36px;
	color: #991f00;
	text-align: center;
	margin: 0px;
	padding: 0px;
        padding-bottom: 5px;
        border-bottom: 1px solid #000;
}
.mmmSubtitle {
	text-align: center;
	color: #000;
}
.mmmItemTitle {
	color: #991f00;
	font-size: 16px;
	font-weight: bold;
}
