html {
	background-color:#000000;
	background-attachment: scroll;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}

body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	color:#ffffff;
	font-family: arial, hevetica, sans-serif;
	font-size: 12px;
	background-color:#000000;
	text-align:center;
}

/* -------begin pt web grab ---------- */

p {
	font-family: arial, hevetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: transparent;
	padding:0px;
	margin:8px 0px;
	line-height: 15px;
	text-indent: 2em;
	margin-right: 50px;
}

h1 {
	font-size:16px;
	padding:0px;
	margin:0px 0px 10px 0px;
}

a:link, a:visited {
	text-decoration:underline;
	color:#460D04;
}

a:hover, a:active {
	text-decoration:none;
	color:#460D04;
	}

h2 a:link, h2 a:visited {
	color:#27140B;
	text-decoration:none;
}

h2 a:hover, h2 a:active {
	color:#460D04;
	text-decoration:underline;
	}

ul,ol {
	margin:2px 0px 8px;
	padding:0px;
}

li {
	margin:0px 25px;
	padding:0px;
}

.callout-content a:link, .callout-content a:visited {
	text-decoration:none;
	color:#E4CB9F;
}

.callout-content a:hover, .callout-content a:active {
	text-decoration:underline;
	color:#FB8B38;
}

/* ---------- end pt web grab ------- */

#container {
	width:900px;
	background-color:#000000;
	margin: auto;
	text-align: left; 
	position:relative;
}
	
#header {
	width:900px;
	height:121px;
	background: #000000 url(../images/nep_header_comp_900x121.jpg) no-repeat;
	margin:auto;
	position: relative;
	top: 0px;
	left: 0px;
}

#menu {
	background: transparent;
	margin: auto;
	width: 900px;
	height: 40px;
	position:relative;
	top:80px;
	left:0px;

}


#menu ul, li {	
	list-style-type: none;	
	margin:0;
	padding:0;
}

#menu ul {
	position: absolute;	
	top: -2px;
	left: 0px;
	background: transparent;
	width: 900px;
	text-align: center;
	
}

#menu li {
	display:inline;
	width: 100px;
	height:40px;
	line-height:40px;
	background: transparent;
	padding-left: 20px;
}

#menu li a:hover {
	background: transparent;
}

.hide {
	display: none;
}

#content {
	position: relative;
	left: 0px;
	top:0px;
	width:900px;
	height: 100%;
	background: #000000 url(../images/nep_bodybackcloudy_900x400.jpg) ;
	margin:auto;
	margin-top:0px;
	margin-bottom:0px;
}

#content h1 {
	text-align:center;
	font-size:30px;
	color: #000000;
	padding-top:0.5em;
	border-bottom-style: ridge;
	border-color: #b0a0a0;
	margin-left: 5em;
	margin-right: 5em;
	padding-bottom: 0.3em
}

#content h3 {
	text-align: left;
	padding-left: 30px;
	padding-top: 0.5em;
	color: #83029f;
	font-size: 14px;
}

#content h4 {
	text-align: left;
	padding-left: 150px;
	padding-top: 0.5em;
	font-size: 14px;
	color: #68017e;
}

#content h5 {
	border-bottom-style: ridge 2px tan;
	font-size: 20px;
	margin-left: 8em;
	margin-right: 8em;
}


#content p {
	text-align: left;
	padding-left: 60px;
	padding-top: 0.5em;
}

.framingtool {
	border-style:ridge;
	border-color: #c0c0c0;
	border-size: 4px;
	margin-left: 50px;
	margin-top: 10px;
	background: #000000;
}

.framingtool2 {
	border-style:ridge;
	border-color: #c0c0c0;
	border-size: 5px;
	margin-left: 50px;
	margin-top: 10px;
	background: #000000;
}

.framingtoolsog {
	border-style:ridge;
	border-color: #c0c0c0;
	border-size: 5px;
	margin-right: 50px;
	margin-top: 10px;
	background: #000000;
}

.framingtoolnep {
	border-style:ridge;
	border-color: #c0c0c0;
	border-size: 5px;
	margin-right: 50px;
	margin-top: 10px;
	background: #000000;
}

.artistpara {
	margin-left: -20px;;
	margin-top: 10px;
	margin-right: 0px;
	width: 400px;
}

.ininepara {
	margin-left: -20px;;
	margin-top: -10px;
	margin-right: 0px;
	width: 400px;
}

.modcomppara {
	margin-left: -20px;;
	margin-top: -50px;
	margin-right: 0px;
	width: 400px;
}
		

#footer {
	width:900px;
	height:30px;
	background:#000000 url(../images/nep_footerblackbottom_900x30.jpg) no-repeat;
	margin:auto;
	margin-top: -10px;
	position: relative;
	bottom: 0px;
	left:0px;

}
	
#footer p {
	margin:0;
	padding:0;
	padding-top: 0.7em;
	color:#00ff00;
	font-size: 90%;	
	text-align:center;
}

#footer a {
	color:#ff00ff;
	text-decoration: none;
}

