/* CSS Document */

body {
	background-image: url(background.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	text-align: center;
}

#layout {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	height: 927px;
	text-align: center;
}

.navigation {
	position: absolute;
	z-index: auto;
	top: 400px;
	left: 0px;
	width: 780px;
	height: 30px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

.youth {
	position: absolute;
	z-index: auto;
	top: 485px;
	left: 510px;
	width: 265px;
	height: 150px;
	color: #7f7F7F;
	font-family: Tahoma;
	font-size: 11px;
	text-align: left;
}

.youth_bold {
	color: #827961;
	font-weight: bold;
}

.youth_soth {
	position: absolute;
	z-index: auto;
	top: 555px;
	left: 690px;
	width: 82px;
	height: 70px;
	color: #7f7f7f;
	font-family: Tahoma;
	font-size: 11px;
	text-align: left;
}

.production {
	position: absolute;
	z-index: auto;
	top: 680px;
	left: 510px;
	width: 265px;
	height: 110px;
	color: #7f7f7f;
	font-family: Tahoma;
	font-size: 11px;
	text-align: left;
}

.production_more {
	position: absolute;
	z-index: auto;
	top: 770px;
	left: 735px;
	width: 30px;
	height: 20px;
	color: #7f7f7f;
	font-family: Tahoma;
	font-size: 11px;
	text-align: right;
	
}

.vision {
	position: absolute;
	z-index: auto;
	top: 500px;
	left: 170px;
	width: 325px;
	height: 250px;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 10px;
	text-align: left;
}

.photos {	
	position: absolute;
	z-index: auto;
	top: 490px;
	left: 15px;
	width: 150px;
	height: 200px;
}

.footer {
	position: absolute;
	z-index: auto;
	top: 830px;
	left: 0px;
	width: 780px;
	height: 50px;
	text-align: center;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 10px;
	letter-spacing: 2px;
}