* {
  margin: 0;
  padding: 0;
}

body {
  font: 12px Tahoma, Geneva, sans-serif;
  background: #F4F4F4;
  text-align: right;
  direction: rtl;
  line-height: 19px;
}

img {
  border: 0;
}

a {
  color: #3983D7;
  text-decoration: none;
}

a:hover {
  color: #CF58B2;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  display: inline;
}

h3 {
  font-size: 15px;
}

input, textarea, select {
  font-family: Tahoma;
}

ul{
  margin-right: 30px;
}

.clear { clear: both; height: 0px; }
.hidden { display: none; }
.center { text-align: center; }
.bold { font-weight: bold; }
.red { color: red; }

.font_11 { font-size: 11px; }
.font_12 { font-size: 12px; }
.font_13 { font-size: 13px; }

.rtl { direction: rtl; }
.ltr { direction: ltr; }

#container {
  margin: 50px auto 0 auto;
  width: 750px;
}

#right_col {
  float: right;
  width: 409px;
  min-height: 510px;
  background: #fff;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 0px;
}

#left_col {
  float: left;
  width: 340px;
  min-height: 510px;
  background: #efefef;
  border-right: 1px dotted #aaa;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 7px;
}

#logo {
  margin: 200px 85px 200px 0;
}

.title {
  margin: 15px 15px 0 0;
  font: bold 25px Arial;
}

.project_item {
  margin: 10px 10px 30px 10px;
}

.line {
  height: 1px;
  width: 90%;
  margin: 10px auto;
  border-top: 1px dotted #aaa;
}

#contact {
  margin: 15px 15px 0 15px;
}

#copyright {
  width: 740px;
  margin: 5px auto;
  text-align: left;
}

