body
{
	background: #1F1F1F url('../images/background.png') repeat-y top center;	
}

.header
{
	background: url('../images/header.jpg') no-repeat center center;
	width: 950px;
	height: 223px;
	border: 1px solid #704C1E;
	border-top: 0px;
	cursor: pointer; cursor: hand;
}

.header_en
{
	background: url('../images/header_en.jpg') no-repeat center center;
	width: 950px;
	height: 223px;
	border: 1px solid #704C1E;
	border-top: 0px;
	cursor: pointer; cursor: hand;
}

.navigation
{
	background: #59423c url('../images/navigation.jpg') repeat;
	height: 50px;
	border: 1px solid #704C1E;
	border-top: 0px;
		
}

	.navigation p
	{
		border-right: 4px double #1f1f1f;
		float: left;
		padding-right: 10px;
		display: block;
		
	}

	.navigation button
	{
		border: 1px solid #1f1f1f;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		background: #E0CBAE url('../images/button.jpg'); 
		height: 30px;
		font: 18px Serif bolder;
		margin-left: 3px;
		opacity: 0.7; filter: alpha(opacity=70);
		cursor: pointer; cursor: hand;
		-moz-box-shadow: 1px 1px 3px #1f1f1f; 
		-webkit-box-shadow: 1px 1px 3px #1f1f1f;
		box-shadow: 1px 1px 3px #1f1f1f;
		margin-top: 10px;
		margin-bottom: 10px;
		behavior: url(ie-css3.htc);
	}
	
		.navigation button:hover
		{
			-moz-box-shadow: 0px 0px 10px #E0CBAE; 
			-webkit-box-shadow: 0px 0px 10px #E0CBAE; 
			box-shadow: 0px 0px 10px #E0CBAE; 
			border: 1px solid #ad705d;
			behavior: url(ie-css3.htc);
		}
	
	.navigation button:first-child
	{
		margin-left: 10px;
	}
	
	
	
		.navigation p button img
		{
			float: left;
			height: 20px;
			width: 20px;
			margin-right: 4px;
		}
		
		.lang
		{
			margin: 2px;
			margin-top: 6px;
			width: 40px;
			height: 40px;
			cursor: pointer; cursor: hand;
			opacity: 0.7; filter: alpha(opacity=70);
		}
		
		.lang:first-child
		{
			margin-left: 10px;
			
		}
		
		
		
	.main
	{
		background: #59423c;
		border: 1px solid #704C1E;
		border-top: 0px;
		padding-top: 4px;
	}
	
		.main div p#content
		{
			background: #E0CBAE url('../images/article.jpg') repeat;
			padding: 15px;
			border: 2px solid #1f1f1f;
			font: 14px Verdana;
			line-height: 26px;
			letter-spacing: 0.5px;
			margin-bottom: 5px;
			text-indent: 20px;
			text-align: justify;
			-moz-box-shadow: 1px 1px 10px #1f1f1f;
			-webkit-box-shadow: 1px 1px 10px #1f1f1f;
			box-shadow: 1px 1px 10px #1f1f1f;
			margin-top: 10px; 
			margin-left: 10px;
			behavior: url(ie-css3.htc);
		}
	

#player
{
	display:block;
	width:255px;
	height:210px;
	border: 2px solid #1f1f1f;
	-moz-box-shadow: 1px 1px 5px #1f1f1f;
	-webkit-box-shadow: 1px 1px 5px #1f1f1f;
	box-shadow: 1px 1px 5px #1f1f1f;
	margin-top: 10px;
	behavior: url(ie-css3.htc);
}

	.footer
	{
		background: #59423c;
		border: 1px solid #704C1E;
		border-top: 0px;
		padding-top: 4px;
	}
	
	.footer p
	{
		float: right;
		color: #e0cbae;
		font: 14px Verdana;	
		margin-right: 20px;
		padding: 3px;
	}

.hide
{
	display: none;
	width: 0px;
	height: 0px;
	overflow:hidden;
}

.contact
{
	position: absolute;
	display: none;
	width: 400px;
	height: 480px;
	z-index: 9999;
	background: url('../images/contact.png') repeat;
	border: 1px solid #e0cbae;
	-moz-box-shadow: 2px 2px 30px #e0cbae;
	-webkit-box-shadow: 2px 2px 30px #e0cbae;
	box-shadow: 2px 2px 30px #e0cbae;
	font: 16px Verdana;
	font-weight: bold;
	padding-top: 20px;
	behavior: url(ie-css3.htc);
}

	.contact p
	{
		
		margin-left: 70px;
	}
	
	.contact p label
	{
		display: block;
	}

	.contact p .text
	{
		border: 1px solid #1f1f1f;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		width: 250px;
		behavior: url(ie-css3.htc);
	}
	
	.contact p .text:focus
	{
		-moz-box-shadow: 1px 1px 5px #1f1f1f;
		-webkit-box-shadow: 1px 1px 5px #1f1f1f;
		box-shadow: 1px 1px 5px #1f1f1f;
		behavior: url(ie-css3.htc);
	}
	
	.contact p button, .contact button
	{
		float: right;
		border: 1px solid #1f1f1f;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		font: 16px Verdana;
		font-weight: bold;
		margin: 4px;
		background: #E0CBAE url('../images/button.jpg'); 
		cursor: pointer; cursor: hand;
		opacity: 0.7; filter: alpha(opacity=70);
		behavior: url(ie-css3.htc);
	}
	
	.contact p button:hover, .contact button:hover
	{
			-moz-box-shadow: 0px 0px 8px #ad705d; 
			-webkit-box-shadow: 0px 0px 8px #ad705d; 
			box-shadow: 0px 0px 8px #ad705d; 
			border: 1px solid #ad705d;
			behavior: url(ie-css3.htc);
	}

.response
{
	position: absolute;
	display: none;
	width: 400px;
	height: 100px;
	z-index: 9999;
	background: url('../images/contact.png') repeat;
	border: 1px solid #e0cbae;
	-moz-box-shadow: 2px 2px 30px #e0cbae;
	-webkit-box-shadow: 2px 2px 30px #e0cbae;
	box-shadow: 2px 2px 30px #e0cbae;
	font: 16px Verdana;
	font-weight: bold;
	padding-top: 20px;
	behavior: url(ie-css3.htc);
	text-align: justify;
	padding: 20px;
	color: #1f1f1f;
	text-shadow: 1px 1px 3px #ad705d;
}

	
	
