/* CSS Document */

/* General CSS */
* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	padding: 0;
	font-family: "Century Gothic", Verdana, Georgia, Arial, sans-serif;
	font-size: 12px;
	color: #7b98af;
	background: #333333 url(../_images/back_dark.jpg) repeat scroll top left;
}

/* End of General CSS */

#index_logo {
	margin: 50px 0 20px 0 ;
}

#language_selector {
	font-size: 14px;
	margin: 0 0 70px 0;
	color: #7b98af;
}

#index_copyright {
	font-size: 10px;
}

#language_select_list {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	}

#language_select_list li {
	margin: 0 0 5px 0;
	padding: 0;
	display: list-item;
	list-style-type: square;
	list-style-position: inside;
	}
	
#language_select_list a:link, #language_select_list a:visited {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	}

#language_select_list a:hover {
	color: #7b98af;
	}
	
.language_selector_text {
	color: #ffffff;
}
