html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #392219;
	font-size: 16px;
	line-height: 25px;
	font-family: "Century Gothic", verdana, helvetica, arial;
	text-align: center;
	background-image:url(images/bg_body.jpg);
}

p, ul, li, td, a {
	color: #392219;
	font-size: 16px;
	line-height: 25px;
	font-family: "Century Gothic", verdana, helvetica, arial;
}

h1, h2 {
	padding: 5px 0px 0px 0px;
	color: #990033;
	font-size: 20px;
	margin: 0px 0px -15px 0px;
	font-weight: lighter;
}

h3 {
	padding: 5px 0px 0px 0px;
	color: #990033;
	font-size: 16px;
	margin: 0px 0px -15px 0px;
	font-weight: lighter;
}

.note {font-size: 12px;}

table.wrapper {
	width: 100%;
	margin:0px auto;
	text-align:left;
	background-image:url(images/bg_topline.gif);
	background-repeat: repeat-x;
}

table.designwrapper {
	width: 906px;
	margin:0px auto;
	text-align:left;
}

#navigation {
	text-align: right;
	padding-bottom: 10px;
}

#navigation a:link, #navigation a:visited, #navigation a:hover {
	color: #392219;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

#navigation a:hover {
	color: #990033;
	text-decoration: none;
}


td.header {
	/*background-image: url(images/bg_content.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-image: url(images/header_the10essentials.gif);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed*/
}



td.contentwrapper {
	height: 100%;
	padding-bottom: 0px;
	background-color: #FEFDBC;
	text-align: center;
	border-left: 3px solid #BD0981;
	border-right: 3px solid #BD0981;
	/*background-position: bottom left;
	background-image: url(images/header_the10essentials.gif);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed*/
}

table.content {
	width: 774px;
}



td.footer {
	height: 190px;
	background-image: url(images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	/*background-image: url(images/header_the10essentials.gif);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed*/
}

td.footer p {
	padding-top: 0px;
	margin-top: 0px;
	width: 775px;
	padding-left: 65px;
}

p.first {
	margin-top: 0px;
	padding-top: 0px;
}

p.required {
	font-size: 12px;
	text-align: right;
}

table.form td {
	padding-bottom:15px;
}

a:link, a:visited {
	color: #990033;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
