@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(http://themes.googleusercontent.com/static/fonts/ptsans/v5/LKf8nhXsWg5ybwEGXk8UBQ.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/ptsans/v5/0XxGQsSc1g4rdRdjJKZrNBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
   html { 
  background: url(me.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
   background-color:black;
}
    .sco
    {
    }

body {
  padding:0px;
  margin:0px;
 }
  
 #menu 
    {
	margin-left: auto;
	margin-right: auto;
    background-color:#D45421;
	width:70px;
	color:#fff;
	z-index:9998;
	font-size:16px;
	font-weight: 700; 
	padding:0px 20px 0px 20px;
	text-align:center;
	font-family: 'PT Sans', sans-serif;
	letter-spacing:0.2em;
	}
	
	#windowcontent 
	{
	background-color:#000;
	opacity:0.7;
	margin-left: auto;
	margin-right: auto;
	width:200px;
	padding:5px;
	color:#fff;
	z-index:9998;
	font-size:14px;
	font-weight: 400; 
	font-family: 'PT Sans', sans-serif;
	top:20px;
	}   
    
    .smaller
    {
	word-wrap: break-word;
    font-size:10px;
    font-family:Arial;
    color:#ccc;
    margin-top:2px;
    }
    
    .medium
    {
    font-size:12px;
    font-family:Arial;
    color:#ccc;
    margin-top:10px;
    line-height:22px;
    }
    
    .smallest
    {
    font-size:8px;
    font-family:Arial;
    color:#ccc;
	letter-spacing:0.1em
    }
    
    .section 
    {
    margin-top:14px;    
    }
    
    a {text-decoration:none;color:#F8EAD0;}
    a:hover {color:#F1D091;}
    
    #bio {width:410px;line-height:18px;margin-bottom:30px;margin-top:10px}
    
    .divider  {width:410px;margin-bottom:40px;}
