@charset "utf-8";

/* CSS Document */

.main
{
	min-height: 70px;
	vertical-align: bottom;
}

#header
{
	width: 900px;
	margin: 0px auto;
	background-image:url(images/background.jpg);
}

#menu
{
	width: 900px;
	margin: 0px auto;
	background-image:url(images/background.jpg);
}

#lang 
{
	width: 900px;
	margin: 0px auto;
	height: 30px;
	background-image:url(images/background.jpg);
}

#allpages
{
	width: 900px;
	margin: 0px auto;
	background-image: url(images/background.jpg);
	min-height: 700px;
}

#temp
{
	width: 700px;
	float: left;
}

#right
{
	width: 190px;
	float: right;
}

#leftpanel
{
	width: 190px;
	float: left;
}

.mid
{
	width: 500px;
	float: right;
}

#footer 
{
	width: 900px;
	margin: 0px auto;
	clear: both;	
	background-image:url(images/background.jpg);
}

.title
{
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
}

.footer 
{
	font-size: 12px;
	font-weight:100;
	color: #000033;
}

.footer a, .footer a:link, .footer a:active .footer a:visited
{
	text-decoration:none;
	color:#990000;
}

.footer a:hover
{
	text-decoration:none;
	color:#993333;
	border-bottom:1px solid #000033;
}

.econtent
{
	font-family: "Eras Medium ITC";
	text-align: justify;	
	color: #CCCCCC;	
}

.fcontent
{
	font-family: "Tahoma";
	color:#CCCCCC;
	text-align: justify;
	direction: rtl;
	font-size: 14px;
}

.fbodytitle
{
	font-size: 14px;
	font-family: "Tahoma";
	color:#CCCCCC;
	font-weight:bold;
}

.ebodytitle
{
	font-size: 14px;
	font-family: "Eras Medium ITC";
	font-weight:bold;
	color:#CCCCCC;
}

.hometitle
{
	font-size: 16px;
	color:#CCCCCC;
}

a, a:link, a:active, a:visited
{
	text-decoration: none;
	color:#0099FF;
}

a:hover
{
	text-decoration: underline;
	color:#CCCCCC;
}

#main
{
	height: 50px;
}