body {
	background-image: none
.jpg)
.jpg);
	background-repeat: no-repeat;
	background-color: #333;
}
.container {
	height: 1536px;
	width: 2048px;
	border: thin none #3F0;
	background-image: none;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #333;
	z-index: 1;
}


.container #header {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #999;
	font-size: 55px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	left: 20px;
	top: 20px;
	position: absolute;
	background-image: url(../images/nm_header.jpg);
}
#logosidefill {
	background-image: url(../images/logosidefill.jpg);
	background-color: #333;
	background-repeat: no-repeat;
}

#header {
	position:absolute;
	width:1125px;
	height:150px;
	z-index:3;
}
#textcontainer1 {
	position:absolute;
	width:500px;
	height:700px;
	z-index:5;
	left: 20px;
	top: 240px;
	background-color: #333;
	background-image: url(../images/text1bg.jpg);
}
#content {
	position:absolute;
	left:555px;
	top:240px;
	width:591px;
	height:1164px;
	z-index:7;
	background-image: url(../images/contentbg.jpg);
}
#logosidefill {
	position:absolute;
	left:1221px;
	top:61px;
	width:748px;
	height:1024px;
	z-index:9;
}
#footer {
	position:absolute;
	left:20px;
	top:1419px;
	width:2028px;
	height:100px;
	z-index:11;
}
#navbar {
	position:absolute;
	left:20px;
	top:183px;
	width:548px;
	height:27px;
	z-index:13;
	background-image: url(../images/navbar_bg.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #317881;
	padding-left: 535px;
	padding-right: 43px;
	text-align: center;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000;
	position: absolute;
	height: 100px;
	width: 2000px;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	line-height: normal;
}

#content ul li {
	list-style-type:square;
	line-height:30px;
}


#content a {
	list-style-type:square;
	text-decoration:none;
	color:#FFF;
}

#content a:hover {
	list-style-type:square;
	color: #F60;	
}



#navbar a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #317881;
}

#navbar a:hover {
	color: #000;
	text-decoration:none;
	background-color: #F93;
}

