﻿body {
	background-color: #fff;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	margin: 0px;
}
.align {
	margin: 0px auto;
	width: 960px;
	height: auto;
}
.container {
margin:5px 0px 0px 0px;
	width: 100%;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-y;
	height: auto;
}
.header {

	 background-image:url('../images/bg-header.jpg');
	 background-repeat:no-repeat;
	 height:27px;
	 padding:0px 0px 0px 50px;
}
.middle-header {
	height: 90px;
 background-image:url('../images/bg-middleheader.jpg');
 background-repeat:no-repeat;
 	 padding:0px 0px 0px 50px;
 	 vertical-align:top;
}
.menu {
 background-image:url('../images/bg-menu.jpg');
 background-repeat:repeat-x;
	height: 31px;
}
.main-container{
	 width:100%;
	 vertical-align:top;
	 	background-color:#e3e8e8;

}

.left{
	vertical-align:top;
	width:190px;

}
.right{
	vertical-align:top;
	width:190px;
}
.main{
	 vertical-align:top;
	  width:580px;
}


.footer{
	 background-color:#1b6972;
 vertical-align:top;
height:90px;}







.copyright {
	width: 100%;
	height: 26px;
	font-family: Tahoma;
	font-size: 11px;
	color: #5c5c5c;
	text-align: center;
	direction: rtl;
	text-decoration: none;
}
.copyright a {
	font-family: Tahoma;
	font-size: 11px;
	color: #5c5c5c;
	text-align: center;
	direction: rtl;
	text-decoration: none;
}
.f {
	color: #43883c;
}
