body {
	background: #483500 url('images/bg.png') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	margin-top: 0px;
}

a{color: #068200; font-weight:bold;}


#mainWrapper {
	width: 800px;
    margin:0px;
	margin-right: auto;
	margin-left: auto;
    
}
#mainContentWrapper {
    background: #ffffff;
    width:680px;
    margin:0  auto;
    border-left: solid 10px #09bd00;
    border-right: solid 10px #09bd00;
	padding:10px 50px 20px 50px;
    display: block;
    text-align: left; text-justify: newspaper;
    line-height:22px;

}

#HeadlineImg {
    background: #ffffff;
    width:726px;
    margin:0  auto;
    border-left: solid 10px #09bd00;
    border-right: solid 10px #09bd00;
	padding:30px 27px 20px 27px;
    display: block;
    text-align: center;
    line-height:22px;

}
#AffWrapper {
    background: #ffffff;
    width:728px;
    margin:0  auto;
    border-left: solid 10px #09bd00;
    border-right: solid 10px #09bd00;
	padding:30px 26px 20px 26px;
    display: block;
    text-align: center;
    line-height:22px;

}


/*- Header -*/

#header {
    background: url(images/header.png) no-repeat;
    height:225px;
    text-align: center;
	width: 800px;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
    padding: 0px;
}



h1 {
	color: #078d00;
	font-weight: bold;
    font-size:24px; 
    margin:30px 0 30px 0;
    text-align:center;
    line-height:30px;
}

h2 {
	color: #078d00;
	font-weight: bold;
    font-size:18px; 
    margin:15px 0 15px 0;
}

h3 {
	color: #078d00;
	font-weight: normal;
    font-size:14px; 
}

h4 {
	color: #078d00;
	font-weight: bold;
    font-size:14px; 
}


#bottom {
    background: url(images/bottom.png) no-repeat;
    height:225px;

	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
} 

.br {margin:35px; 0 0 0;}

/* Bullet List Style #1 */
/* (START) */
div.bullet-list1 {
	padding: 5px 15px;
}
div.bullet-list1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
div.bullet-list1 ul li {
	display: block;
	padding: 12px;
	background: url(images/bullet.png) no-repeat left;
	padding-left: 56px;
	color: #333;
	font-family: arial, sans-serif;
	border-bottom: 1px dashed #ccc;
}
div.bullet-list1 ul li.ul-li-odd {
	background: url(images/bullet.png) no-repeat left  #eee;
}
/* (END) */


/* Testimonial Style #1 */
/* (START) */
div.testimonial1 {
	padding: 20px;
	width: 400px;
	display: block;
	margin: 20px auto;
	border: 1px dashed #798fa6;
}
div.testimonial1 p {
	font-size: 15px;
	font-style: italic;
	font-family: Georgia, sans-serif;
}
div.testimonial1 strong {
	display: block;
	font-size: 15px;
	color: #666;
}
/* (END) */


