/****************** Content  ******************/

#content {
	  width: 100%;
	  height: 100%;
	  background-color: #ffffff;
	  background-image: url(../images/bg_content.jpg);
	  background-position: top left;
	  background-repeat: no-repeat;
	  border-top: none;
	  display: inline-table;
}

#r_content {
          float: right;
	  width: 600px;
	  font-family: calibri, 'Trebuchet MS', arial, verdana, helvetica; 
	  color: #000000; 
	  font-size: 16px; 
	  line-height: 22px;
	  font-weight: normal;
	  padding-right: 20px;
	  padding-left: 0px;
	  padding-top: 25px;
	  padding-bottom: 30px;
	  clear: right;

}


#r_content h1 {
	  font-size: 28px; 
	  font-weight: normal;
	  color: #770190; 
	  line-height: 25px;
}

#r_content h2 {
	  font-size: 24px; 
	  font-weight: normal;
	  color: #000050; 
	  line-height: 20px;
}


#r_content hr {
	  height: 4px; 
	  width: 95%; 
	  color: #cc0037; 
	  background-color: #ffffff; 
	  border-color: #cc0037 #ffffff #000050;
	  border-style: dashed solid solid;
	  margin-top: 10px;
	  margin-bottom: 25px;
}



a.player:link,a.player:visited,a.player:active {
	  color: #662D91; 
          font-weight: bold;
} 

a.player:hover {
	  text-decoration: underline; 
}


