* {margin: 0; padding: 0;}
.clear {clear:both; font-size: 0; line-height: 0;}
img {border: 0;}
/* CSS Document home page*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #300;
	background-color: #71b5df;
	direction:rtl;
	text-align: center;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

a:link, a:visited, a:active {
	color: #630;
	text-decoration: none;
}
a:hover {
	color: #630;
	text-decoration: none;
}

#container {
	font-family: Arial, Helvetica, sans-serif;
	color: #300;
	width: 750px;
	text-align: right;
	margin-top: 100;
	margin-right: auto;
	margin-left: auto;
}
#container #header {
	height: 200px;
	width: 750px;
	margin-top: 100px;
}
#container #menu {
	display: inline;
	float: right;
	width: 115px;
	background-color: #ffffff;
	list-style-type: none;
	padding-right: 30px;
}
#container #main #menu li {
	margin-bottom: 5px;
	list-style: none;
	list-style-type: none;
	color: #300;
	font-size: 14px;
	font-weight: bold;
}
#container #main #menu li a {
	color: #300;
	display: block;
	padding: 2px;
}
#container #main #menu ul li ul {
	padding-right:15px;
}
#container #main #menu ul li ul li a {
	color: #cc7a3e;
}
#container #main {
	margin: 5px 0;
	width: 750px;}
#container #content {
	display: inline;
	float: left;
	line-height: 20px;
	width: 550px;
	
	
}
#container #content .title {
	width: 350px;
	margin-right: 5px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

#container #footerpic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #300;
	clear: right;
	height: 15px;
	width: 750px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #300;
	width: 600px;
	text-align: center;
	height: 20px;
	margin-right: auto;
	margin-left: auto;	
}
