@charset "UTF-8";
/* CSS Document */

html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #832c2e;
}


h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}

p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #832c2e;
	
}

.container {
	margin: 0 auto;
	width: 856px;
}
 	

.Header {
	width: 100%;
	height: 156px;
	
	
}


.HeaderContainer {
	width: 100%;
	height: 187px;
	
	
}

.MainAbout {
	width: 128px;
	height: 31px;
	position: relative;
	right: -10px;
	
}

.MainHistory {
	width: 128px;
	height: 31px;
	position: relative;
	right: -245px;
	bottom: 31px;
	
}


.MainPeople {
	width: 128px;
	height: 31px;
	position: relative;
	right: -480px;
	bottom: 62px;
	
}

.MainFilm {
	width: 128px;
	height: 31px;
	position: relative;
	bottom: 93px;
	right: -538px;
	
	
}

.MainDonate {
	width: 128px;
	height: 31px;
	position: relative;
	bottom: 93px;
	right: -707px;
	
}

.MainContent {
	width: 846px;
	height: 500px;
	position: relative;
	top: 20px;
	overflow: visible;
	padding-top:10px;
	padding-bottom: 30px;
	padding-left: 5px;
	padding-right: 5px;
}

.MainContentC {
	width: 846px;
	height: 660px;
	position: relative;
	top: 20px;
	overflow: visible;
	padding-top:10px;
	padding-bottom: 30px;
	padding-left: 5px;
	padding-right: 5px;
}



.MainContentB {
	width: 846px;
	position: relative;
	top: 20px;
	padding-top:10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.Film {
	float:inherit;
	padding-top: 15px;
	padding-left: 70px;
	padding-bottom: 15px;
	
}

.FotoR {
	float: right;
	border: 1px;
	border-color: #1d2023;
	border-style: solid;
	margin-left: 10px;
	margin-bottom: 35px;
	
}


.FotoL {
	float: left;
	border: 1px;
	border-color: #1d2023;
	border-style: solid;
	margin-right: 10px;
	margin-bottom: 5px;
	
}


.Footer {
	position: relative;
	top: -40px;
	
}

.Footer2 {
	position: relative;
	top: 10px;
	
}


a:link {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
	color: #1d2023;
	
}

a:hover {
	text-decoration: underline;
	
	
}

a:visited {
	color: #1d2023;
	
	
}