@charset "UTF-8";
body {
	background-color: #CCC;
	height: 100%;
	width: 100%;
	background-image: url(../images/backgr.jpg);
	background-repeat: repeat;
}
.main_container {
	background-color: #000;
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-bottom: 50px;
	font-size: 12px;
	color: #AEBE16;
	text-align: center;
}
.logo {
	background-color: #000;
	height: 80px;
	width: 960px;
	text-align: center;
	padding-top: 15px;
}
.menuu {
	background-color: #000;
	height: 40px;
	width: 940px;
	font-size: 24px;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: 2px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	word-spacing: 30px;
	font-style: normal;
}
.graphic {
	background-color: #000;
	height: auto;
	width: 960px;
	text-align: center;
	padding-bottom: 0px;
	color: #aebe16;
	position: absolute;
	font-family: 'Days One', sans-serif;
	font-size: 54px;
}
.headlinefont {
	font-family: 'Days One', sans-serif;
	font-size: 28px;
	color: #AEBE16;
}

.textt {
	height: auto;
	width: 920px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	font-size: 21px;
	padding: 10px;
	color: #000;
	margin-bottom: 20px;
	text-align: left;
	float: none;
}


.photo {
	background-color: #000;
	text-align: center;
	height: auto;
	width: 960px;
	margin-bottom: -5px;
	padding-bottom: 0px;
}
