/* Eric Meyer's CSS Reset */
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;
	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;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 11pt Arial, sans-serif;
	width: 100%;
	text-shadow: 2px 2px 1px #000000;
}
.wrapper {
	max-width: 1280px;
	margin: 0 auto;
}



/* Header 64+24=88
-----------------------------------------------------------------------------*/
.header {
	position: fixed;
	height: 88px;
	background: #0000FF;
	z-index: 2;
}

/*novagation nvp_header
-----------------------------------------------------------------------------*/
.header {
	position: fixed;
	height: 64px;
	background: #000000;
	z-index: 1;
}

.scroll {
	
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	position: relative;
	background-color: #0f0f0f;
	background-image: url("assets/novabg2.png");
}
.middle:after {
	height:1000%;
	display: table;
	clear: both;
	content: '';
}
.container {
	word-wrap: break-word;
	width: 794px;
	float: left;
	overflow: hidden;
}
.content {
	padding: 88px 0px 32px 220px;
}

.infobox {
	
}

/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	height: 100%;
	width: 192px;
	margin-left: -100%;
	position: relative;
	background: 0032c8;
	padding-top: 88px;
	padding-bottom: 32px;
}


/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: right;
	width: 358px;
	position: relative;
	padding-top: 88px;
	padding-bottom: 32px;
	padding-right: 64px;
}

.infobox {
	
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	
	position: fixed;
	bottom: 0;
	width: 1280px;
	height: 32px;
	background: #000000;
	z-index: 1
}