
div#blog { clear: both; }


#greetingContainer
{
	position: relative; 
	z-index: 1;
	margin-bottom: 5px;  
	height:194px;
	overflow:hidden;  
}
#greetingImg { 
	height:194px;
	overflow:hidden;  
	position: absolute; 
	top:0px; 
	z-index:8; 

}
#greetingImg img { 
	padding:0px; 
	margin:0px; 
	float:left; 
}

#greeting
{
	position: absolute; 
	font-size: 12px; 
	top:0px; 
	left:0px; 
	z-index:10; 
	min-width:250px; 
	height:37px; 
	opacity:0.7; filter:alpha(opacity=70);
	padding:3px; 
	background: url( '/i/greeting_bg.png' ) no-repeat bottom right; 
	color:black;
}
#greetingMsg a { color: #a5730c; text-decoration:none;}
#greeting img, #greetingMsg
{
	float: left;
	font-size:11px;  
}
#greeting img { display:inline; margin-right:3px; }
#signupsubmit, #searchsubmit { margin-bottom:-7px; }


#mpDesigns { width: 427px; float:left; background: url( '/i/mp_newdesigns.gif' ) no-repeat 0px 8px; padding-top:9px; }
#mpBrainstorm2 { width:420px; background: url( '/i/mp_brainstorm.gif' ) no-repeat 6px 8px; padding-top:9px; float:right;}
#mpDesigns img.design { width:211px; height:153px; border:none; padding-bottom:5px; }

div#mpBrainstorm2 img.replyBut { float:right; margin-top:3px; margin-right:3px; margin-bottom:3px; }
#mpDesigns img#moreDesignsBut, div#mpBrainstorm2 img#moreIdeasBut { float:right; padding-bottom:6px; }
#mpDesigns img#moreDesignsBut { margin-right:5px; }
div#blog { background: url('/i/mp_blog.jpg' ) no-repeat -5px 5px; height:50px; }
div#blog img#visitblog { float:right; margin-top:10px; }
div#blog a { font-weight: bold; }
div#blog div { width: 265px; float:left; padding-left:10px; padding-top:10px; margin-right:11px; margin-top:20px; height: 85px; background-color:#eee;  }
div#blog div.last { margin-right:0px; }
div#blog p.date { margin-top:3px; margin-bottom:5px; font-size:10px; color:#999; }
div#blog p { margin:0px; }



