@charset "UTF-8";
/* CSS Document */
/* BizLaunch NOW! */


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:100.1%;
	background-color:#141d2e;
}

#wrap {
	width: 739px;
	margin: 0 auto;
    background-color:#ffffff;

}

#header {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(http://esheryl.com/bln/bizlogo.gif);
	background-image:url(http://esheryl.com/bln/bizhead.gif);
	background-repeat: no-repeat;
	background-position:center;
	height:171px;
	font-size:28px;
	text-align:center;
	padding: 0px 0px 0px 0px;
	
}

#header h1 {
	
	font-weight:bold;
}

#header h3 {
	
	font-size:24px;
	padding: 0px;
	
}

#header hr {
	width:520px;
	border:none;
	border-color:#000000;
	border-style:solid;
	border-width:2px;
	line-height:50%;
}


.superscript {
	font-size:16px;
	vertical-align:top;
	
}

#services {
	margin: 0 auto;
	width:700px;
	text-align:left;
	font-size:12px;
}

#footer {
	background-image:url(http://esheryl.com/bln/bizfoot.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	height:47px;
	padding: 0;
	margin-top:5px;
}

.bolditalic {
	font-weight:bold;
	font-style:italic;
	font-size:13px;
}

.bold {
	font-weight:bold;
}

a {
	color:#141d2e;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;

}


