@charset "UTF-8";

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000; /* font color */
	font-size:13px;
	line-height:175%;
}

/* content blue box */

#rapBlueBox {
/*
	margin: 0 auto 0 auto;
	*/
	width: 600px;
	text-align: left; /* added by Alex King for compatibility with IE 5 */
	background: url(http://www.in-mommy.com/event/images/BlueBoxMiddle.gif) top left repeat-y;

}


#headerBlueBox {
/*
	margin: 0 auto 0 auto;
	*/
	width:600px;
	text-align:left;
	height: 11px;
	background: url(http://www.in-mommy.com/event/images/BlueBoxTop.gif) top left no-repeat;

}

#footerBlueBox {
/*
	margin: 0 auto 0 auto;
	*/
	width:600px;
	text-align:left;
	height: 21px;
	background: url(http://www.in-mommy.com/event/images/BlueBoxBottom.gif) top left no-repeat;

}

#contentBlueBox {
	width: 570px;
	
	text-align: left;
	background-color: transparent;
	/*
	border-right:#000000 solid 1px;
	border-left:#000000 solid 1px;
	*/

	
}


