﻿body 
{
    background-image: url(http://eskindeep.com/images/newsletter/3/newsletter-v3-bamboo-bg-1600.jpg);
    background-position: top center;
    background-repeat:no-repeat;
    margin: 0px;
    background-color: #A3915F;
	font-family: Arial, Verdana, sans-serif;
	font-size: small;
}

#wave
{
    background-image: url(http://eskindeep.com/images/newsletter/3/newsletter-v3-wave-bg.png);
    background-repeat: repeat-x;
    height: 231px;
    width: 100%;
    background-position: top center;
    z-index: 1;
}

#header
{
    margin: 0 auto;
    z-index: 2;
    top: 0px;
    left: 0px;
    width: 828px;
}

#content_area
{
    margin: 0 auto;
    z-index: 2;
    background-image: url(http://eskindeep.com/images/newsletter/3/newsletter-v3-content-bg.png);
    background-position: top center;
    background-repeat:repeat-y;
    width: 750px;
    top: 0px;
    left: 0px;
    filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#FCFCE7');
    border-left: solid 3px #9E1B34;
    border-right: solid 3px #9E1B34;
    text-align: left;
    vertical-align: top;
    padding: 0px 5px;
}

#trailer
{
    margin: 0 auto;
    background-color:#FCFCE7;
    z-index: 2;
    width: 760px;
    top: 0px;
    left: 0px;
    border-left: solid 3px #9E1B34;
    border-right: solid 3px #9E1B34;
    border-top: solid 1px #9E1B34;
    border-bottom: solid 3px #9E1B34;
}

#bottom_spacer
{
    margin: 0 auto;
    padding: 5px;
    z-index: 2;
    width: 760px;
    top: 0px;
    left: 0px;
}

#navigation
{
    position:relative;
    top: 0px;
    left: 0px;
    width: 175px;
    float: left;
    margin-right: 25px;
    margin-bottom: 50px;
    z-index: 4;
}

#content_box
{
    position:relative;
    top: 0px;
    left: 0px;
    min-width: 500px;
    z-index: 3;
    min-height: 315px;
}

/* Text -----------------------------------------------*/

h1,h2,h3,h4 {
	color: #877148;
}

h1 {
	margin: 10px 5px;
	padding: 0;
	font-size: 190%;
}

h2 {
	margin: 0px 5px 5px 5px;
	padding: 0;
	font-size: 150%;
	font-weight: lighter;
}

h3 {
	margin: 8px 5px 0 5px;
	padding: 0;
	font-size: 130%;
}

h4 {
	margin: 10px 5px 0 5px;
	padding: 0;
	font-size: 110%;
}

h5 {
	margin: 10px 5px 0 5px;
	padding: 0;
	font-size: 100%;
}

h6 {
	margin: 0;
	padding: 12px 0 0 0;
	font-size: 105%;
	font-weight: bold;
}

p {
	margin: 0;
	padding: 0 5px 15px 5px;
}

p.textsmall {
	margin: 0;
	padding: 0 5px 15px 5px;
	font-size: 85%;
}

p.center {
	margin: 0;
	padding: 5px;
	text-align: center;
}

span.textsmall {
	margin: 0;
	font-size: 85%;
	font-weight: bold;
}

/* Text -----------------------------------------------*/

/* Font Colors ----------------------------------------*/

.red {
	color: #9E1B34;
}

/* Font Colors ----------------------------------------*/

/* Links -----------------------------------------------*/

a {
	font-family: Arial, Verdana, sans-serif;
	font-size: small;
	color: #000000;
	font-weight: bold;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #0000CC;
}

a.leftnav {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9E1B34;
	text-decoration: none;
	line-height: 24px;
	}
	
a.leftnav:visited {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9E1B34;
	text-decoration: none;
}

a.leftnav:hover {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 24px;
	}

a.leftnav:active {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9E1B34;
	text-decoration: none;
	line-height: 24px;
	}

/* Links -----------------------------------------------*/

