html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}body {	line-height: 1;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}
body{
	height: 100%;
	background: #fff; 
}
#nav{
	position: absolute;
	width: 250px;
	height: 100%;
	background: #fff;
	margin: 0;
	padding: 20px 30px 10px 30px;
	display: inline-block;
	overflow: hidden;
	z-index: 1000;
}
#nav ul{
	margin: 0;
	padding-bottom: 10px;
}
#nav li{
	font-family: Courier;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0px 0px 5px 0px;
}
#nav li a{
	color: #000;
	text-decoration: none;
}
#nav li a:hover{
	color: #000;
	text-decoration: none;
}
#nav a{
	color: blue;
	text-decoration: underline;
}
#nav img{
	max-width: 250px;
	height: auto;
	padding-bottom: 29px;
}
#content{
	position: absolute;
	width: 600px;
	padding-top: 93px;
	padding-left: 350px;
	padding-bottom: 10px;
}
#content img{
	padding-bottom: 10px;
}
#content h1{
	font-family: Courier;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0px 0px 10px 0px;
}
#gallery{
	position: absolute;
	height: 80%;
	width: 2000px;
	margin-top: 76px;
	margin-left: 350px;
	z-index: 1;
	white-space: nowrap;
}
#gallery img{
	height: 100%;
	padding-right: 40px; 
}
#gallery p{
	padding-bottom: 20px;
}
.side{
	position: relative;
	margin: 0;
	padding: 0;
}
#footer{
	position: relative;
	padding-bottom: 20px;
}
h1{
	font-family: Courier;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0px 0px 10px 0px;
}
h2{
	font-family: Courier;
	font-size: 11px;
	color: #000;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h3{
	font-family: Courier;
	font-size: 11px;
	color: #000;
	line-height: 14px;
	padding-bottom: 5px;
}
h4{
	font-family: Courier;
	font-size: 14px;
	color: #000;
	letter-spacing: 2px;
	padding: 0;
}
h5{
	font-family: Courier;
	font-size: 14px;
	color: #000;
	letter-spacing: 2px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
p{
	font-family: Courier;
	font-size: 11px;
	color: #000;
	line-height: 14px;
	padding-bottom: 10px;
}

i{
    font-style: italic;
	font-family: Courier;
	font-size: 11px;
	color: #000;
	line-height: 14px;
	padding-bottom: 10px;
}
.divider{
	color: #111; 
}
.just{
	text-align: left;
}
a{
	color: blue;
	text-decoration: underline;
}
a:hover{
	color: blue;
	text-decoration: underline;
}
.container {
    position: relative;
    width: 0;
    height: 100%;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


