html {
	width: 1000px;
	padding:20px;
	margin:auto;
}
body{
	margin:0;
	padding:0;
	border: 1px dotted blue;
	font-family: Sans-Serif;
	line-height: 1.5em;
}

main {
	padding-bottom: 10010px;
	margin-bottom: -10000px;
	float: left;
	width: 100%;
}


#nav {
	float: left;
	width: 230px;
	height: 100vh;
	margin-left: -100%;
	padding-bottom: 10010px;
	margin-bottom: -10000px;
	background: #d0effb;
}

figure {
    display: inline-block;
    /*border: 1px dotted gray;*/
    margin: 20px; /* adjust as needed */

}
figure img {
    vertical-align: top;
    max-width:600px;
   	max-height:600px;
}
figure figcaption {
    /*border: 1px dotted black;*/
    text-align: center;
    margin-top: 20px;
    max-width:500px;
    color: #555;
}

/* unvisited link */
a:link {
    color: black;
    text-decoration: none;
}

/* visited link */
a:visited {
	color: black;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #24a;
    text-decoration: none;
}

/* selected link */
a:active {
    color: #129dd3;
    text-decoration: none;
}

#wrapper {
	overflow: hidden;
}

#content {
	margin-left: 230px; /* Same as 'nav' width */
}

.innertube{
	margin: 15px; /* Padding for content */
	margin-top: 0;
}

p {
	color: #555;
	font-size: 12pt;
}

nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

nav ul a {
	color: darkgreen;
	text-decoration: none;
}

nav a.active {
	color: #129dd3;
}
