﻿body {
	margin: 0 0%;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	padding: 0px;
}
@font-face {  
  font-family: "Petel";  
  src: url( petel.eot ); /* IE */  
  src: local("Petel"), url( petel.ttf ) format("truetype"); /* non-IE */  
}  
@font-face {  
  font-family: "BN Elkana";  
  src: url( BNElkana.eot); /* IE */  
  src: local("Petel"), url( BNElkana.ttf) format("truetype"); /* non-IE */  
}  
@font-face {  
  font-family: "CAFE";  
  src: url( CAFE.eot); /* IE */  
  src: local("Petel"), url( CAFE.ttf) format("truetype"); /* non-IE */  
}  

/* Styles for DIV tags */
#container {
	margin: 0px auto;
	margin-top: 20px;
	width: 1000px;
	min-height:400px;
	height:auto;
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position: top;
	
}
#facebookcontainer  {
	margin: 0px auto;
	width: 1000px;
	height:auto;	
}
#masthead {
	border-bottom: 6px solid #FF9900;
	background-color: #FFFFFF;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 10px;
}
#navigation {
	width: 135px;
	padding: 90px 10px 0px 15px;

}
#content_container {
	margin: 0 0 0 160px;
	padding: 0px;
}
#column_left {
	float: right;
}
#column_right {
	border-left: 1px solid #E3DFE2;
}
#image {
	margin-bottom: 10px;
	margin-left: 10px;
}
/* Styles for Masthead */
#masthead h1 {
	margin-bottom: 0;
	color: #333333;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
#masthead h3 {
	margin-top: 0;
	color: #7C8DD3;
	margin-bottom: 0px;
	text-indent: 5em;
}
#masthead a {
	color: #333333;
	text-decoration: none;
}
/* Styles for Navigation */
#navigation {
	float: right;
	margin: 0;
	padding: 0px 0px 0px 0px;
	border:0;
	text-decoration: none;

}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	border:0;
	text-decoration: none;

}
#navigation a {
	margin: 0 1px;
	text-decoration: none;
	border:0;
}

#navigation a:hover {
	color: #000;
	text-decoration: none;
	border:0;
}

/* Styles for Right Column */
#column_right {
	float: left;
	margin: 0;
	width: 400px;
	margin-top:20px;
	vertical-align: top;
}
#column_right h4 {
	margin-top: 0px;
}
#column_right p {
	margin-top: 0px;
}
#column_right a {
	color: #000000;
}
#column_right a:hover {
	color: #ffffff;
}
/* Styles for Left Column */
#column_left {
	padding: 80px 10px 0px 0px;
	vertical-align: top;
	float: right;
	width: 380px;
	margin: 0px;
}
h1 {
	font-size: 50px;
	color: #111111;
	margin-top: 15px;
	margin-bottom:0px;
	font-family: Petel, Lithos Pro Regular, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h2 {
	font-size: x-large;
	color: #333333;
	margin-top: 0px;
	font-style:normal;
	font-weight:normal;
	font-family: Petel, Lithos Pro Regular, Arial, Helvetica, sans-serif;

}
h3 {
	color: #222222;
	margin-top: 0px;
	font-family: Petel, Lithos Pro Regular, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight:normal;
	color:white;
}
h4 {
	font-size: medium;
	color: #333333;
	margin-top: 0px;
}
h5 { 
	font-family: Petel, Lithos Pro Regular, Arial, Helvetica, sans-serif;
	font-size: large;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
	line-space=12px;
}
a {
	color: #123456;
}
a:hover {
	color: #FF9933;
}



.menueTextUp {
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 0;
	padding: 3px;
	width: 90px;
	font-size: x-large;
	font-family: Petel, Lithos Pro Regular, Arial, Helvetica, sans-serif;
}

.menueTextUpEnglish {
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 0;
	padding: 3px;
	width: 90px;
	font-size: large;
	font-family: Lithos Pro Regular, Arial, Helvetica, sans-serif;
}
.menueTextUp a {
	color: #ffffff;
}

.menueTextUpEnglish a {
	color: #ffffff;
}

.menueTextDown {
	margin-top: 0px;
	margin-bottom: 6px;
	padding-bottom:0px;
	padding-left:3px;
	padding-top:0px;
	padding-right:1px;
	width: 125px;
	font-size: x-large;
	font-family: Petel, Lithos Pro Regular, Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
	background-position:left;
	text-align:center;
}
.menueTextDown a {
	color: #ffffff;
}
.smallEnglishMenu {
	font-size:medium;
	font-family:Lithos Pro Regular, Arial, Helvetica, sans-serif;
}


