body {
	/* ie5 for windows fix for centering the css layout */
	text-align: center;

	margin: 0;
	padding: 0;
	
	background-image: url('../images/slices/nem_bodybg.gif');
	background-position: top left;
	background-repeat: repeat-x repeat-y;

	font-family: "Lucida Console", Monaco, monospace;
	font-size: small;
}


#container {
	width: 776px;
	/* if we don't set the height to a non-auto value, firefox and safari bug out - lame ass interpretation for height */
	height: 500px;

	/* css technique to auto center container in the body */
	margin: 0 auto;
	padding: 0;
		
	/* reset the text-align, which was centered in body to fix auto centering in ie5 for Windows */
	text-align: left;
	
	background-color:#fff;
		
	color:#000000;
}


/* ***************** begin site header and navigation ******************* */
/* */
/* */
	#header {
		position: relative;
		
		z-index:10;
		
		width: 776px;
		height: 84px;
		
		background: url('../images/slices/nem_siteheader.gif') top left no-repeat;
	}
			
	#nav {
		width:345px;
		height:33px;

		margin:0 0 0 0;
		padding:0 0 0 0;

		list-style:none;
		position:relative;

		top:38px;
		left:322px;

	
		z-index:11;

		font-family: "Lucida Console", Monaco, monospace;
		font-size: 9pt;
		font-weight:lighter;
	}
	
	/* this is the main UL element*/
	.dropdown{
		visibility:hidden;
		z-index:12;

		margin:0px;
		padding:0px;
		height:18px;
		width:347px;

		list-style:none;
	}
	
	/* these are the inner menus*/
	.dropdown ul{
		z-index:12;
		margin:0px;
		padding:0px;
		height:18px;
		width:auto;
		border-top:1px solid #444;
		list-style:none;
	}
	
	/* these are all the LIs in the menu*/
	.dropdown li{
		z-index:12;
		margin:0px;
		padding:0px 5px 0px 11px;
		height:18px;

		text-align:center;
	}
	
	/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
	.dropdown a{
		position:relative;
		top:4px;

		z-index:12;
		text-decoration:none;
		color:#ffffff;
		width:auto;
		height:18px;
	}
	
	.dropdown a:hover{
		z-index:12;
		color:#f6ff67;
	}
	
	/* these are the LIs that only belong to submenu*/
	.dropdown ul li{
		z-index:12;
		border:1px solid #444;
		border-top:0;
		
		background-color:#444;
		margin-left:-1px;
		height:18px;
		width:180px;
		text-align:left;
	}
	
	/* these are the LIs that contains a submenu*/
	.dropdown li.submenu{
		z-index:12;
		margin:0px;
		padding:0px 9px 0px 9px;
		
		width:auto;
		text-align:left;
	}
	
	/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
	.dropdown ul li.submenu{
		z-index:12;
		padding:0px 5px 0px 5px;
		width:20px;
	}
/* */
/* */
/* ***************** end site header and navigation ******************* */




/* ***************** begin content area ******************* */
/* */
/* */
	#content {
		position:relative;
		
		width:748px; /*776px;	 width of our graphic */
		height:350px;
		
		color:#000000;
		z-index:0;
		
		margin:0px 0px 0px 0px;
		padding:0px 14px 0px 14px;
		text-indent:0px;
		
		background: url('../images/slices/nem_body.gif') top left repeat-y;

		font-size: 9pt;
	}

	h1 {
		position: relative;
		top: 0px;
		z-index:2;

		margin:0px 8px 0px 8px;
		padding:10px 0px 0px 0px;

		font-family: "Lucida Console", Monaco, monospace;
		font-size: 14pt;
	}
	
	#content p {
		position: relative;
		width:726px;
		margin:5px 8px 8px 8px;
		padding:0px;

		font-family: "Lucida Console", Monaco, monospace;
		font-size: 9pt;
	}
	
	#homeSplash {
		position: absolute;
		border:none;

		top:1px;
		left:25px;
		
		width:726px;
		height:349px;
		z-index:-1;

		margin:0px;
		padding:0px;
	}
	
	#nemesisTitle{
		position: absolute;
		top:255px;
		right:360px;
		z-index:2;

		margin:0px 8px 0px 8px;
		padding:4px 0px 0px 0px;

		font-family: "Lucida Console", Monaco, monospace;
		font-weight:lighter;

		color:#ffffff;
		font-size:18pt;
	}
	
	#arialTitle{
		position: absolute;
		top:305px;
		right:110px;
		z-index:2;

		margin:0px 8px 0px 8px;
		padding:4px 0px 0px 0px;

		font-family: Arial, Helvetica, sans-serif;
		font-size: 18pt;
		color:#e7ec2d;
	}

	.titleDecor {
		position:relative;
		top:-25px;
		left:70px;

		font-size:24pt;
		font-style:oblique;
		font-weight:300;

		padding:0px 10px 0px 2px;
	}
	
	.italic {
		font-style:oblique;
	}
/* */
/* */
/* ***************** end content area ******************* */


/* ***************** begin site footer ******************* */
/* */
/* */
	#footer {
		position: relative;
		left: 0px;
		
		width: 776px;
		height: 80px;
		
		margin: 0px;
		padding: 0;
		
		text-align: center;
		color:#ffffff;
				
		background: url('../images/slices/nem_footer.gif') top left no-repeat;
	}
	
	#footer h1 {
		position: relative;

		width: 776px;
		
		top:7px;
		margin: 0px;
		padding: 0;

		font-family: "Lucida Console", Monaco, monospace;

		font-size: 9pt;
		font-weight:lighter;

		color:#ffffff;
	}
	
	#footer h2 {
		position: relative;

		width: 776px;

		top:37px;
		margin: 0px;
		padding: 0;

		font-family: Arial, Helvetica, sans-serif;
		font-size: 7pt;

		color:#ffffff;
	}
/* */
/* */
/* ***************** end site footer ******************* */
