body {
				background-color: #959A9C;			
				font-size: 70%;
				font-family: "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;				
				letter-spacing: 0.1em;
				text-align: center;
				}
			
			.wrapper {
				width: 720px;
				margin: 0px auto;
				padding: 10px;
				}

			.top {
				width: 720px;
				background-color: #959A9C;
				margin: 10px 0px 10px 0px;
				border-top: 0px solid #000;
				border-bottom: 0px dashed #000;
				}
			.nav {
				width: 720px;
				margin: 0px 0px 0px 0px;
				border-top: 1px dashed #000;
				border-bottom: 1px solid #000;
				}
			
			nav {
    				width: 720px;
   				 border: 0;
   				 margin: 1em 0;
   				 padding: 10;
				}
				nav:first-child {
    				width: 720px;
				}
				nav:last-child {
    				width: 720px;
				}
			ul {
   				display: table;
    				width: 100%;
    				border: 0;
    				padding: 0px;
    
				}
			li {
    				display: table-cell;
   				border: 100;
    				padding: 0 100px 0 100px;
    				text-align: center;
				}
			li:first-child {
    				text-align: left;
				}
			li:last-child {
    			text-align: right;
				}
			
			.space{
				width: 720px;
				margin: 0px;
				height: 15px;
				}

			.thumb {
				width: 220px;
				float: left;
				margin: 10px;
				height: 160px;
				}
			
			figure {
				display: block;
				width: 220px;
				height: 160px;
				background-color: none;
				margin: 0px;
				padding: 5px;
				text-align: left;
				border-radius: 3px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				}
			figure img {
				width: 220px;
				height: 147px;
				border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				}
			figcaption {
				background-image: url("images/icon.png");
				padding: 5px;
				padding-left: 0px;
				background-repeat: no-repeat;
				}
			.bio {
				width: 600px;
				font-size: 100%;
				font-family: "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
				letter-spacing: 0.1em;
				text-align: left;
				margin: 10px 0px 10px 60px;
				}
			a {
				color: #000000;
				text-transform: lowercase;
				text-decoration: none;
				padding: 0px 0px 0px 0px;
				}
			a:hover, a.on {
				color: #cc3333;
				}
