body
{
	background-color:#000000;
	font-family:sans-serif;
	color:#FFFFFF;
}


.main
{
	position:relative; /* this is an anchor for further use */
	width:62%;
	border:1px solid #FFFFFF;
	margin-left:auto;
	margin-right:auto;
	margin-top:2.5%;
}

div.bg
{
	position:relative;
	z-index:0;
}

.bg img
{
	width:100%;
}

.lefthand
{
	position:absolute;
	top:27%;
	left:8%;
	width:24%;
	/*float:left;*/
/*	border:1px solid blue;*/
}

.righthand
{
	position:absolute;
	top:0%;
	left:35%;
	width:65%;
}

/*
.logo
{
	margin-left:83px;
	margin-top:211px;
	width:240px;
	height:260px;
}
*/

.logo img
{
	border:none;
	width:100%;
}

.menu_list
{
}

.menu_item
{
	margin-top:25px;
	list-style-type:none;
}

/*
.menu_div
{
	border-left:1px solid #FF0000;
	margin-left:80px;
	width:200px;
}
*/
.red
{
	color:#FF0000;
}

a:link
{
	color:#FFFFFF;
}

a:visited
{
	color:#FFFFFF;
}

a:hover
{
	color:#FF0000;
}

a:active
{
	color:#FFFFFF;
}

.txt
{
	/* not used right now, but you never know */
}

img.title
{
	width:95%;
}

.imageContainer 
{ 
	position:relative;
}  

.imageContainer img 
{ 	display:none; 	
	position:absolute; 	
	top:0px; 
	left:0px;
	width:90%;
	opacity: -0.01; 
} 	

#iC1
{ 
	margin-top:-2em;
	cursor:pointer;	
	width:60%; 
}  

#iC2
{
	position:absolute;
	margin-top:4em;
	width:90%; 
	left:10%;
}


/*
#imageContainer2 img 
{ 	display:none; 	
	position:absolute; 	
	top:0px;
	left:0px; 
	width:90%;
	opacity: -0.01;
} 	
*/
.parlink
{
	text-decoration:underline;
	cursor:pointer;
}

.parlink:link
{
	color:#FFFFFF;
}

.parlink:visited
{
	color:#FFFFFF;
}

.parlink:hover
{
	color:#FF0000;
}

.parlink:active
{
	color:#FFFFFF;
}


.popup_main
{
	position:relative; /* this is an anchor for further use */
	width:90%;
	border:1px solid #FFFFFF;
	margin-left:auto;
	margin-right:auto;
	margin-top:2.5%;
}

th
{
	padding:1em;
}

td
{
	padding:1em;
	vertical-align:top;
}

.list th
{
	background-color:#FF0000;
	color:#000000;
}

.white
{
	color:#FFFFFF;
}

.list td
{
	border-bottom:1px solid #FFFFFF;
}
