/* I last worked on this sheet on a Saturdy somewhere in October */

/* @group lazy reset */

*{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	list-style: none;
	text-decoration: none;
	outline: none;

}

/* @end */

body{
	background: #fff;
	padding: 100px 0 0 0;
	font: 12px/20px Verdana,Geneva,Kalimati,sans-serif;
	color: #404040;
}
a{
	color: #404040;
}
a:hover{
	color: #404040;
	text-decoration: underline;
}
#firez{
	margin: 0 auto;
	width: 329px;
	background: url(images/container.png) no-repeat 0 12px;
}
h1{
	font: 22px/22px "Arial Black", Impact, "FreeSans Bold", sans-serif;
	color: #3f3f3f;
	text-align: center;
}
em{
	background: #fff;
	padding: 0 10px;
	font-style: normal;
}
h2{
	font: italic 12px/18px "Palatino Linotype",Palatino,"Book Antiqua",FreeSerif,serif;
	color: #6b6b6b;
	text-align: center;
	letter-spacing: 0;
}
ul{
	margin: 16px 0 0 0;
	padding: 0 1px 40px 1px;
	background: url(images/footer.png) 0 100% no-repeat;
}
li{
	padding: 11px 0 11px 132px;
}
#website{
	background: #f6f6f6 url(images/website.gif) 100px 50% no-repeat;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
#email{
	background: url(images/email.gif) 100px 50% no-repeat;
}
#phone{
	background: #f6f6f6 url(images/phone.gif) 100px 50% no-repeat;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
#facebook{
	background: url(images/facebook.gif) 100px 50% no-repeat;
}