﻿body, html{
	margin: 0;
	padding: 0
}
body, div {
	font-size: 11px;
	font-family: Tahoma;
}
#container {
	width: 800px;
	margin: 0 auto;
	min-height: 500px;
	background-repeat: no-repeat;
}
.warning #container{
	background-image: url(images/warningpage.png);
}
.error #container{
	background-image: url(images/errorpage.png);
}
#header{
	height: 120px;
}
#header h1 {
	margin: 0;
	padding: 0;
}
#header h1 span {
	display: none;
}
#header ul {
	margin: 0 0 0 25px;
	padding: 0;
	list-style: none;
}
#header ul li{
	float:left;
	padding: 5px;	
}
#header ul li a{
	color: #fff;
	text-decoration: none;
}
#content {
	width: 600px;	
}
#content .texts{
	padding: 20px;
	margin-left: 25px;
	line-height: 200%;
	direction: rtl;
}
#content table {
	margin-left: 25px;
}
#content img {
	border: none;
}