@charset "utf-8";
html, body{height:100%;}
body {
	min-width:700px;
	max-width:700px;
	width:auto !important;
	width:700px;
	margin:0 auto;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
}
.sitename {
	text-align:left;
	font-size: 35px;
	font-weight: bold;
	color: white;
	float:right;
}
.main {
	border-right:4px solid maroon;
	border-left:4px solid maroon;
	border-top: 1px solid maroon;
	padding: 0px 3px;

}
.head {
	background: no-repeat url(header.jpg) top;
	height: 120px;
}
.menu {
	padding:5px 5px 2px 5px;
	background: repeat-x url(menubg.jpg);
	text-align: left;
	font-size: 14px;
	height: 20px;
	background-color: maroon;
	font-weight: bold;
	color:white;
}
.menu a{
	color: #99FF99;	
	text-decoration: none;
}

.section {
	text-align: Left;
	font-size: 27px;
	font-weight: bold;
	padding-top: 5px;
	color: navy;
	border-bottom: 1px dotted navy;
}
.desc {
	text-align: left;
	font-size: 14px;
	color: maroon;
	text-align: justify;
}
.partners {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: green;
	border-bottom: thin green dotted;
}
.back {
	text-align: right;
	font-size: 11px;
	height: 11px;
	float: right;
	color: blue;
	font-weight: bold;
}

.ads {
	border:#9FFFCF 1px dotted;
	background-color:#E3FFF1;
	text-align: center;
	float: right;
	margin:17px 4px 2px 2px;
	padding:2px;
}

.text-links-e {
	font-size: 12px;
	text-align: justify;
}
.text-links-f {
	text-decoration: none;
	font-size: 12px;
	text-decoration: none;
	text-align: justify;
	font-family:Tahoma;
	direction:rtl;
}
.footer {
	background: repeat-x url(menubg.jpg);
	text-align: center;
	font-size: 12px;
	padding:3px 0;
	background-color: maroon;
	font-weight: bold;
	color: green;
}
