<style type="text/css">
<!--
body {
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	height: 100%;
}

#anchor_Items,#anchor_Events,#anchor_Movies {
	margin-top: -85px;
 	padding-top: 85px;
}

#content1_outer {
	position: fixed;
	margin: 0 auto;
	padding: 0px;
 	top: 0px;
    left: 0px;  
	width: 100%;
	height: 75px;
	z-index: 1;
}

#content1_inner {
	margin: 0 auto;
	overflow:hidden;
	zoom:1;
	padding: 0px;
	width: 1000px;
	min-width: 1000px;
	height: 75px;
	background-color: #fff;
}

#logo {
    position: relative;
	float: left;
	top: 5px;
	left: 10px;
	margin: 0 auto;
	padding: 0px;
	height: 60px;
	width: 200px;
}
	
#Menu_Buttons {
	position: relative;
	overflow:hidden;
	zoom:1;
	float: left;
	width: 500px;
	height: 50px;
	top: 26px;
	left: 50px;
}

#Menu_Items {
	position: relative;
	float: left;
	top: 0px;
	left: 50px;
	font-family: 'Comic Sans MS';
	font-size: 18px;
	color: #000;
}

#Menu_Events {
	position: relative;
	float: left;
	top: 0px;
	left: 100px;
	font-family: 'Comic Sans MS';
	font-size: 18px;
	color: #000;
}

#Menu_Movies {
	position: relative;
	float: left;
	top: 0px;
	left: 150px;
	font-family: 'Comic Sans MS';
	font-size: 18px;
	color: #000;
}

#Menu_Blog {
	position: relative;
	float: left;
	top: 0px;
	left: 200px;
	font-family: 'Comic Sans MS';
	font-size: 18px;
	color: #000;
}

#Social_Buttons {
    position: relative;
	overflow:hidden;
	zoom:1;
	float: right;
	top: 20px;
	width: 200px;
	height: 35px;
}

#Button_youtube {
    position: relative;
	width: 84px;
	height: 18px;
	top: -10px;
	left: 0px;
}	

#Button_twitter {
    position: relative;
	width: 35px;
	height: 35px;
	left: 10px;
}

#Button_instagram	 {
    position: relative;
	width: 35px;
	height: 35px;
	left: 10px;
}

#scrollbar {
    position: relative;
	clear: both;
	top: 10px;
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	height: 5px;
	background-color: #CCC;
}

#content2_outer {
	margin: 0 auto;
	padding: 0px;
	padding-top: 75px;
	width: 100%;
	z-index: 0;
}

#content2_inner {
	margin: 0 auto;
	padding: 0px;
	width: 1000px;
}

.index_text {
	margin: 25px 5px 5px 10px;
	font-size: 18px;	
	font-family: 'Comic Sans MS';
}

.index_sub_text {
	margin: 20px 5px 10px 20px;
	top: 10px;
	font-size: 15px;	
	font-family: 'Comic Sans MS';
}

.index_underline {
	
	position: relative;
	top: 5px;
	left: -55px;
	width: 60px;
}

#items {
	position: relative;
	margin: 10px 5px 10px 5px;
	width: 990px;
}

.item {
    float: left;
	margin: 5px 5px 10px 0;
	width: 160px;
	height: 200px;	
	background: #fff;
	border-radius: 7px;
    box-shadow: 0 5px 7px #ccc;
}

.item_img {
	border-radius: 7px 7px 0 0;
	width: 160px;
	height: 160px;
}

.item_title {
	margin: 8px 0 0 10px;
	font-family: serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

#events {
	list-style-type: circle;
	font-family: serif;
	font-size: 15px;	
}

.evnet_link {
	display: inline-block;
	padding: 1px;
	transition: all .3s;
	color: #000;
}

.evnet_link:hover {
	background-color: #66cdaa;
	color: #fff;
}

#Movies {
	padding: 20px 25px 50px 25px;
	width: 950px;
}

.Movie {
	width: 300;
	height: 169;
}

#content3_outer {
	margin: 0 auto;
	padding: 0px;
	padding-top: 0px;
	width: 100%;
	height: 200px;
	background-color: #66cdaa;
	z-index: 0;
}

#content3_inner {
	margin: 0 auto;
	padding: 0px;
	width: 1000px;
	height: 200px;
}

#Footer_Profile {
	position: relative;
	float: left;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	top :20px;
	left: 50px;
}

#Footer_Profile_text {
	position: relative;
	top: 140px;
	left: -60px;
	font-family: 'Comic Sans MS';
	font-size: 16px;
	color: #fff;
	opacity: 0.7;
}

#Footer_Menu_Buttons {
	position: relative;
	float: left;
	margin: 0 auto;
	width: 500px;
	top: 10px;
	left: 150px;
}

.Footer_Menu_Button {
	position: relative;
	margin: 0 auto;
	float: left;
	padding: 0px 50px 0px 0px;
	top: 0px;
	font-family: 'Comic Sans MS';
	font-size: 18px;
	color: #fff;
	opacity: 0.7;
}

#page_top {
	position: relative;
	float: right;
	width: 45px;
	height: 45px;
	right: 50px;	
 	opacity: 0.7;
}

-->
</style>