.fb_iframe_widget iframe {
  height: 100% !important;
  width: 100% !important;
}

@font-face {
    font-family: 'aaarghnormal';
    src: url('../fonts/Aaargh-webfont.eot');
    src: url('../fonts/Aaargh-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Aaargh-webfont.woff') format('woff'),
         url('../fonts/Aaargh-webfont.ttf') format('truetype'),
         url('../fonts/Aaargh-webfont.svg#aaarghnormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #F7F7F7;
}

#main_container {
	width: 980px;
	min-height: 900px;
	background-color: #ffffff;
	z-index: 2;
	-moz-box-shadow:0px 0px 2px gray;
    -webkit-box-shadow:0px 0px 2px gray;
    box-shadow:0px 0px 2px gray;
}

#logo_container {
	width: 980px;
	height: 140px;
}

#image_container {
	width: 980px;
	height: 400px;
}

#menu_container {
	width: 100%;
	height: 50px;
	background-color: #F0F6FB;
}

.menulink {
	text-decoration: none;
	color: black;
	border-top: 3px solid #F0F6FB;
	font-family: 'aaarghnormal', Arial, sans-serif;
}

.menulinkactive {
	text-decoration: none;
	color: #350100;
	border-top: 3px solid gray;
	font-family: 'aaarghnormal', Arial, sans-serif;
}

.menulink:hover {
	text-decoration: none;
	color: #350100;
	border-top: 3px solid gray;
	font-family: 'aaarghnormal', Arial, sans-serif;
}

#content_container {
	margin-top: 25px;
	width: 100%;
	min-height: 650px;
	color: white;
	text-align: left;
}

#footer_container {
	width: 980px;
	background-color: #ffffff;
	height: 150px;
	color: black;
	padding-top: 20px;
	-moz-box-shadow:0px 0px 2px gray;
    -webkit-box-shadow:0px 0px 2px gray;
    box-shadow:0px 0px 2px gray;
}

h1 {
	color: black; 
	font-family: 'aaarghnormal', Arial, sans-serif; 
	margin-left: 30px; 
	margin-top: 20px;
	font-size: 20px;
}

h2 {
	color: black; 
	font-family: 'aaarghnormal', Arial, sans-serif; 
	margin-left: 30px; 
	margin-top: 20px;
	font-size: 14px;
}