body{
	direction:rtl;
	background:#939491 url('images/back.jpg')top right no-repeat;
	margin:0;
	font-family:tahoma,Arial;
	font-size:11px;
	padding:0;
	}
.clear{clear:both;}

#content{
	padding-top:300px;
	width:757px;
	}
#top{
	background:url('images/top.png') no-repeat;
	width:757px;
	height:39px;
	}
	
#center{
	background:url('images/center.png') repeat-y;
	width:757px;
	}
	
#center .mamadbody{
	padding:50px 150px 20px 0;
	color:#939491;
	letter-spacing:1px;
	
	}
	
#bottom{
	background:url('images/bottom.png') no-repeat;
	width:757px;
	height:35px;
	}
	
#mypic{
	background:url('images/mypic.jpg') no-repeat;
	width:103px;
	height:117px;
	float:left;
	margin-left:40px;
	}
.nav{
	padding:0px 100px 0px 0px;
}

.nav ul{

	list-style:none;
	padding:0 auto; 
	margin:0 auto;
	
}

.nav ul li{
	float:right;
}

.nav ul li a{
	border:1px solid #ead4b8; 
	padding:5px 12px 5px 12px; 
	margin:0px 5px 5px 5px;
	text-decoration:none; 
	background-color:#ead4b8;
	display:block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	letter-spacing:1px;
	color:#000;
}

.nav ul li a:hover{

	border:1px solid #f2e2ce;
	background-color:#f2e2ce;
	color:#666;
}

#footer{
	padding:10px 0px 0px 30px;
	width:757px;
	color:#cbcbcb;
	text-align:center;
	direction:ltr;
	letter-spacing:1px;
	
	}
