html,body,img,hr,hgroup,input,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	border-width: 0;
	outline: 0;
	font-family:carmelitregular;
	direction: rtl;
}
h1,h2,h3,h4,h5,h6,em {
	font-weight: normal;
}
a {
	text-decoration: none;
}
header{
	background: #c52b2b;
	height: 100px;
	text-align: center;
	/*position:fixed;
	width:100%;*/
}
header div{
	color: #FFF;
	padding-top: 20px;
	font-size: 60px;
}
footer{
	background: #73bad6;
	height:84px;
}

#main{
	top:100px;
	left:0px;
	right:0px;
	background-image: url("../images/main_bg.jpg");
	height: 745px;
	width: 1680px;
	background-position: center top;
	background-repeat: repeat-x;
	width:100%;
}

@font-face {
    font-family: 'carmelitregular';
    src: url('carmelitregular.eot');
    src: url('carmelitregular.eot?#iefix') format('embedded-opentype'),
         url('carmelitregular.woff') format('woff'),
         url('carmelitregular.ttf') format('truetype'),
         url('carmelitregular.svg#carmelitregular') format('svg');
    font-weight: normal;
    font-style: normal;

}