﻿body {	
	margin: 0;
	padding: 0;
	background: #CBB28E;
	font: normal small Trebuchet MS, Verdana, Sans-Serif;
	color: #333333;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 20 0 0 20;
	background-color:#ffffff;

}


#content {
	width: 700px;
	margin: 0 auto;
	padding: 20 20 20 20;
	background-color:#ffffff;

}

A
{
	color: #7F181E;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-weight:bold;
}

A:HOVER
{
	color: #94bf4a;
}
P, TD, LI, OL, UL, BR, DIV
		{
	color : #303030;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
}
.headerbigcentered
		{
	color : #7F181E;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 32px;
	text-align:center;
	font-weight:bold;
}
.subheaderbigcentered
		{
	color : #7F181E;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	text-align: center;
	font-weight: bold;
}
.subheaderbigleft
		{
	color : #7F181E;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight:bold;
	text-align:left;
	font-style:normal;
}
H1
		{
	color : #7F181E;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
}
H2
		{
	color : #7F181E;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
}
H3
		{
	color : #7F181E;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
}
.boxlite {
	width: 600px;
	padding: 20px 20px 20px 20px;
	background: #e3d6c2;
	border: 2px solid #7F181E;
	color: #000;
	text-align: left;
	margin:10px auto 10px auto;
}
.boxborderednarrow {
	width: 500px;
	padding: 20px 20px 20px 20px;
	background: #ffffff;
	border: 2px solid #7F181E;
	color: #000;
	text-align: left;
	margin:10px auto 10px auto;
}
.boxborderedwide {
	width: 660px;
	padding: 20px 20px 20px 20px;
	background: #ffffff;
	border: 2px dashed #7F181E;
	color: #000;
	text-align: left;
	margin:10px auto 10px auto;
	vertical-align:middle;
}
.testimonialbox {
	font-style: italic;
	background-image: url(http://www.antianxietyfoodsolution.com/wp/wp-content/themes/swift/images/blockquote-bg.png);
	background-repeat:no-repeat;
	background-position-x: 5px;
	background-position-y: 1.2533em;
	margin-bottom: 1.25em;
	padding: 20px 20px 20px 50px;
	width: 85%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #F6F6F6;
	margin-left:auto;
	margin-right:auto;
}
.greencheckmark {
	list-style-image:url(http://www.everywomanover29.com/sexyyoungeryou/images/greencheckmark.png);
	margin-left: 20px;
}
li {
	margin-top: 0px;
	margin-bottom:10px;
}

.red-button {
	color: #FFFFFF !important;
	background-color: #7F181E;
	border-color: #7F181E;
	border-radius: 8px;
	border-width: 1px;
	border-style: solid;
	display: inline-block !important;
	text-align: center;
	text-decoration: none !important;
	box-sizing: content-box !important;
	transition: all 0.2s ease 0s;
	font-size: 24px;
	padding: 10px;
}

a.red-button:hover {
	background-color: #9d464c;
}