body{
	font-size: 11pt;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	color: #333;
	background: url(gfx/bg-home.jpg) #06C repeat-x 50% 0px;
	padding-top: 0px
}


a:link,a:visited{

  color:#333;
  text-decoration:underline;
  
}

/*margini*/
h1, h2, h3, h4, h5, h6, p {
	margin: 28px 28px 28px 28px;
}


/*id definition =====================================================================*/


#mainWrapper{ 
  
  
  margin-left: 15%;
  margin-right: 15%;

  
  width: 70%;
  left: 15%;
  right: 15%;
 


}

#logoBox{
  
  
  min-height: 88px;
  width: 100%;
  color: black;
  font-size:12px;
  font-weight:normal;
  border: 0px 0px 0px 0px;
  
}



#mainContent{ 
	
	float: left;
	background: white;
	width: 100%;
	height: 100%;
	
}

#mainContent p{
	
	text-align:justify;
	
}

#centerContent{
	float: left;
	background-color: white;
	width: 68%;
	height: 100%;
	border-right: 1px solid black;
  
}

#centerContent h1,h2,h3,h4,h5,h6{
	color: #09F;
}

#leftContent{
	
	float:left;
    background-color: white;
    
    width: 30%;
    height: 100%;
	

}

#footer{
	float:left;
	background: url(gfx/footbar.png) black repeat-x 100% 0px;
	font-size:0.8em;
	color:#F90;
	width: 100%;
	min-height: 5em;
}

#footer p{
	
	text-align:justify;
	
	
}

#paypal{

  margin: 28px 28px 28px 28px;
}

#tras{

  position: absolute;
  top:10em;
  display:inline;
  color: black;
  background: none;

}

/*custom class =====================================================================*/

.evidence {
	background-color:#F90;
	border: 1px 1px 1px 1px;
}

.evidence2 {
	background-color:#ff0;
	border-style:outset;
	border: 1px 1px 1px 1px;
}

.container { 
width:425px; 
margin:0 auto; 
}

IMG.displayedCenter {
 display: block;
 margin-left: auto;
 margin-right: auto 
}

P.blocktextCenter {
 
 margin-left: auto;
 margin-right: auto;
 width: 15em;
 
}
