body {
	background-color: #4682b4;
	height: 100vh;
}

body.subdir {
	    background-image: url(../images/Lost030.gif);
	    background-repeat: repeat-y;
	    background-attachment: fixed;
	    }

/* right now there should be 2 div types, the main page, and then the menu bar - we're gonna use this to standardize the page alignment */

div.main {
       position: absolute;
       left: 120px;
       top: 16px;
       width: 500px;
       }

div.navbar {
	   position: absolute;
	   left: 650px;
	   top: 80px;
	   width: 112px;
	   }



table.main {
	   border-style: none;
	   }

table.navbar {
	     border-style: hidden;
	     font-family: "Times New Roman", Times, serif;
	     font-size: medium;
	     text-align: center;
	     font-weight: bolder;
	     }


td.main {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #FFFF00;
	}

td.review {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #C0C0C0;
	padding-top: 20px;
	}

td.whitemain {
	     text-align: center;
	     font-family: "Times New Roman", Times, serif;
	     font-size: medium;
	     color: #C0C0C0;
	     }

td.navbar {
	  padding-bottom: 15px;
	  }

td.notes {
	 text-align: center;
	 font-family: "Times New Roman", Times, serif;
	 font-size: small;
	 color: #C0C0C0;
	 padding-top: 20px;
	 }

td.Jasonother {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #FF7504;
	padding-bottom: 35px;
	}

td.Jasonmain {
	     text-align: center;
	     font-family: "Times New Roman", Times, serif;
	     font-size: medium;
	     color: #FF7504;
	     padding-bottom: 20px;
	     }

td.orangehead {
	     text-align: center;
	     font-family: "Times New Roman", Times, serif;
	     font-size: large;
	     color: #FF7504;
	     padding-bottom: 20px;
	     font-weight: 500;
	     }

span.title {
	   font-weight: bold;
	   }

span.release {
	     font-style: italic;
	     }

span.quote {
	   font-style: italic;
	   }

.floater {
    float: left;
    height: 50vh;
    width: 100%;
    margin-bottom: 25vh;
}

main {
    display: grid;
    grid-template-areas:
	". . ."
	    ". a ."
	    ". . .";
    grid-template-columns: 1fr 400px 1fr;
    grid-template-rows: 1fr 200px 1fr;
    resize: both;
    overflow: auto;
    height: 100vh;
}

.content {
    text-align: center;
    background-color: #b0c4de;
    grid-area: a;
    padding: 25px;
    resize: both;
}

.newcontent {
	width: 500px;
	text-align: center;
	background-color: #b0c4de;
	padding: 10px 10px 10px 10px;
	margin: 25px auto 25px auto;
}

.piclist {
	text-align: center;
}

.piclist img {
	background-color: #b0c4de;
	padding: 10px 10px 10px 10px;
}

.indent {
	padding: 0 0 0 25;
}
