body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #E9E9E9;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	direction:rtl;
	line-height:20px;
}

#main {
	width: 1000px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: right; 
	border:solid #999999 1px;
	
}

#logo {
	float: right;
	height: 83px;
	width: 171px;
	margin: 20px 20px 0 0;
}
#main {
	width: 1000px;
	height: 560px;
}
#col_left {
	float: left;
	height: 430px;
	width: 411px;
	margin: 130px 0 0 20px;
	text-align: justify;
}
#col_right {
	float: right;
	height: 450px;
	width: 500px;
}
#picture {
	height: 205px;
	width: 411px;
	margin: 0 0 20px 0;
}
#text {
	clear:both;
	height: 400px;
	width: 500px;
	margin: 0px 20px 0 0;
	float: right;
	text-align: justify;
}
h1 {
	background-color: #FFCC00;
	padding: 2px 4px 2px 0;
	font-size: 21px;
	color: #000000;
}
.title {
	width:445px;
	float: right;
	margin: 20px 20px 0 0;
}
#recommend {
	clear:both;
	height: 144px;
	width: 161px;
	float: right;
	background-image: url(images/recommend.gif);
	padding: 30px 15px 10px 15px;
}
#translation {
	height: 144px;
	width: 161px;
	float: left;
	background-image: url(images/translate.gif);
	padding: 30px 15px 10px 15px;
}
a.doar {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5da5e1;
	padding: 0px 2px;
}

a.doar:hover {
background-color: #be4972;
}
#keywords {
	margin: 0;
	width: 1000px;
	text-align: right;
	
}
#credit {
	float: left;
	width: 150px;
	margin: 10px 0 0 0px;
}

a {
	color: #666666;
	text-decoration: none;
	
	padding: 0px 2px;
}

a:hover {
	background-color: #5da5e1;
	color:#FFFFFF;
}

#footer {
	width: 1000px;
	margin: 0 auto;
	clear: both;
	text-align: right; 
}
