#header {
    
	position: relative;
	z-index: 1;
	width: auto;
	top: 10px;
	left: 15%;
}

#menu {
	position: relative;
	width: auto;
	top: -35px;
	z-index: 2;
	left: 17%;
}

#bodysection{
       position: relative;
       top: -30px;
       left: 17%;
       width:40%;
}

#par1 {
	position: relative;
	height: auto;
	margin-bottom: 20px;
	width:300px;
	left:30px;
        font-size: 15px;
}

#par2 {
	position: relative;
	height: auto;
	margin-bottom: 20px;
	width:300px;
	left:30px;
        font-size: 15px;
}

#par3 {
	position: relative;
	height: auto;
	margin-bottom: 20px;
	width:300px;
	left:30px;
        font-size: 15px;
}

#image
{
	position: absolute;
	top:20px;
	left: 350px;
}

#features
{
     position: relative;
     left:70px;
}
#personal
{
	position: relative;
	left:70px;
	margin-top:30px;
	margin-bottom:30px;
	font-weight: bold;
	text-align: center;
}

#affils
{
	position: relative;
	left:70px;
	height: auto;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	
}

#count
{
        position: relative;
	height: auto;
	font-weight: bold;
	text-align: right;

}

#affilstop
{
	position: relative;
	left:70px;
	height: auto;
	font-weight: bolder;
	vertical-align: middle;
	text-align: center;
	text-decoration: underline;	
}

#bottom
{
   position:relative;
   width: auto;
   top: 10px;
   left:16%

}

.testimonial
{
	width: 600px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #660000;
}

.name
{
	width: 600px;
	margin-bottom: 30px;
	font-size: 14px;
        color:#000000;
}

