*{margin:0; padding:0;}

	body{
	margin-top: 0px;
	margin-left: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #A8C187;
	background-image: url('images/background.gif');

	
}
	
	p{
	margin-bottom: 20px;
	line-height: 125%;
	font-size: 100%;
}
	a{color:#FF3366}
	
	div#container{
	width: 775px;
	background-color: white;
	border-color: #CCCCCC;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
}
	div#top{
	background-image: url(images/diaperbagsbaby.gif);
	width: 775px;
	height: 140px;margin:0px 0px;
	background-repeat: no-repeat;
	border-bottom:2px solid #DAF4C0
}
	div#content{margin-top:10px;}
	
	div#left{
	float: left;
	width: 170px;
	padding-right: 25px;
	border-right: 0px dotted pink;
	padding-left: 5px;
	font-size:69%
	
}


div#left p a{
color:#333333;text-decoration:none;
}
	
div#left p a:hover{
color:#333333;text-decoration:underline;
}
		
	
	
	div#maincontent{margin:0px 0px 0px 195px; }
	div#maincontent p{
	font-size:75%;
	margin-bottom:10px;
	line-height: 20px;
	font-weight: normal;
}
	
	div#footer{border-top:0px solid #FF3366;width:775px;clear:both; padding:15px 0px;background-color:#E7FAD4; font-size:90%}
	table.producttable td{border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;;width:300px;padding-top:0px;margin-top:0px;vertical-align:top; }

	table.producttable p.productTitle a{color:#333333;text-decoration:none;}
	table.producttable p.BuyProduct a{color:#FF3366}
	table.producttablecj td{border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;;width:75%px;padding-top:0px;margin-top:0px;vertical-align:top; }
	
	h1{
	color: #66CCFF;
	text-align: center;
	margin-bottom:10px;
	font-weight: normal;
	font-size: 150%;
}
	
li {
	color: #CC9933;
	list-style-type: circle;
	margin: 0px 0px 7px 30px;
}
li a{text-decoration:none; color:#a2d7a3;  }	
ul li {
	color: #000000;
	list-style-type: square;
	margin: 0px 0px 7px 30px;
}

ul  {
	color: #a2d7a3;
	list-style-type: circle;
	margin: 0px 0px 7px 30px;
}

 h2,h2 a{font-size:100%; }
 
 div.items{ border-bottom: 1px solid black}
 
 
 

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.articleimage:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.articleimage {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .articleimage {height: 1%;}
.articleimage {
	display: block;
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
