html, body{ 
	background-image:url(images/bg.png);
	margin:0; 
	padding:0;
	line-height:10pt;
} 
 
#pagewidth{ 
	width:821px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
} 
 
#header{
	position:relative; 
	height:136px; 
	background-image:url(images/mm_header_bg.png);
	width:100%;
} 
 
#leftcol{
	width:154px; 
	height:313px;
	float:left; 
	position:relative; 
	background-image:url(images/mm_leftnav_bg.png);
	border:none;
	padding:0;
 }
 
#mainnav{
	width:146px; 
	height:170px;
	float:right; 
	position:relative; 
	border:none;
	padding:0;
	margin-top:10px;
 }

#communitynav{
	width:146px; 
	height:86px;
	float:right; 
	position:relative; 
	border:none;
	padding:0;
	margin-top:31px;
 }

 
#twocols{
	width:667px; 
	float:left; 
	position:relative; 
	border:none;
	padding:0;
  }
 
#rightcol{
	background-image:url(images/mm_rightnav_bg.png); background-repeat:no-rpeat;
	width:154px; 
	height:255px;
	float:right; 
	position:relative; 
	border:none;
	padding:0px;
	text-align:left;
	text-indent:8px;
 }
 
#maincol{
	float:left; 
	display:inline; 
	position:relative; 
	width:513px; 
	height:100%;
	border:none;
	padding:0;
	margin-bottom:10px;
 }
 
#contentcontainer{
	float:none;
	width:100%;
	height:100%;
	border:none;
	margin-top:7px;
 }
 
#contenthead{
	background-image:url(images/mm_content_head.png); background-position:top; background-repeat:no-repeat;
	float:none;
	width:100%;
	height:26px;
	border:none;
	text-indent:34px;
	line-height:15pt;
 }
 
#content{
	background-image:url(images/mm_content_lr.png); background-position:top; background-repeat:repeat-y;
	float:left;
	width:497px;
	height:auto;
	border:none;
	margin-left:8px;
	margin-right:8px;
 }
 
#contentfoot{
	background-image:url(images/mm_content_foot.png); background-position:bottom; background-repeat:no-repeat;
	position:relative;
	width:100%;
	height:7px;
	border:none;
 }
 
#footer{
	height:26px; 
	background-image:url(images/mm_footer_bg.png);
	clear:both;
} 
 
 /** Font **/
 
.contenthead{ 
	font-family: Verdana; 
	font-size : 10px; 
	color: #FFFFFF;
	font-weight: bold;
}

.topictitle{ 
	font-family: Verdana; 
	font-size : 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.topictext{ 
	font-family: Verdana; 
	font-size : 10px; 
	color: #FFFFFF;
}

.topictime{ 
	font-family: Verdana; 
	font-size : 10px;
	font-style:italic;
	color: #FFFFFF;
}

.navicon{
	color:#FFFFFF;
	font-size:10px;
}

ul{
	list-style-type: none;
	margin-left:-20px;
} 

li{
	line-height:10pt;
	margin-left:-20px;
	background-image:url(images/navicon.png);
	background-position:0 0.3em;
	background-repeat:no-repeat;
	padding:0 0 0 10px;
}

a		   	  { text-decoration: none; font-size: 10px; color: #FFFFFF; font-family: Verdana; font-weight: bold; }
a:link        { text-decoration: none; font-size: 10px; color: #FFFFFF; font-family: Verdana; font-weight: bold; }
a:visited     { text-decoration: none; font-size: 10px; color: #FFFFFF; font-family: Verdana; font-weight: bold; }
a:active      { text-decoration: none; font-size: 10px; color: #FFFFFF; font-family: Verdana; font-weight: bold; }
a:hover       { text-decoration: none; font-size: 10px; color: #d0ebff; font-family: Verdana; font-weight: bold; }
 
 /* *** Float containers fix: ***/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
