* {
		margin: 0;
		padding: 0;
}

body	{
		background:  url(media/backbizazi.gif) ;
		margin: 0;
		min-width: 780px;
		font-family: Tahoma, Verdana, Arial;
		font-size: 11px;
		text-align: center;
		color: #666666;
	}
	.clear {
		clear: both;
	}
	#logo {
		width:155px;
		height:144px;
		border: none;
	}
	#man {
		width:163px;
		height:166px; /* 153px; */
		border: none;
	}
	#branding	{
		height: 173px;
		background: url(media/banner.jpg);
		position: relative;
	}
	#branding #url {
		position: absolute;
		left:240px;
		top: 40px;
		font: normal 3em impact;
		color: #FFFFAA;
	}
	#branding #tag {
		position: absolute;
		left:245px;
		top: 80px;
		font-family: arial;
		font-weight: bold;
		color: #FFFFDF;
	}
	#branding a:link {
		color: #FFFFDF;
		text-decoration: none;
	}
	#branding a:visited {
		color: #FFFFDF;
		text-decoration: none;
	}
	#branding a:hover {
		color: #FFFFDF;
		text-decoration: underline;
		/* font-weight: bold; */
	}
	#branding #logo {
		position: absolute;
		left:20px;
		top: 20px;
	}
	#branding #man {
		position: absolute;
		right:20px;
		top: 20px;
	}
	#branding .date {
		position: absolute;
		right:200px;
		top: 150px;
		font-weight: bold;
		font-size: 110%;
	}
	#content {
		width: 852px;
		margin: 10px auto;
		border: 1px solid #C0C0C0;
		background: url(media/bc8.gif) no-repeat; 
		background-color: #FFFFFF;
	}
	.hilite {
		background-color: #FFFFDF;
		font-weight: bold;
	}
	.backlite {
		background-color: #FAFAEC;
	}
	#main {
		position: relative;
	}
	#right {
		float: right;
		width: 38%;
		text-align: left;
		margin-top: 30px;
		margin-right: 10px;
		padding: 5px;
	}
	#right #testhead {
		font-weight:bold;
		font-style: normal;
		padding-bottom: 5px;
		font-size: 110%;
	}
	#right #testtail {
		font-weight:bold;
		font-style: normal;
		padding-bottom: 5px;
	}
	#right .cust {
		font-weight: normal;
	}
	#right .quote {
		font-style: italic;
		font-weight: normal;
		margin-left: 15px;
		padding-bottom: 5px;
	}
	#left {
		position: relative;
		float: left;
		width: 59%;
	}
	#left #headline {
		font: bold 150% tahoma;
		margin-top: 20px;
		margin-left: 10px;
	}
	#left #subhead {
		color: #800000;
		font: bold 150% arial;
		margin: 10px;
		text-indent: 20px;
	}
	#left #listhead {
		/*text-indent: 20px;*/
		position: absolute;
		left:40px;
		bottom:10px;
		text-align: left;
		font: italic normal normal 150% arial;
		/* padding: 30px 0 10px 40px; */
	}
	#left 	.sig {
		font-weight: bold;
	}
	#wrapper {
		text-align: left;
	}
	#optin {
		position: relative;
		border: 1px dashed #000080;
		width: 45%;
		float:right;
		padding: 5px;
		margin: 10px;
	}
	#optin div {
		/*margin: 0 auto;
		width: 95%; */
	}
	#optin div img {
		border:0;
		/*width:241px;
		height:58px; 
		padding:5px;*/
	}
	#optin #instr {
		margin:0;
		padding:0;
		font-weight:bold;
	}
	#optin #bonus {
		height:28px;
		margin:0;
		padding-top:5px;
		padding-bottom:20px;
		float: left;
	}
	#optin #bonustxt {
		/* display: inline; */
		padding-top: 7px;
		padding-bottom: 10px;
	}
	#optin #shadow {
		position: absolute;
		width:100%;
		margin:0;
		padding:0;
		right: 0px;
		bottom: -26px;
		border:0;
	}
	#optin p {
		padding: 10px 0 10px 0;
		margin: 0 auto;
	}
	#optin #reveal	{
		text-align:center;
		font-size: 14pt; 
		font-family: Arial; 
		font-weight: bold; 
		height: 40px;
		width:300px;
	}
	#benefits {
		width: 45%;
		float: left;
	}
	#benefits ul {
		list-style-type: none;
		margin:0
		padding:0;
	}
	#benefits ul li {
		background:  url(media/bul_10.jpg) no-repeat 40px top;
		padding-left:80px;
		padding-bottom:20px;
		font-size: 110%;
	}
	#benefits p {
		text-align: left;
		font: italic normal normal 150% arial;
		padding: 10px 0 0px 40px;
	}
	#footer {
		clear: both;
		margin: 0 auto;
		padding-top:10px;
		padding-bottom:10px;
		text-align: center;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
