body {
	margin: 0px 0px 20px 0px;
	background-color: #FFFFFF;
	text-align: center;
	}

h1 {
    font-family: Times New Roman;
    font-size: 19px;
    font-weight: normal;
    padding-right: 8px;
    padding-left: 8px;
   }

#container {
	    display: block;
	    margin: auto;
	    position: relative;
	    text-align: left;
	    width: 940px;
	   }

#header1 {
          height: 66px;
         }

#header2 {
	  position: absolute;
          top: 66px;
	  left: 161px;
          height: 160px;
	  width: 777px;
          background-color: #C77A36;
          text-align: left;
         }

#center {
	 position: absolute;
         top: 226px;
	 left: 161px;
	 background-color: #DBDBDB;
	 width: 600px;
	 direction: rtl;
         text-align: justify;
         text-valign: top;
	}

#content {
          margin: 0;
          padding: 50px 15px 0px 15px;
         }

#content p {
            font-size: 11px;
            font-family: tahoma;
            font-weight: normal;
            padding-right: 5px;
            padding-left: 5px;
           }

#content a {
            color: #000000;
            text-decoration: none;
           }

#content a:hover {
                  color: #C77A36;
                  text-decoration: none;
                 }

#post {
       margin: 0;
       padding: 0px 5px 15px 5px;
      }

#post p {
         font-size: 12px;
         font-family: tahoma;
         font-weight: normal;
         line-height: 150%;
        }

#post a {
         color: #C77A36;
         text-decoration: none;
        }

#post a:hover {
               color: #000000;
               text-decoration: none;
              }

#right {
	left: 761px;
	padding: 0;
	position: absolute;
	text-align: right;
        text-valign: top;
	top: 30px;
	width: 177px;
	}

#left {
	position: absolute;
        text-valign: top;
	top: 275px;
	width: 161px;
       }


#comment-data {
               text-align: justify;
               font-weight: normal;
               line-height: 150%;
               font-size: 11px;
               font-family: Tahoma;
               margin: 0;
               padding:  0px 5px 15px 5px;
	       direction: rtl;
              }