@charset "UTF-8";
/* CSS Document */
body{ 
	text-align:left; 
	font-family: 'News Cycle', sans-serif; 
	color:#3e3e3e; 
	font-weight: normal; 
	margin:0; 
	}
	
    #globalnavi{  
      margin: 0;  
      padding: 0;  
      width: 850px;
	  font-size:14px;  
    }  
      
#globalnavi ul{  
  list-style-type: none;  
  margin: 0;  
  padding: 0;  
}  
  
#globalnavi li{  
  float: left;   
  margin: 0;  
  padding: 0;  
}
.w1{  
  width: 110px;  
} 
.w2{  
  width: 120px;  
}  
.w3{  
  width: 130px;  
} 
.w4{  
  width: 140px;  
} 
  
#globalnavi a{  
  text-align: center;  
  display:block;  
  padding: 0.5em 0;  
  width: 100%;  
  background-color: #7bcdc7;  
  color: white;  
}  
  
#globalnavi a:hover{  
  background-color:#f13993;  
  color: white;  
} 

a { color:blue; } 

h1 { font-family: 'Philosopher', sans-serif; font-size:30px; color:#f13993; line-height:10px; text-align:left; font-weight:normal;padding:0;} 
h1 a:link{ color:#f13993; text-decoration:none;} 
h1 a:visited{ color:#f13993; text-decoration:none;} 
h2 { font-size:14px; color:#3e3e3e; line-height:17px; text-align:left; font-weight:normal; padding:0;}
h3 { font-size:12px; color:#3e3e3e; line-height:17px; text-align:left; font-weight:normal;}
h4 { font-family: 'Philosopher', sans-serif; font-size:30px; color:#f13993; line-height:3px; text-align:left; font-weight:normal;padding:10px 0 0 0;}

.head{ 
background-image:url(../images/bg_gradient.png); 
background-repeat:repeat-x; 
border:#d1d1d1 1px solid; 
padding:15px 0 0 15px;
}
.title{
	float:left; 
	width:530px;
}
.tleft{
	float:left; 
	width:100px;
}
.tright{
	float:left; 
	width:180px;
}
.bio{
width:95%; 
text-align:left;
padding:10px;
}