/* CSS Document - Impressions DJs*/

* {

	margin: 0 auto;
	padding: 0;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: url(images/bg.gif) #494949;

}


h2 {
	font-size: 17px;
	color: #991d1f;
	font-weight:bold;
	line-height: 16px;
  	padding-bottom:10px;
}

h3 {
	font-size: 17px;
	color: #991d1f;
	font-style:italic;
	font-weight:normal;
  	padding-bottom:10px;
}

div#wrapper {

	width: 850px;
	margin:auto;

}

div#buffer {
	clear:both;
	height:30px;

}

/*---TOP SECTION---*/


div#logo {

	float:left;
	clear:both;
	width: 850px;
	height: 299px;


}

div#address {


	clear:both;
	float:left;
	color:#666666;
	background:url(images/address.jpg) no-repeat;
	width: 760px;
	height: 161px;
	padding: 0px 0px 0 90px ;

}

a.address:link, a.address:visited {

	font-weight: bold;
	color: #991d1f;
	text-decoration: none;	
}

a.address:hover,  a.address:active{

	font-weight: bold;
	color: #991d1f;
	text-decoration: underline;	
}

div#title {

	clear:both;
	float:left;
	width: 850px;
	height: 81px;


}


/*---MID SECTION---*/


div#para1 {



	clear:both;
	float:left;
	color:#666666;
	background:url(images/para1.jpg) no-repeat;
	width: 411px;
	height: 697px;
	padding: 25px 17px 0 90px;

}

ul {

	list-style-position: outside; 	
	list-style-type: disc;
	margin: 0 0 0 10px;
	line-height: 20px;
}

li {

	margin: 0 0 0 10px;


}

div#image1 {


	float:left;
	width: 332px;
	height: 722px;


}


/*---BOTTOM SECTION---*/


div#image2 {

	clear:both;
	float:left;
	width: 850px;
	height: 453px;


}




