@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
}

#content {
	position: absolute;
	top: 45px;
	left: 478px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size:14px;
	line-height:21px;
	color: black;
	width: 331px;
	height: 387px;
	overflow: auto;
}
h1 {
	font-size: 16px;
	color: black;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#img {
	border: solid 2px #ccc6b6;
}


#backimage {
	position: relative;
	width: 850px;
	height: 550px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/global_background.png);
}

#menu  {
	position: absolute;
	bottom: 240px;
	left: 106px;
	color: black;
	font-size: 13px;
	line-height:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 65px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;

	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; width:60px; margin-left:15px;
background-color:#fff; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

	

	a:link {
	text-decoration: none;
	color:#333333;
}
	 a:visited {
	text-decoration: none;
	color:#333333
}
	 a:active {
	text-decoration: none;
	color:#333333;}
	 a:hover {
	text-decoration: none;
	color:#FF3333;
	
}
#myline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size:11px;
	color: #999999;
	position: absolute;
	top: 518px;
	left: 468px;
}
#title  {
	position: absolute;
	bottom: 63px;
	left: 468px;
	color: #CCCCCC;
	font-size: 60px;
	line-height:18px;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 338px;
	height: 76px;
}
.subtitle {
	font-size:18px;
	color: #CCCCCC;
}
