
/* CSS Document */

/* Container and Masthead */

#container {
	position: relative;
	margin: 0px auto 0px auto;
	width: 800px;
	height: 600px;
	top: 5px;
	
}

#masthead {
	position: relative;
	margin: 0px auto 0px auto;
	width:800px; 
	height: 200px;
	text-indent: -9999px;
	background-image:url(../images/brandingZ.png);
	
}


/* Navigation Enter */
#navmain {
	position: relative;
	text-indent: -9999px;
	
}

#navmain li {
	position:relative;
	z-index: 5;
	
}

#navmain li a {
	display:block;
	margin-left: 255px;
	color: #000000;
	width:286px;
	height: 37px;
	background-image: url(../images/enter.png);
	
	
}

#navmain li a:hover {
	display: block;
	background-image: url(../images/enterRO.png);
	
}

div#cont1 {
	position: relative;
	width: 800px;
	height: 250px;
	margin: 0px auto 0px auto;
	
	z-index: 1;
	
}
	


/* Footer and Footer Navigation */

#footer {
	clear: both;
	position: relative;
	margin: 0px auto 0px auto;
	width: 800px;
	height: 40px;
	padding-top: 30px;
	
	
}

#navFooter li {
	position: relative;
	display: inline;
	width: 400px;
	padding: 0em 0.25em;
	left: 35%;
	
	top: -10px;
	
}

div#footer p#copyr {
	position: relative;
	width: 800px;
	padding-top: 10px;
	text-align: center;
	}
	