body
{
	background: url(../images/main_bg.jpg);
	color:#ffffff;
	font-family: arial;
}

#main {
    margin: 0 auto;
	color:#313131;
    width: 867px;
	background:url('../images/main_bg_mdl.png') repeat-y;
	padding:0px 25px;
	margin-top: -24px;
	padding-bottom: 40px;
}
#top
{
	background:url('../images/main_top.png') no-repeat;
	margin:0px auto;
	width: 918px;
}
#bottom
{
	background:url('../images/main_btm.png') no-repeat;
	margin:0px auto;
	width: 918px;
	margin-top: -24px;
}

.biography{
	background-color: #f2f2f2;
	padding: 3px 0px 0;
	margin-top: 55px;
}

.important{ 
	background-color: #faefed; 
	padding: 15px 0px;
}

.important h2{ text-transform: uppercase; }

.important h2 em{ 
	font-weight: normal;
    /* text-transform: initial; */
    font-style: normal;
}

.biography p{
	text-align: justify;
	padding: 0px 15px;
	color: #000;
}

.biography h2{
	padding: 0px 15px;
}

.important #img-sign{ padding: 0px 15px; }

.biography-info{
	padding: 0 0 20px;
    border-bottom: 1px solid #fff;
}

.biography .bio-img{ 
	float: right;
    margin-right: 10px;
    /* padding: 0 20px; */
    width: 30%;
    border: 2px #fff solid;
    margin: 0 14px;
}

img.center
{
	margin-left:auto;
	margin-right:auto;
	display:block;
	/*margin-top: 30px;*/
}

img.logo-img{ margin-top: 15px; }



#purchase_link_a img{ margin-top: 0; }

#leftbar
{
	width:66%;
	float:left;
}

.left-bar-info {
    /* text-align: left; */
    padding-right: 25px;
}

.left-bar-info p{
	font-size: 12px;
	color: #000;
	text-align: justify;
}

.left-bar-info h2 { font-weight: 400; }

#sidebar
{
	width:33%;
	float:right;
	font-size: 12px;
}

.testimonial {
    color:#b00040;
    float: right;
}

h1,h2,h3,h4,strong
{
	color:#EB296F;
}
p
{
	color:#646464;
}
th
{
	background-color: #B00040;
    color: #FFFFFF;
    font-size: 19px;
    padding: 10px;
    text-align: left;
	border:1px solid white;
}
td:nth-of-type(1) > img {
    float: left;
	height:60px;
}
td:nth-of-type(1) {
    font-weight: bold;
	text-align:center;
	width:55%;
	padding:10px 0px 10px 10px;
}
td {
    color: #B00040;
    font-size: 20px;
	vertical-align: middle;
	border:1px solid white;
	text-align:center;
}

#footer
{
	width:1000px;
	margin:0px auto;
}
#footer > p
{
	color:white;
	text-align: center;
}
a > img:hover
{
	opacity:0.7;
}


.quote
{
	background-image: url("../images/testimonials/quote.png");
    background-repeat: no-repeat;
    color: #B00040;
    padding-left: 29px;
}

td h2 {
    font-size: 20px;
    font-weight: normal;
	margin:0px !important;
}


td p {
    font-size: 15px;
    font-weight: normal;
	text-align:justify;
	margin:0px !important;
}

td div {
    display: inline-block;
    text-align: left;
    width: 280px;
}


@media (max-width: 768px) {
	.logo_header,#top,#bottom,#footer,#leftbar,#sidebar 
	{
		width:100% !important;
	}
	#main
	{
		width:90% !important;
	}
	img {
		max-width: 100%;
	}
	#leftbar,#sidebar
	{
		float:none !important;
	}
	#leftbar table
	{
		width:90% !important;
	}
	#leftbar td,#leftbar th
	{
		font-size:12px !important;
	}
	
}

.strikeout {
    position: relative;
}
.strikeout::after {
    border-bottom: 2px solid #b00040;
    content: "";
    left: 10%;
    position: absolute;
    right: 10%;
    top: 50%;
}