body {
   background: white;
   	background-attachment: fixed;
	background-image: url(images/translator.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
   font-size: 12pt;
   }
   
#container {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none;
}
#container .column {
  position: relative;
  top: 35px;
}
#center {
	width: 100%;
	float: none;
}
#left {
  display: none;
}
#right {
  display: none;
}
#footer {
  clear: both;
}



#topleft {
  display: none;
}

#navbar-eng {
  display: none;
}

#menu {
  display: none;
}

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

font {  font-family: "Gill Sans", "Gill Sans MT", GillSans, Arial, Helvetica, sans-serif; font-size: 14px; color: #666666; }
.purplelink {  font-family: "Gill Sans", "Gill Sans MT", GillSans, Arial, Helvetica, sans-serif; color: #800080; text-decoration: underline; font-weight: bold}
.fontpurple { font-family: "Gill Sans", "Gill Sans MT", GillSans, Arial, Helvetica, sans-serif; font-size: 14px; color: #663366;  }
.fontred { font-family: "Gill Sans", "Gill Sans MT", GillSans, Arial, Helvetica, sans-serif; font-size: 14px; color: #990000;  }
.clientlist { font-family: "Gill Sans", "Gill Sans MT", GillSans, Arial, Helvetica, sans-serif; font-size: 14px; color: #663366}
.fontpurplebullet {
	font-family: "Gill Sans", "Gill Sans MT", GillSans, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #663366;
	list-style-position: inside;
	list-style-type: circle;
	list-style-image: none;}
.fontpurplesm {font-family: "Gill Sans", "Gill Sans MT", GillSans, Arial, Helvetica, sans-serif; font-size: 9pt; color: #663366; }
.classred {font-family: "Gill Sans", "Gill Sans MT", GillSans, Arial, Helvetica, sans-serif; font-size: 12pt; color: #990000; padding-left:10px}
.classred a:link { color: #990000; text-decoration: underline; font: bold 12pt "Gill Sans", "Gill Sans MT", GillSans, Arial, Helvetica, sans-serif; }
.classred a:active { color: #990000; text-decoration: underline; font: bold 12pt "Gill Sans", "Gill Sans MT", GillSans, "Gill Sans", "Gill Sans MT", GillSans, Arial, Helvetica, sans-serif; }
.classred a:hover { color: #990000; text-decoration: underline; font: bold 12pt "Gill Sans", "Gill Sans MT", GillSans, Arial, Helvetica, sans-serif; }
.classred a:visited { color: #990000; text-decoration: underline; font: bold 12pt "Gill Sans", "Gill Sans MT", GillSans, Arial, Helvetica, sans-serif; }
.classred h1 {font-family: "Gill Sans", "Gill Sans MT", GillSans, Arial, Helvetica, sans-serif; font-size: 14px; color: #990000}
.arabpurple {
	font-family: "Gill Sans", "Gill Sans MT", GillSans, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #663366;
	text-align: right;
	dir: rtl;}
.arabred {
	font-family: "Gill Sans", "Gill Sans MT", GillSans, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #990000;
	text-align: right;
	dir: rtl;}
.arabpurple a:link {text-decoration: underline; font: bold 16px "Gill Sans", "Gill Sans MT", GillSans, Arial, Helvetica, sans-serif; }

div#navbar-eng {
	background-color:#FFAB41;
	width: 100%;
	height: 32px;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding: 0px;
}

div#navbar {
	position:absolute;
	top:8px;
	height:24px;
}

div#menu {
	position:relative;
	top:13px;
	height:18px;
}

div#menu img {
	padding-right:15px;
}

div#topbar {
	background-color:#512865;
	width: 100%;
	height: 120px;
}

div#copyright {
	position:relative;
	top:35px;
	}


#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
   }