/* CSS Document */

body{
	font-family: Arial Unicode MS, Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFCC;
	margin: 0px;
	padding: 0px;
	background-color:#000000;
}

body h2
{
	text-align:center;
}

body h3
{
	text-align:center;
}

body h4
{
	text-align:center;
}

#header
{
	position: absolute;
	left: 0px;
	right: 2%;
	width:96%;
	z-index: 1;
	top: 0px;
}



/* Language bar information */

#languages
{
	position: absolute;
	right: 50px;
	top: 10px;
	width: auto;
	font-size: small;
	color: #FFFFFF;
	z-index:50;
}

#languages a
{
	color: #FFFFFF;
	text-decoration: none;
}

#languages a:hover
{
	text-decoration: underline;
}


#middlepart
{
	width: 975px;
	text-align: center;
	z-index:2;
}

/* Navigation Bar */
#navbar
{
	position: absolute;
	left: -5px;
	top: 160px;
	width: 185px;
	z-index: 1;
	margin:0px;
	padding: 5px 0px 5px 5px;
	border-style:solid;
	border-color:#FFFFFF;
	border-width: 1px;
	background-color:#333333;
	height: 620px;
}

#navbar a
{
	font-size:16px;
	text-decoration:none;
	color:#00FFFF;
	cursor:pointer;
}

#navbar a:hover
{
	color:#0099FF;
}

#menutable
{
	padding-top:10px;
}
		
/* Main information box */
#main
{
	position: absolute;
	left: 235px;
	top: 150px;
	width: 700px;
	height: 751px;
	margin:0px;
	padding: 5px;
	color:#FFFFFF;
	border: 1px solid #333333;
	
	text-align:left;
}

#main a
{
	color:#00FFFF;
}

#main a:hover
{
	font-weight:bold;
}

/* Toolbar */
#toolbar
{
	position:absolute;
	font-size:12px;
	right: 6px;
	top:-22px;
	height: 19px;
	padding: 1px 5px 0px 5px;
	
	border: 1px solid #333333;
	border-bottom-color:#000000;
}

#toolbar a
{
	color:#FFFFFF;
	text-decoration:none;
}

#toolbar a:hover
{
	text-decoration:underline;
}

/* Location information */
#location
{
	position: absolute;
	left: 6px;
	top: -24px;
	height: 20px;
	z-index: 50;

	padding: 1px 5px 0px 5px;
	
	border: 1px solid #333333;
	border-bottom-color:#000000;
}

#location a
{
	text-decoration:none;
}

#location a:hover
{
	text-decoration:underline;
}

