body	{
	margin:	0;
	padding: 0 0 0 0;
	height: 100%;
	background: #5e1411;
	}
#wrapper	{
	margin: 80px auto 0 auto;
	width: 600px;
	padding: 0 0 0 0;
	background: #651612;
	border: dotted 2px #44100d;
	overflow: hidden;
	position: relative;
	min-height: 400px;
	z-index: 100;
	}
#subwrapper	{
	margin: 40px auto 0 auto;
	width: 1050px;
	padding: 0 0 40px 0;
	background: #651612;
	border: dotted 2px #44100d;
	overflow: hidden;
	position: relative;
	min-height: 400px;
	z-index: 100;
	}
img	{
	border: 0;
	margin: 0;
	padding: 0;
	}

#maintext 	{
	margin-right: auto;
	margin-left: auto;
	padding: 60px 0 80px 0;
	width: 400px;
	font: 15px/29px 'Mercury SSm A', 'Mercury SSm B', georgia, serif;
	font-weight: 300;
	text-align: justify;
	color: #be9999;
	background: transparent;
	}
p 	{
	margin: 10px 10px 0 10px;
	}
h1 	{
	margin: 50px 10px 0 10px;
	font: 72px/60px 'Mercury SSm A', 'Mercury SSm B', georgia, serif;
	}
h2 	{
	margin: 50px 10px 0 10px;
	font: 38px/40px 'Mercury SSm A', 'Mercury SSm B', georgia, serif;
	}
#subtext 	{
	margin-right: auto;
	margin-left: auto;
	padding: 30px 25px 80px 25px;
	width: 1050px;
	font: 15px/29px 'Mercury SSm A', 'Mercury SSm B', georgia, serif;
	font-weight: 300;
	text-align: justify;
	color: #be9999;
	background: transparent;
	}
.biglogo {
	display: block;
        margin-left: auto;
        margin-right: auto;
	}
.signature {
	text-align: center;
	display: block;
	}
.emailcenter {
    	text-align: center;
	font: 14px/12px 'Whitney SSm A', 'Whitney SSm B', Verdana, sans-serif !important;
	margin: 40px 0 250px 0;
	}
#copyright {
	margin: 50px 0 0 8px;
	color: #fff;
	}
a	{
	text-decoration: none;
	transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	}
.vids {
	margin: 0 0 100px 0;
	padding: 0;
	color: #fff;
	}
#clearing {
	clear: both;
	}
.sublogo {
	float: left;
	margin: 0 40px 0 0;
	}
a:link	{
	color:	#85a1a5;
	background-color: transparent;
	}
a:visited	{
	color:	#85a1a5;
	background-color: transparent;
	}
a:active	{
	color:	#00deff;
	background-color: transparent;
	}
a:hover	{
	color:	#00deff;
	background-color: transparent;
	}