﻿*{
  margin:0;
  padding:0;
}

body{
  background: #eef7f9 url(../images/master_bg.png) repeat-x top left;
  font-family:verdana;
  font-size:10px;
  }

#wrapper{
  margin:auto;
  width:836px;
}


#header{
  background: url(../images/name_logo.png) no-repeat top left;
  height:74px;
}

#header h1{
visibility:hidden;
}

.narrow_stripe{
  background: url(../images/narrow_stripe_bg.png) repeat-x top left;
  height:39px;
  clear:both;
}

.narrow_stripe .left_rounded-corner{
  background: url(../images/left_rounded_corner_bg.png) repeat-x top left;
  width:17px;
  height:39px;
  float:left;
  display:inline;
}

.narrow_stripe .right_rounded-corner{
  background: url(../images/right_rounded_corner_bg.png) repeat-x top left;
  width:17px;
  height:39px;
  float:right;
  display:inline;
}

#body_contents_wrapper{
  clear:both;
  overflow:auto;
}

#body_contents{
  background: url(../images/body_contents_bg.png) repeat-y top left;
  padding:0 25px;
  overflow:auto;
  display:inline-block;
}

#body_contents h2{
  margin-bottom:12px;
  border-bottom:1px solid #e5e5e5;
  color:#333333;
  font-size:125%;
}

#body_contents p{
  margin-bottom:8px;
  line-height:18px;
}

#body_contents_wrapper #body_contents_top{
  background: url(../images/body_contents_top.png) no-repeat top left;
  height:17px;
}

#body_contents_wrapper #body_contents_bottom{
  background: url(../images/body_contents_bottom.png) no-repeat bottom left;
  height:12px;
}

#recent_projects {
    margin:20px 0;
    overflow:auto;
    }

#recent_projects div{
  background: url(../images/image_bg.png) no-repeat top left;
  width:142px;
  height:150px;
  padding:7px 0 0 8px;
  float:left;
  display:inline;
  margin-right:7px;
}

#chack_mail{
  background-color:#ffffd6;
  border:1px solid #ebdaab;
  padding:5px;
  clear:both;
  margin-bottom:10px;
}



#footer{
  background: url(../images/footer_bg.png) no-repeat top left;
  height:37px;
  padding:12px 10px 0 10px;
  font-size:x-small;
  color:#afafaf;
  text-align:right;
}