﻿.styleHorizontal    
{
	width: 100%;
	left: 0px;				/* left side starts at left side */
	
	position: absolute;		/* only absolute positioned elements can be moved /*
	text-align: center;		/* contents is centered horizontally */
	overflow: visible;	
	visibility: visible;
	display: block;

	/*height: 1px;*/
	/*top: 50%;*/
}

.styleContents
{
	width: 986px;			/* size of contents area */
	
	left: 50%;				/* left side starts in middle */
	margin-left: -493px;	/* move left side to left */ 
	position: absolute;		/* only absolute positioned elements can be moved /*
	visibility: visible;

	/*top: -284px;*/
	/*height: 1px;*/	
}  
	
.styleMainTable
{
	width: 994px;
	height: 581px;
			
	background-color: white; 
}

.styleTopTable
{
	width: 900px; 
	height: 165px 
}

.styleMenuImagesTable
{
	width: 900px; 
	height: 85px;
}

.styleMenuTitlesTable
{
	width: 900px; 
	height: 19px;
}


