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

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #f7f7f7;
	min-width: 930px;
}
a {
	color: #0000FF;
}
a:hover {
	color: #b5263e;
}
#headerWrap {
	
}
#header {
	margin: 0px auto;
	width: 900px;
	height: 173px;	
	background: url(../soucreImages/logo.png) top left no-repeat;
}
#headerContent {
	display: none;
}
#mainWrap {
	background: #b29d6e url(../soucreImages/mainSpan.png) top left repeat-x;
	padding-bottom: 25px;
	overflow: auto;
}
#main {
	margin: 0px auto;
	width: 900px;
}
#nav {
	text-align: center;
	width: 900px;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	margin-top: 6px;
	padding: 17px;
}
#nav li {
	padding: 10px;
	display: inline;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
#nav a {
	text-decoration: none;
	color: #000000;
	padding: 10px 0px;
}
#nav a:hover {
	color: #a52237;
	text-decoration: underline;
}
#nav .mmmNavMenuLinkActive a {
	color: #a52237;
}
#contentSpan {
	width: 600px;
	float: left;
	background: url(../soucreImages/contentSpan.png) top left repeat-y;
}
#contentTop {
	background: url(../soucreImages/contentTop.png) top left no-repeat;
}
#content {
	min-height: 400px;
	background: url(../soucreImages/contentBottom.png) bottom left no-repeat;
}
#contentArea {
	text-align: left;
	margin: 0px auto;
	width: 558px;
	padding: 21px 0px;
	font-size: 15px;
}
#sideBarSpan {
	width: 270px;
	float: right;
	background: url(../soucreImages/sideBarSpan.png) top left repeat-y;
}
#sideBarTop {
	background: url(../soucreImages/sideBarTop.png) top left no-repeat;
}
#sideBar {
	min-height: 400px;
	background: url(../soucreImages/sideBarBottom.png) bottom left no-repeat;
}
#sideBarContent {
	margin: 0px auto;
	width: 240px;
	padding: 21px 0px;
}
#footerWrap {
	background: url(../soucreImages/borderBottom.png) top left repeat-x;
	padding: 20px 0px;
}
#footer {
	margin: 0px auto;
	width: 900px;
	font-size: 14px;
	text-align: left;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
#footer li {
	padding: 0px;
	display: inline;
	padding-right: 6px;
}
#footer a {
	color: #000000;
}
.sideBarAddress {
	font-family: Copperplate, Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 17px;
	margin: 20px 0px;
}
.facebookLink {
	display: block;
	margin-bottom: 20px;
}
.facebookLink img {
	border: none;
	outline: none;
}
a {
	outline: none;
}
.mmmPageTitle {
	font-family: Copperplate, Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #b5263e /*a52237*/;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.mmmSubtitle {
	text-align: center;
	color: #000;
}
.mmmItemTitle {
	color: #b5263e;
	font-family: Copperplate, Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
}

