﻿body {
	background-color: #d9e1e4;
	margin: 0px;
	background-image:url('../images/bg.jpg');
	background-repeat:repeat-x;
}
.align {
	margin: 0px auto;
	width: 949px;
	height: auto;
	background-repeat: repeat-y;
}
.container {
	width: 949px;
	height: auto;
}
.left-bg {
	width: 3px;
	background-image: url('../images/left-bg.gif');
	background-repeat: repeat-y;
}
.right-bg {
	width: 3px;
	background-image: url('../images/right-bg.gif');
	background-repeat: repeat-y;
}
.main-container {
	background-color: #ffffff;
	width: 943px;
	padding: 0px 19px 10px 19px;
	vertical-align: top;
}
.header {
	background-image: url('../images/header-bg.jpg');
	vertical-align: bottom;
	height: 141px;
	background-repeat: no-repeat;
	background-position: center;
}
.menu {
	background-image: url('../images/menu-bg.jpg');
	height: 31px;
	background-position: center;
	padding:0px 5px 0px 0px;
	background-repeat: no-repeat;
}
.right{
	 width:196px;
	 background-color:#edeeee;
	 vertical-align:top;
}
.main{
	vertical-align:top;
}
.left{
	 width:180px;
	 background-color:#edeeee;
	 vertical-align:top;
}
.footer {
	height: 90px;
	background-repeat: repeat-x;
	vertical-align: top;
}
.copyright {
	width: 100%;
	height: 20px;
	font-family: Tahoma;
	font-size: 11px;
	color: #800000;
	text-align: center;
	direction: rtl;
}
.copyright a {
	font-family: Tahoma;
	font-size: 11px;
	color: #fff;
	text-align: center;
	direction: rtl;
	text-decoration: none;
}
.f {
	color: #cadadd;
}
.link {
	color: #478842;
	text-decoration: none;
}
.link a {
	color: #fff;
	text-decoration: none;
}
.link a:hover {
	color: #7c0200;
	text-decoration: underline;
}