
/* CSS Document - Catseye Productions */

* {

	margin: 0 auto;
	padding: 0;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #000000 ;

}


h2 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom:10px;
}

div#wrapper {

	width: 800px;
	margin:auto;

}

div#buffer {
	clear:both;
	height:30px;

}

/*---TOP SECTION---*/


div#address {

	clear:both;
	float:left;
	color:#FFFFFF;
	background:url(images/address.jpg) no-repeat;
	width: 365px;
	height: 306px;
	padding: 144px 0px 0 36px ;

}

a.address:link, a.address:visited {

	font-weight: bold;
	color: #25aee8;
	text-decoration: none;	
}

a.address:hover,  a.address:active{

	font-weight: bold;
	color: #25aee8;
	text-decoration: underline;	
}


 div#image1 {
 
	float:left;
	width: 399px;
	height: 450px;
 
}


/*---MID SECTION---*/


div#para1 {

	clear:both;
	float:left;
	color:#FFFFFF;
	background:url(images/para1.jpg) no-repeat;
	width: 275px;
	height: 347px;
	padding: 20px 90px 0 36px ;

}

div#image2 {

	float:left;
	width: 399px;
	height: 367px;

}


/*---BOTTOM SECTION---*/


div#image3 {

	clear:both;
	float:left;
	width: 401px;
	height: 330px;

}

div#image4 {

	float:left;
	width: 399px;
	height: 330px;

}

