body {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family: times;
    font-style: italic;
	color: #000000;
	background: #ffffff;
}


h1, h2, h3, h4 {
	font-weight: normal;
}


h1 {
	margin: 0;
	font-size: 2em;
}


h2 {
	margin: 0;
	font-size: 13px;
}


h3 {
	margin: 0;
	font-size: 13px;
}


h4 {
	display: none;
	margin: 0;
	margin-left: 1.8em;
	font-size: 13px;
}


a {
	text-decoration: none;
	color: #000000;
}


a:hover {
	text-decoration: underline;
}

ul, li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}


#wrapper {
	border: 0px solid #000000;
	float: right;
	width: 100em;
	height: 60em;
	background: #ffffff;
}


#wrapper_header {
	border: 0px solid #000000;
	width: 100em;
	height: 9em;
}


	#wrapper_header a{
	}


	#header_logo {
		border: 0px solid #000000;
		position: absolute;
		top: 0;
		right: 6em;
	}


#wrapper_content {
	border: 0px solid #000000;
	width: 100em;
	height: 51em;
}


	#wrapper_content_credits {
		border: 0px solid #000000;
		float: left;
		width: 1.5em;
		height: 51em;
	}
		
		
		#wrapper_content_credits a {
			border: 0 solid #000000;
		}

		
		
		#wrapper_content_credits img {
			border: 0 solid #000000;
		}


	#wrapper_content_display {
		border: 0px solid #000000;
		float: left;
		width: 74.2em;
		height: 51em;
	}
	
	
		#display_image {
			border: 0px solid #000000;
			float: left;
			width: 74.1em;
			height: 49.3em;
			overflow: hidden;
		}
		
		
			#display_image ul {
				width: 2000em;
			}
		
		
			#display_image li {
				float: left;
			}
	
	
		#display_text {
			border-right: 0px solid #a0a0a0;
			position: absolute;
			top: 9em;
			right: 24.3em;
			width: 56em;
			overflow: auto;
			background: #ffffff;
		}
			
			
			#display_text_scrollable {
				height: 15em;
			}
    			
    			
    			#display_text_scrollable_inner {
    				margin: auto;
				    padding: 1em;
					font-size: 13px;
					line-height: 18px
    			}
			
			
			#display_text_close {
                padding: 0.5em;
				font-size: 13px;
			}
    			
    			
    			#display_text_close a {
    				color: #ff0000;
    			}
	
	
		#display_info {
			position: absolute;
			top: 56.3em;
			right: 24.3em;
			background: #ffffff;
		}
		
		
			#display_info_text {
				padding: 0.2em 0.4em 0.2em 0.4em;
				font-size: 13px;
				height: 1.2em;
				background: #ffffff;
			}


	#wrapper_content_menu {
		border: 0px solid #000000;
		float: left;
		padding-left: 0.8em;
		width: 23.5em;
		height: 51em;
	}


		#wrapper_content_menu > div {
			clear: both;
		}
		
		
		#menu_hr {
			float: left;
			position: relative;
			top: 0.2em;
			margin-right: 0.4em;
			width: 14em;
		}
		
		
		.menu_language_selected {
			font-weight: bold;
		}
		
		
		.menu_a_selected {
			text-decoration: underline;
			color: #ff0000;
		}









/*
	testing
*/
#wrapper_content_msenu div {
	display: none;
	color: #ff0000;
}

