@charset "utf-8";
/* CSS Document */


h1.scene{
	background: url(images/contact.jpg) no-repeat;
	
}

#mainBody h2 {
	font-size: 2.5em;
	font-family:"Times New Roman", Times, serif;
	margin-bottom: .5em;
	color: #dce2e7;
}

#mainBody p {
	font-size: 1.2em;
}

#mainBody {
	margin-bottom: 8em;
	padding: 0;

}
#mainBody ul {
	list-style: none;
	margin:0;
	padding: 0;
}
#mainBody ul li{
	
	
	margin: 0;
	padding: 0;
}
#mainBody ul li p{
margin: 0;

}

#mail {
float: left;
	background: url(images/mail.png) no-repeat;
	background-position:right bottom;
	width: 250px;
	
}
* html #mail {
	background: url(images/mail.gif) no-repeat right bottom;
}
#phone {
float: left;
position: relative;
left: 25px;
	background: url(images/phone.png) no-repeat;
	background-position:right bottom;
	width: 200px;
	padding-right: 20px;
}
* html #phone {
	background: url(images/phone.gif) no-repeat right bottom;
}
#email {
float: right;
	background: url(images/email.png) no-repeat;
	background-position:right bottom;
	width: 210px;
}

* html #email {
	background: url(images/email.gif) no-repeat right bottom;
}
