@charset "UTF-8";
body  {
	font: 95%/1.5 Georgia, "Times New Roman", Times, serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: url(img/mmb_bgfull.jpg) repeat-x;
}
#container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-right: 0px;
	padding-left: 0px;
} 
#header {
	height: 160px;
	width: 900px;
	text-align: center;
	vertical-align: middle;
} 
a img {
	border: none;
}
#nav {
	background: #000000;
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 54px;
	width: 900px;
	text-align: center;
} 
a img {
	border:none
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 40px 20px;
}
#mainContent {
	margin: 0 275px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 50px 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContentstore {
	padding: 20px 50px 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
	vertical-align: middle;
} 
#footer {
	padding: 10 0px;
	height: 74px;
	width: 900px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.date {
	position: relative;
	left: 0;
	width: 54px;
	height: 40px;
	background: url(img/date_bg.gif) no-repeat;
	font: normal 120%/20% Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding: 12px 0 5px 0;
	text-align: center;
	color:#FFF
}
.date span {
	display: block;
	font: italic 170%/90% Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
}
hr.mmb {border: none 0; 
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #ccc;
	width: 100%;
	height: 2px;
	margin: 10px auto 0 0;
	text-align: left;
	}
a:link {
	color: #FF0000;text-decoration: none;
}
a:visited {
	color: #FF0000;text-decoration: none;
}
a:hover {
	color: #333333;text-decoration: underline;
}
a:active {
	color: #333333;text-decoration: none;
}
.question {
	font-weight: bold;
	color: #FF0000;
}
.faq {
	font: 90%/1.5 Georgia, "Times New Roman", Times, serif;
}


/* Rounded-cornered divs -*/
.roundedBox {position:relative; padding:17px; margin:10px 0;}
			
/*- All the corners -*/
.corner {position:absolute; width:17px; height:17px;}
			
/*- Each corner -*/
.topLeft {top:0; left:0; background-position:-1px -1px;}
.topRight {top:0; right:0; background-position:-19px -1px;}
.bottomLeft {bottom:0; left:0; background-position:-1px -19px;}
.bottomRight {bottom:0; right:0; background-position:-19px -19px;}
						
/*- Type - Black -*/	
#type {background-color:#000000;}
#type .corner {background-image:url(img/corners.gif);}

.sidebarContent {
	font: 85% Georgia, "Times New Roman", Times, serif;
	color: #f9e1ad;
}
				
.sidebarContent1 {
	font: 100% Georgia, "Times New Roman", Times, serif;
	color: #f9e1ad;
}
