﻿* { padding: 0; margin: 0; }
body {
 font-family: Tahoma, Tahoma, tahoma;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 622px;
}
#faux {
 margin-bottom: 5px;
 overflow: auto;
 width: 100%
}
#header {
 color: #333;
 width: 602px;
 padding: 10px;
 height: 85px;
 margin: 10px 0px 5px 0px;
 background:white;
 background-image:url('http://zoon.ir/rasters/mainlogo.gif');
 background-repeat:no-repeat;
 background-position:center;
}
#navigation {
 float: left;
 direction:rtl;
 vertical-align:bottom;
 margin: 0px 0px 5px 0px;
 background:#FFD7BB;
 display: inline;
 position: relative;
 width: 550px;
 height:50px;
 background-color:white;
 background-image:url('rasters/backquote3.jpg');
}
#pen { 
 display: inline;
 text-align:center;
 position: relative;
 color: #333;
 margin: 0px 0px 5px 0px;
  width: 67px;
 float: right;
  background-image:url('http://zoon.ir/rasters/rightpen.gif');
 background-position:right;
 background-repeat:no-repeat;
 height:50px;

}
#content { 
 float: left;
 color: #333;
 margin: 10px 13px;
 padding: 0px;
 width: 446px;
 display: inline;
 position: relative;
}
#rightcolumn { 
 display: inline;
 text-align:center;
 position: relative;
 color: #333;
 margin: 10px 10px 10px 0px;
 padding: 0px;
 width: 140px;
 float: right;
}
#footer { 
 text-align:center;
 direction:ltr;
 font-size:8pt;
 width: 602px;
 clear: both;
 color: #333;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
.clear { clear: both; background: none; }