html
{
	background-color:		#a7a7a7;
	background-image:		url(img/clouds.jpg);
	margin:					0px;
	padding:				20px 0px;
}

body
{
	width:		718px;
	margin:		auto;
	padding:	0px;
}

#header
{
	margin:				0px;
	width:				718px;
	height:				138px;
	text-indent:		-90000px;
	background-image:	url(img/header.png);
}

#copy
{
	margin:				0px;
	padding:			40px;
	font-family:		Helvetica, Arial, sans-serif;
	font-size:			1.1em;
	background-image:	url(img/bg-mid.png);
}

p
{
	margin-top:	0px;
}

li
{
	margin-bottom: 0.3em;
}

.phone
{
	text-align:			center;
}

.phone .title
{
	display:			none;
}

.phone .number
{
	display:			inline-block;
	height:				35px;
	font-size:			1.8em;
	background-image:	url(img/phone.png);
	background-repeat:	no-repeat;
	padding:			0px 0px 0px 45px;
}

a.button
{
	display:			block;
	width:				454px;
	margin:				auto;
	text-indent:		-90000px;
	text-decoration:	none;
}

#email
{
	height:				95px;
	background-image:	url(img/email.png);
}

#logmein
{
	height:				81px;
	background-image:	url(img/logmein.png);	
}

#copyEnd
{
	width:				718px;
	height:				18px;
	background-image:	url(img/bg-btm.png);
	display:			block;
}


