/*-- styles for the concept section --*/
#concept{
    margin: 30px 0px 0px 0px;
    width: 860px;
    height: 350px;
    text-align: left;
    background: #fff url(../images/about/Karina.jpg) no-repeat top right;
    }

#statement{
    margin: 0px;
    text-align: justify;
	color: #7D6F72;
	width: 600px;
	display: block;
   }

#statement p{
    margin: 10px 0px 0px 0px;
	font-weight: 500;
   }




/*-- styles for players section --*/
#players{
    margin: 40px 0px 0px 0px;
    text-align:left;
    }

h1{
   margin: 0px;
	text-align: left;
	font-size: 18pt;
	color: #5d8aa4;
   }
	
h3{
   margin: 0px;
   font-size: 12pt;
   color: #5d8aa4;
   }

#players p{
   font-size: 10pt;
   margin: 0px;
   color: #7D6F72;
   text-align: justify;
   display: block;
   font-weight: 500;
   width: 250px;
   }

#titles{
   margin: 0px;
   }

