* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
	_overflow-x: hidden;
}

body {
	background: #515446 url(../images/background_body.jpg) repeat-y center top;
	font-family: verdana;
	font-size: 9px;
	color: #515446;
}

#playerbuttons {
	position: absolute;
	width: 680px;
	left: 50%;
	top: 15px;
	margin-left: -340px;
	text-align: right;
}

	#playerbuttons input {
		background: #FFFFFF;
		border: 0px;
		font-weight: bold;
		color: #000000;
	}

#container {
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -55px;
	
	background: url(../images/background.jpg) no-repeat center top;
}

#push {
	height: 55px;
}

#header {
	height: 116px;
}

#language {
	position: absolute;
	top: 10px;
	width: 960px;
	left: 50%;
	margin-left: -480px;
}

#menu {
	height: 24px;
	clear: both;
}

	#menu ul {
		list-style-type: none;
		background: #3f4d57;
		margin-left: 76px;
	}

	#menu ul li {
		float: left;
	}
	
	#menu ul li a {
		float: left;
		padding: 5px 0px 6px 14px;
		text-decoration: none;
		color: #FFFFFF;
		font-size: 11px;
		font-weight: bold;
	}
	
	#menu ul li a:hover {
		
	}
	
	#menu ul li a span{
		padding: 6px 10px 6px 0px;
		width: 14px;
	}

#submenu {
	position: absolute;
	top: 144px;
	right: 50%;
	margin-right: -350px;
	width: 163px;
	clear: both;
}

	#submenu ul {
		background: url(../images/bg_menu.jpg) no-repeat left bottom;
	}
	
	#submenu ul li {
		list-style-type: none;
	}
	
	#submenu ul li a {
		display: block;
		padding-left: 8px;
		line-height: 30px;
		color: #FFFFFF;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
		margin-left: 24px;
	}
	
	#submenu ul li a:hover {
		font-weight: bold;
	}

#image {
	position: absolute;
	top: 178px;
	left: 50%;
	margin-left: -480px;
	width: 223px;
}

	#image img {
		width: 223px;
		border: 5px solid #414950;
	}

#content {
	width: 701px;
	margin: 0 auto;
	line-height: 14px;
	border: 0px;
}

	#content .wrapper {
		width: 513px;
		padding-left: 30px;
		float: left;
		margin-top:10px;
	}

		#content .wrapper .top {
			background: url(../images/bg_top.png) no-repeat left top;
			_background: none;
			_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_top.png', sizingMethod='image');
			height: 36px;
			width: 486px;
		}
		
		#content .wrapper .top h1 {
			padding-left: 28px;
			padding-top: 16px;
			color: #FFFFFF;
		}
		
		#content .wrapper .mid {
			background: url(../images/bg_p.jpg) repeat-y left bottom;
			width: 450px;
			margin-left: 21px;
			padding-left: 12px;
			padding-right: 12px;
			padding-bottom: 24px;
		}
	
	#content h1 {
		font-size: 12px;
		font-weight: bold;
		color: #666666;
		margin-bottom: 4px;
	}
	
	#content h2 {
		font-size: 12px;
		font-weight: normal;
		color: #666666;
		margin-bottom: 4px;
	}
	
	#content p {
		width: 420px;
		padding-bottom: 16px;
		padding-right: 12px;
	}
	
	#content img {

	}
	
	#content a {
		color: #666666;
	}
	
	#content li {
		margin-left: 30px;
	}
	
	#include {
		width: 450px;
	}
	
	.galleryimgbig {
		width: 440px;
		clear: both!important;
		border: 4px solid #FFFFFF;
	}
	
#footer {
	height: 55px;
	width: 700px;
	margin: 0 auto;
	text-align: right;
	color: #FFFFFF;
	clear: both;
	background: url(../images/footer.jpg) no-repeat center bottom;
}
	
	#footer .wrapper {
		width: 700px;
		margin: 0 auto;
		padding-top: 37px;
	}
	
	#footer small {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 10px;
	}
	
	#footer a {
		color: #FFFFFF;
	}
