.ContentCenter
{
   margin-left: auto;
   margin-right: auto;
   width: 100%;
}

.SplashText
{
   text-align: center;
   font-family: Tahoma, Arial;
   font-size: 10pt;
   color: #FFFFFF;
}

.BackgroundCenter
{
   text-align: center;
}

a:link { 
	color: #FFFFFF;
	}
a:visited { 
	color: #FFFFFF;
	}
a:hover { 
	color: #CCCCCC;
	background-color: #000000;
	text-decoration: none;
	}
a:active { 
	color: #FFFFFF;
	}

.NavLinks
{

   text-align: center;
   font-family: Tahoma, Arial;
   font-size: 10pt;
   
}

.ActiveNav
{

   text-align: center;
   font-family: Tahoma, Arial;
   font-size: 10pt;
   padding: 4px;
   border: 1px solid #FFFFFF;
   
}

.ContentZone
{
   vertical-align: top;
   text-align: left;
   padding 4px;
   color: #FFFFFF;
   font-family: Tahoma, Arial;
   font-size: 10pt;
   
}

H1
{
   color: #FFFFFF;
   font-family: Tahoma, Arial;
   font-size: 10pt;
   border-bottom: 1px dotted #FFFFFF;
   
}

P
{
   color: #FFFFFF;
   font-family: Tahoma, Arial;
   Font-size: 10pt;
   margin: 4px;
   padding-bottom: 10px;
}

.ImageZone
{
   vertical-align: top;
   text-align: center;
   padding 10px;
   background-color: #000000;
   color: #FFFFFF;
   font-family: Tahoma, Arial;
   font-size: 10pt;
}

.GalleryCenter
{
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   background-color: #000000;
   
}