/* CSS Document */

html, body {
	height:100%;
}
body {
	 text-align: center;
	 padding: 0;
	 margin: 0;
	 background:url(../images/mrs_bg.jpg) repeat-x;
	 font: 80% Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	 text-align: left;
	 background:url(../images/wrapper_bg.gif) repeat-y;
	 width: 784px;
	 margin:0 auto;
	 padding:0;
     background-color:#fff2cd;
}
#header {
	background:url(../images/header_bg.gif) no-repeat;
	padding:5px;
	height:147px;
	color:#106ba1;
	text-align:right;
	margin:0;
}

#content {
	margin: 0;
}

#content .inner {
	 padding:0px;
	 margin: 10px;
}

#kids_container {
	float:left;
}
h1#kids {
	width: 329px;
	height: 284px;
	position: relative;
	font-size: 12px;
	margin: 10px 10px;
	overflow: hidden;
	vertical-align: bottom;
}
h1#kids span {
	background: url(../images/kids.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#gonat {
	background:transparent url(../images/gonat_bt.gif) no-repeat scroll center bottom;
	margin:0 0 0 350px;
	padding:0;
}
h1.cap {
	background:transparent url(../images/gonat_cap.gif) no-repeat scroll center top;
	margin:0;
	padding:0;
	height:5px;
}
#gonat p {
	padding:0pt 0px 20px 28px;
	margin:0;
	width:235px;
	clear:none;
}
.bottom {
	clear:both;
	margin:10px 0 0 0;
	padding:0;
}
img {
	border:none;
}
/*styles for feature boxes */
.feature {
	background: url(../images/box_bg2.gif) no-repeat bottom;
	width:350px;
	padding-bottom:5px;
}
.feature h1#creatives {
	background:url(../images/creatives.gif) no-repeat top;
	margin:0;
	height:36px;
}
.feature h1#cosmetics {
	background:url(../images/cosmetics.gif) no-repeat top;
	margin:0;
	height:36px;
}
.feature p {
	padding:0 20px;
}	

.left {
	float:left;
	margin:0 0 0 15px;
}
.right {
	float:right;
	margin:0 15px 0 0;
}

#footer {
	 margin: 0;
	 padding:0;
	 clear: both;
	 text-align:center;
}

#footer .inner {
	 margin: 0;
	 padding:10px 0;
}

a:link,  a:visited {
	color:#d22027;
}
 a:hover,  a:active {
	color:#000;
}
/*typograhpy*/
#header h1 {
	font-size:110%;
	margin:25px 0 20px 0;
}
#content h2 {
	color:#d22027;
	font-size:125%;
}
