/*
body {margin:0px; padding:0px;}
#Content {
	position:absolute;
	left:50%;
	top:50%;
	width:500px;
	height:300px;
	margin-top:-150px;
	margin-left:-266px;
	border:1px dashed #333;
	background-color:#eee;
	}
*/
body {
	background-color: #000000;
}
#language {
	margin: 30px auto 0 auto;
	width: 168px;
	padding: 0 378px; /* fill to width: 940px; */
}
#language li {
	float: left;
}
	#language li a {
		width: 30px;
		height: 19px;
		display: block;
		margin: 0 10px 8px 10px;
		padding: 2px;
		border: 1px solid #000000;
	}
	#language li a.selected {
		border: 1px solid #ff0000;
	}
	#language li.bg a {
		background: url('../images/flag-bg.gif') no-repeat center center;
	}
		#language li.bg a:hover {
			background: url('../images/flag-bg.gif') no-repeat center center;
			padding: 1px;
			border: 2px solid #ff0000;
		}
	#language li.en a {
		background: url('../images/flag-en.gif') no-repeat center center;
	}
		#language li.en a:hover {
			background: url('../images/flag-en.gif') no-repeat center center;
			padding: 1px;
			border: 2px solid #ff0000;
		}
	#language li.sp a {
		background: url('../images/flag-sp.gif') no-repeat center center;
	}
		#language li.sp a:hover {
			background: url('../images/flag-sp.gif') no-repeat center center;
			padding: 1px;
			border: 2px solid #ff0000;
		}

#site {
	background: #000000 url('../images/site-back.jpg') no-repeat center top;
	color: #ffffff;
	width: 851px;
	width: 940px;
	height: 440px;
	margin: 0 auto;
}

#siteTitle {
	/*width: 639px;*/
	height: 119px;
	padding: 30px 0;
	height: 59px;
	margin: 10px 49px 0 0;
	text-indent: -1300px;
}
.siteTitleBG {
	background: url('../images/site-title-back-bg.png') no-repeat 230px 0;
}

.menu {
	width: 176px;
	padding: 0 383px; /* fill to width: 940px; */
}
.menu li {
	margin: 5px 0;
}
	.menu li a {
		width: 176px;
		height: 19px;/*25px total*/
		background: url('../images/b-round-1.png') no-repeat left top;
		display: block;
		text-decoration: none !important; /* !important for IE6 */
		color: #66ff66;
		color: #f4e42b;
		text-align: center;
		font-size: 17px;
		padding: 4px 0 2px 0;
	}
		.menu li a:hover {
			background: url('../images/b-round-1-over.png') no-repeat left bottom;
			text-decoration: none;
		}
		
.menu_1 {
	padding-top: 60px;
}

.menu_2 {
	padding-top: 3px;
}


#valid_site {
	margin: 30px auto 0 auto;
	width: 550px;
	padding: 0 0 0 370px; /* fill to width: 940px; */
}
#valid_site li {
	float: left;
}
	#valid_site li a {
		width: 30px;
		height: 19px;
		display: block;
		margin: 0 10px 8px 10px;
		padding: 2px;
		border: 1px solid #000000;
	}
	#valid_site li a.selected {
		border: 1px solid #ff0000;
	}
	
	
#developed_by {
	margin: 0 auto;
	width: 168px;
	/*padding: 0 378px;*/ /* fill to width: 940px; */
	width: 546px;
	width: 940px;
	text-align: center;
	color: #f4e42b;
}
	#developed_by a {
		color: #f4e42b;
	}
	#developed_by .gnd_link_text {
		text-decoration: none;
	}
	#developed_by .gnd_link_text:hover {
		text-decoration: underline;
	}


#mainDescription {
	margin: 800px 0 50px 0;
	background-color: #ffffff;
}
#mainDescription .top {
	background: url('../images/frontpage-footer.gif') repeat-x left top;
	height: 19px;
}
#mainDescription .bottom {
	background: url('../images/frontpage-footer.gif') repeat-x left bottom;
	height: 19px;
}
#mainDescription .main {
	width: 740px;
	padding: 30px 60px;
	margin: 70px auto;
	/*color: #f4e42b;*/
	background-color: #e6e6e6;
	border: 1px dashed #bbbbbb;
}
	#mainDescription h1, #mainDescription h2 {
		text-align: center;
		margin: 5px 10px;
	}
	#mainDescription p {
		text-align: justify;
		margin: 6px 0;
	}
	#mainDescription a {
		color: #ff3333;
	}


