html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFFFFF;
	font: 14px verdana, arial;
	color: #000000;
	}
#container {
	margin: auto;
	background: #FFFFFF url(http://www.healthydetoxtips.com/images/150747.gif) repeat;
	padding: 0;
	text-align: center;
	width: 800px;
	}
#header {
	margin: auto;
	background: #FFFFFF url(http://www.healthydetoxtips.com/images/150746.jpg) no-repeat;
	text-align: center;
	height: #43px;
	}
#menu {
	margin: auto;
	padding-top: 25px;
	width: 750px;
	text-align: left;
}
#menu a {
	color: #870404;
	padding-right: 11px;
	padding-left: 11px;
	text-decoration: none;
	font: bold 14px  verdana, arial;
}
#menu a:hover  {
	position: relative;
	color: #000000;
	padding-right: 9px;
	padding-left: 9px;
	border-bottom: 20px solid #ECEAEA;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	font: bold 14px  verdana, arial;
}
#content {
	margin: auto;
	background: #FFFFFF;
	padding: 6px;
	text-align: left;
	min-height: 450px;
	width: 720px;
	font: 14px verdana, arial;
	color: #000000;
}
#content a {
	color: #870404;
	text-decoration: none;
	font: bold 14px  verdana, arial;
}
#content a:hover  {
	color: #000000;
	font: bold 14px  verdana, arial;
	text-decoration: underline;
}
#footer {
	margin: auto;
	padding: 0;
	background: #FFFFFF;
	text-align: center;
                color: #000000;
}
textarea {
	color: #000000;
	text-decoration: none;
	background: #FFFFFF;
	border: 1px solid #ADAEAF;
	font: bold 14px  verdana, arial;
}
input, select, button {
	color: #000;
	text-decoration: none;
	background: #EFEFEF;
	border: 1px solid #ADAEAF;
	font: bold 14px  verdana, arial;
}
input:hover {
	background: #FEFCFD;
	border: 1px solid #000;
}

/* used for opt-in form */
#wrapper{
	width:505px;
	margin:auto;
}
#tablecontent{
	margin:auto;
	width:480px;
	text-align:left;
}
h1.headline{
	font-family: Tahoma, Georgia, "Times New Roman", serif;
	font-weight:bold;
	font-size:18px;
	color:#990000;
	text-align:center;
}
.bullettext{
	font-size:10px;
	margin-bottom:0px;
}
#bullettext{
	font-size:6px;
	margin-bottom:0px;
}
.optinform{
	border:5px dashed #000;
	background:#FFFFCC;
	width:210px;
	padding:15px 10px 5px 10px;
	margin:auto;
}
.optintextbig {
	font-size: 16px;
	color: #990000;
	font-weight: bold;
}
.optintext {
	font-size: small;
	font-weight: bold;
}
.optintextsmall {
	font-size: x-small;
}
.inputsubmit input{
	height:35px;
	font-weight:bold;
	font-size:18px;
	width:100%;
	font-family:Tahoma,Arial;
}
.inputsubmit {
	margin:auto;	
	background-color:#8c0003;
	padding:5px;
}
#footer{
	background:url(images/footer.jpg) no-repeat top center;
	height:50px;
	text-align:center;
	color:#FFFFFF;
	font-size:small;
	padding-top:15px;
}
.highlightyellow{
	background-color:#ff0;
}
.highlightyellowred{
	background-color:#ff0;
	color:#ff0000;
}