body{
	margin: 0;
	padding: 0;
	background-color: #EF4923;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: italic;	
}

#wrapper{
	width: 795px;
	margin: 0 auto;
	height: 375px;
	background: url(../images/bg.png) left top no-repeat;
	position: relative;
}

#email_link a{
	position: absolute;
	font-size: 1.3em;
	top: 14px;
	right: 60px;
	color: #6D6E70;
	font-weight: bold;
	text-decoration: none;
}

#copy{
	position: absolute;
	right: 60px;
	top: 100px;
}

h1{
	font-size: 1.1em;	
	color: #838587;
	font-weight: normal;
}
h3{
	color: #EF4923;
	font-size: 1.8em;
}

ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

li{
	font-size: 0.9em;
	padding-left: 10px;
	line-height: 1.3em;
	background: url(../images/arrow.gif) left center no-repeat;
	color: #838587;
}

.red{
	color: #EF4923;
}
.call{
	color: #6D6E70;
	font-weight: bold;
}