/* CSS Document */

/*** General ***/
body 
{
	background:#000000 url(images/citygreen.jpg) repeat;
	color: #000000;
	margin: 0px;
	text-align: center;
}

.contents
{
	font-size: 16px;
  text-align: justify;
	text-indent: 1.5em;
  padding: 0px;
  margin: 0px; 
}

.contents p
{
  margin: 5px 0px 0px 0px;
}

.contents h2
{
  margin: 15px 0px 5px 0px;
}

.noindent
{
  text-indent: 0px;
}



/*** ZION ***/
#zion
{
  position: absolute;
	margin: 0px 0px 0px -390px;
	left: 50%;
	width: 780px;
	background: black;
}

#zion .contents
{
  margin: 10px;
	background: black;
	color: #169316;
	font-size: 16px;
	font-family: fixed, courier;
}



/*** EPN ***/
#epn 
{
  position: absolute;
	margin: 0px 0px 0px -390px;
	left: 50%;
	width: 780px;
	background :url('images/epn_bg.jpg') center top no-repeat #1D1F18;
}

#epn .contents
{  
	background:url('images/epn_bottomscroll.jpg') center bottom no-repeat;
	margin: 390px 70px 10px 70px;
	padding-bottom: 50px;
	color: #78AD69;
	font-family: Georgia, serif;
	font-size: 14px;
	text-align: justify;
}

/*#epn .contents p
{
  text-indent: 0px;
}*/


/*** Machine ***/
#machine
{
  position: absolute;
	margin: 0px 0px 0px -390px;
	left: 50%;
	width: 780px;
	background-color: #BEDCBE;
}

#machine .contents
{
  margin: 15px;
	background-color: #BEDCBE;
	font-size: 14px;
	color: black;
	font-family: arial, helvetica, sans-serif;
}


/*** Cypherite ***/
#cyph
{
  position: absolute;
	margin: 0px 0px 0px -390px;
	left: 50%;
	width: 780px;
  background: url('images/cyph.jpg') center top no-repeat black;
}

#cyph .contents
{
  margin: 450px 65px 0px;	
  background-color: black;
	color: #9cb9c9;
	text-align: justify;
	font-family: "courier new", curier, serif;
	font-size: 10pt;
	font-weight: bold;
}


/*** Merovingian ***/
#merovingian
{
  position: absolute;
	margin: 0px 0px 0px -386px;
  padding: 0px;
	left: 50%;
	width: 772px;
	background: #E4DEB9 url('images/elegant_top.gif') top center no-repeat;
}

#merovingian .contents
{
  top: 0px; left: 0px; right: 0px;
  padding: 0px;
  margin: 0px;
  padding: 30px 50px 40px;
	background: url('images/elegant_bottom.gif') bottom center no-repeat;
	color: black;
	font-family: Times, "Times New Roman", serif;
}


/*** hvcft ***/
#hvcft
{
  position: absolute;
	margin: 0px 0px 0px -390px;
	left: 50%;
	width: 780px;
	background: url(images/hvcft.gif) center top no-repeat;
	background-color: black;
	color: #007BA7;
	font-family: verdana, sans-serif;
}


#hvcft .contents
{
  margin: 80px 10px 10px 10px;
	background-color: black;
	font-family: verdana, sans-serif;
}

#hvcft h1
{
  font-weight: bold;
  font-size: 20px;
  text-indent: 0em;
}

#hvcft h2
{
  font-style: italic;
  font-size: 16px;
  text-indent: 0em;
}

