
/* CSS Document - Fantasy Aisles */

* {

	margin: 0 auto;
	padding: 0;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	background:#cccccc;
	font-size: 12px;
	color: #000000;


}


h2 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom:10px;
}

div#wrapper {

	width: 802px;
	margin:auto;

}

div#buffer {
	clear:both;
	height:30px;

}

/*---TOP SECTION---*/


div#address {

	clear:both;
	float:left;
	background:url(images/address.jpg) no-repeat;
	width: 235px;
	height: 324px;
	padding: 135px 0px 0 69px ;

}


a.address:link, a.address:visited {

	font-weight: bold;
	color: #0000ff;
	text-decoration: none;	
}

a.address:hover,  a.address:active{

	font-weight: bold;
	color: #00000ff;
	text-decoration: underline;	
}

div#image1  {

	float:left;
	width: 498px;
	height: 459px;

}

/*---MID SECTION---*/


div#image2  {

	float:left;
	width: 802px;
	height: 350px;

}

div#para1 {

	clear:both;
	float:left;
	color:#FFFFFF;
	background:url(images/para1.gif);
	width: 589px;
	height: 118px;
	padding: 20px 100px 0 113px ;

}

div#para2 {

	clear:both;
	float:left;
	background:url(images/para2.gif);
	width: 589px;
	height: 311px;
	padding: 30px 100px 0 113px ;

}

/*---BOTTOM SECTION---*/


div#image3  {

	clear:both;
	float:left;
	width: 401px;
	height: 351px;

}

div#image4  {

	float:left;
	width: 401px;
	height: 351px;

}





