/* stuff */

body
{
	font-family: "Trebuchet MS";
	font-size:95%;
	margin: 0;
}

A
{
	text-decoration: none;
	color: #FFFFA6;
}




img
{
	border: 0; /* avoids borders on images within link */
}


/* Container */
#containerINDEX
{
	font-size:125%;
	/*background-image: url("backOld.jpg");*/
	background-color: #105072;
	background-size: 100%;
	width: 850px;
	/*height: 2024px;*/
	margin: 0 auto 0 auto;
	padding: 0;
	overflow: hidden;
}

/*#containerGAMES
{
	font-size:125%;
	background-color: #105072;
	background-size: 100%;
	width: 800px;
	height: 1024px;
	margin: 0 auto 0 auto;
	padding: 0;
	overflow: hidden;
}*/

/* Header */

#header
{
	/* nothing here */
	height: 132px;
	width: 100%;
	
	clear: both;
}

#logo
{
	width: 327px;
	height: 132px;
	float: left;
}

#header ul
{
	height: 32px;
	margin: 42px 0 42px 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

#header ul li
{
	line-height: 32px;
	float: left;
	/*padding: 0 80px 0 80px;*/
	margin-left: 65px;
	
}

/* Page */

/* Left Menu */
#left-menu
{
	/*background-color: #101010; height: 1524px;*/
	width: 150px;
	
	padding: 0 0 4px 0;
	float: left;
}

#left-menu ul
{
	list-style-type: none;
}
#left-menu ul li
{
	padding: 15px 0 15px 0 ;
	list-style-type: none;
}

#left-menu A
{
	color: #FFFFA6 !important; 
}

/* Content */
#contentContainer
{
	padding-left: 25px;
	width: 654px;
	/*height: 717px; /*TODO, change height based on size of page*/
	float: left;
}

#contentTop
{
	background-image: url("pagebacktop.png");
	background-repeat:no-repeat;
	width: 654px;
	height: 22px; /*TODO, change height based on size of page*/
	float: left;
	/*height: auto !important;
	height: 500px;
	min-height: 500px;*/
}
#content
{
	background-image: url("pageback.png");
	background-repeat:repeat-y;
	width: 654px;
	/*height: 717px; /*TODO, change height based on size of page*/
	float: left;
	color: #E2FFFF;
	/*height: auto !important;
	height: 500px;
	min-height: 500px;*/
}
a.styleBlue
{
	color: #E2FFFF !important; 
}

#contentBot
{
	background-image: url("pagebackbot.png");
	background-repeat:no-repeat;
	width: 654px;
	height: 23px; /*TODO, change height based on size of page*/
	float: left;
	/*height: auto !important;
	height: 500px;
	min-height: 500px;*/
}

.mainpara
{
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 25px;
}

/* CONTACTS*/
#contentCONTACTS
{
	background-image: url("pageback.png");
	background-repeat:repeat-y;
	width: 654px;
	/*height: 717px; /*TODO, change height based on size of page*/
	float: left;
	color: #E2FFFF;
	/*height: auto !important;
	height: 500px;
	min-height: 500px;*/
}

a.styleA1    /*YELLOW COLOR*/
{
	color: #FFFFA6 !important; 
}
a.styleA2
{
	color: #B796FF !important; 
}




#copyright
{
	text-align:right;
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0;
}