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

html, body {
	height: 100%;
}

body {
	background: #171a1f url(../images/header.jpg) no-repeat center top;
	font-family: verdana;
	font-size: 9px;
	color: #FFFFFF;
}

#container {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -43px;
}

#push {
	height: 20px;
}

#header {
	height: 133px;
}

#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: 282px;
	}

	#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 {
		background: #6a8594;
	}
	
	#menu ul li a span{
		padding: 6px 10px 6px 0px;
		width: 14px;
	}

#submenu {
	width: 150px;
	clear: both;
	padding: 20px;
	position: absolute;
	top: 140px;
	margin-left: 790px;
}

	#submenu ul {
		list-style-type: none;
		margin-top: 18px;
	}
	
	#submenu ul li {
		
	}
	
	#submenu ul li a {
		display: block;
		width: 137px;
		height: 22px;
		line-height: 22px;
		background: #141418;
		padding-left: 6px;
		margin-bottom: 4px;
		color: #669999;
		text-decoration: none;
		font-size: 11px;
		font-weight: normal;
	}
	
	#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 {
	line-height: 14px;
	margin-left: 260px;
	margin-top: 20px;
}

	#content .wrapper {
		width: 513px;
		padding: 0px 20px 20px 20px;
		float: left;
	}
	
	#content h1 {
		font-size: 12px;
		font-weight: bold;
		color: #669999;
		line-height: 30px;
		padding-left: 6px;
		background: url('../images/bg_h1.jpg') no-repeat left top;
		margin-bottom: 4px;
	}
	
	#content h2 {
		font-size: 12px;
		font-weight: normal;
		color: #669999;
		line-height: 30px;
		padding-left: 6px;
		background: url('../images/bg_h1.jpg') no-repeat left top;
		margin-bottom: 4px;
	}
	
	#content p {
		padding: 6px;
		background: url('../images/bg_h1.jpg') no-repeat left top;
		margin-bottom: 4px;
	}
	
	#content a {
		color: #FFFFFF;
	}
	
	#content li {
		margin-left: 30px;
	}

#footer {
	height: 43px;
	margin: 0 auto;
	background: #000000;
	line-height: 43px;
	text-align: right;
	color: #FFFFFF;
	clear: both;
}
	
	#footer .wrapper {
		width: 960px;
		margin: 0 auto;
	}
	
	#footer small {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 10px;
	}
	
	#footer a {
		color: #FFFFFF;
	}
