html{		background: url('tile_plaid_resize.png');
		background-size: 720px 720px;
		/*background-repeat: repeat;*/
		display: table;
		margin: auto;
		margin-top: .4in;
		margin-bottom: 1in;
		padding-left: 19%;
		padding-right: 1%;
		padding-bottom: 5%;
		width:79%;
	}

body{ 		width:85%;
		display:table-cell;
		vertical-align: middle;
	/*	margin: 1in .25in .25in .25in;*/
		padding-left: 5%;
		padding-right: 5%;
		background-color:#464646;
		border: 2px solid white;
		color:#d4d4d4;
		margin-bottom: 1in;
		font-family: "Helvetica Neue", Helvetica, sans-serif;
		font-size: 16px;
		font-style: normal;
		font-variant: normal;
		font-weight: 400;
		line-height: 20px;	
		
	}

ul.navbar{ 	position: fixed;
		top: 2em;
		left: 1%;
		width: 17%;
		list-style-type: none;
		
		padding: 0;
		margin: 0;
	}

ul.navbar li{	background-color: #990000;
		margin: 0.5em 0;
		padding: 0.3em;
		border: 1px solid white;
		border-right: 10px solid white;
		font-family: Helvetica
	}

ul.navbar a {
		text-decoration: none
	}

a:link {
		color: white
	}

a:visited {
		color: white
	}

.container {
		width:90%;
		height:60%;
		background-color: black;
		margin: 0 auto;
		text-align: center;
		position: relative;
	}

.container div {
		background-color: white;
		width: 100%;
		display: inline-block;
	}

.container img {
		width: 100%;
		height: auto;
	}

/*button {
		position: absolute;
	}
*/
.next{
		right: 5px;
	}

.prev{
		left: 5px;
	}

h1 { font-family: Helvetica; font-size: 36px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; }
h3 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; }
p { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; }
blockquote { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; }
pre { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5714px; }
