/* Main Element CSS */
body {
	font:13px lucida sans, century gothic, verdana, arial, helvetica, sans-serif;
	background-image:url(http://justkiddsandmore.com/images/caao-baby-bg-stripe2.gif);
	background-attachment:fixed;
	background-color: #C4D76B;
	margin: 0px;
	color:#000000;
	line-height:1.3;
}
body, p {
	text-align:justify;
}
p {
	font:12px lucida sans, century gothic, verdana, arial, helvetica, sans-serif;
	line-height:1.3;
}
a:active, a:visited, a:link {
	color:#000000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color: #F38FB7;
}
h1, h2, h3 {
	background:#FAEBF1;
	color:#000000;
	font-weight:700;
	vertical-align:middle;
	padding:6px;
	width: 500px;
}
h1 {
	font-size:14px;
}
h3, h2 {
	font-size:12px;
}

/*Backgrounds */

#top-bg {
	background-color:#FCCEE0;
}

#mid-bg {
	background-image: url(http://justkiddsandmore.com/images/caao-baby-bg-dot1.gif);
	background-attachment:fixed;
	margin-top: 30px;
}

/* Wrappers CSS */
#wrapper {
	border:0;
	padding:0;
	text-align:left;
	width:780px;
	margin: 0 auto;
	background-color: #FFFFFF;
	position: relative;
}
#main-wrapper {
	border:0;
	padding:0;
	text-align:left;
	width:780px;
	margin: 0 auto;
	background-color: #FFFFFF;
	margin-top: -30px;
	position: relative;
}

/* Header - Logo - Top Buttons CSS */

#header {
	position:relative;
	width: 780px;
	height: 145px;
	margin-top: 0px;
}

#logo {
	width: 500px;
	height: 200px;
	position: absolute;
	left: 10px;
	margin-top: 10px;
	background-image: url(http://justkiddsandmore.com/images/aao-bbb-logo.gif);
	background-repeat: no-repeat;
}

#mailing {
	position: absolute;
	right: 25px;
	margin-top: 25px;
	text-decoration: none;
	border: 0;
}

#top-nav {
	position: absolute;
	right: 15px;
	margin-top: 110px;
	text-decoration: none;
	border: 0;
}

/* Scallops CSS */
#line-scallop{
	height: 2px;
	position: static;
	background-color: #f38fb7;
}

#scallop{
	height: 30px;
	position: static;
	background-image:url(http://justkiddsandmore.com/images/aao-baby-scallop.gif);
	background-position: center;
	background-repeat: repeat-x;
	background-color: #FCCEE0;
}
#wrap-scallop{
	height: 30px;
	position: static;
	background-image:url(http://justkiddsandmore.com/images/aao-baby-scallop2.gif);
	background-position: center;
	background-repeat: repeat-x;
	width:780px;
	margin:0 auto;
	background-color:#FFFFFF;
}

/* Little Extras CSS */

#mobile {
	position:absolute;
	background-image: url(http://justkiddsandmore.com/images/aao-baby-mobile.gif);
	background-repeat: no-repeat;
	margin-top: -12px;
	width: 145px;
	height: 174px;
	right: -63px;
}

#blocks {
	position: relative;
	left: 21px;
	width: 59px;
	height: 63px;
	background-image:url(http://justkiddsandmore.com/images/aao-baby-blocks.gif);
	background-repeat: no-repeat;
	margin-bottom: -150px;
}

#buggy {
	position: relative;
	left: 698px;
	width: 175px;
	height: 161px;
	background-image: url(http://justkiddsandmore.com/images/aao-baby-buggy.gif);
	background-repeat: no-repeat;
	margin-bottom: -50px;
}

/* Content Element CSS */

#content {
	float: left;
	position: relative;
	width:770px;
	margin:0 auto;
	margin-top: 10px;
	min-height: 500px;
}
#left-nav {
	margin-left: 10px;
	float:left;
	width: 145px;
	min-height: 500px;
}

#main-content {
	width: 535px;
	margin-left: 180px;
	margin-top: 10px;
	
}

/* Footer CSS */

#footer {
	clear:both;
	position: relative;
	width: 780px;
	background-color: #FFFFFF;
}
.foottext, .foottext a {
	font-size:10px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px;
	width: 500px;
	text-decoration:none;
	text-align:center;
}
/* Green */
#green {
	background-color: #C4D76B;
	width:780px;
	margin: 0 auto;
	min-height: 65px;
	margin-bottom: 0px;
}

/* MISC */
.column-fix {
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
}
