* {
  font-family: Arial;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
	background-color: #FFFFFF;
	background-image: url('./../images/gradient.png');
	background-repeat: repeat-x;

	text-align: center;

	color: #404040;
}

.main {
  text-align: center;

  margin-left: auto;
  margin-right: auto;

  width: 870px;

  height: 100%;

  border-collapse: collapse;
}

.bg_shadow_l {
	background-image: url('./../images/shadow_left_bottom.png');
	background-repeat: repeat-y;
	width: 15px;
}

.content {
  background-color: #FFFFFF;
  color: #696969;
}

.content .middle {
  width: 800px;
  height: 100%;

  border-left: 1px solid #bebfc1;
  border-right: 1px solid #bebfc1;
}

.header_image {
  width: 100%;
  height: 180px;

  background-image: url('./../images/header.jpg');
  background-repeat: no-repeat;
}

.black_separator {
  width: 100%;
  height: 16px;

  background-color: #000000;
}

.logo {
  position: absolute;

  width: 287px;
  height: 131px;

  margin: -91px 0 0 532px;

  background-image: url('./../images/logo.png');
  background-repeat: no-repeat;
}

.menu_container {
  width: 550px;
  height: 52px;

  background-image: url('./../images/menu_gradient.png');
  background-repeat: repeat-x;
}

.search_container {
  width: 230px;
  height: 52px;

  vertical-align: middle;

  padding-left: 20px;

  border-left: 1px solid #a0a0a4;

  background-image: url('./../images/menu_gradient.png');
  background-repeat: repeat-x;
}

.search_container input {
  border: none;
  background-color: #dcdddd;

  width: 100px;
  height: 17px;
}

.content_top_left {
  width: 550px;
  height: 146px;

  background-image: url('./../images/top_text_gradient.png');
  background-repeat: repeat-x;
}

.content_top_left div {
  width: 510px;
  margin: 20px;

  color: #FFFFFF;
}

.content_top_right {
  width: 210px;
  width: 250px;
  height: 146px;

  background-image: url('./../images/project_text_gradient.png');
  background-repeat: repeat-x;
}

.content_top_right div {
  margin: 20px;

  color: #FFFFFF;
}

.content_text_left {
  width: 550px;

  background-image: url('./../images/content_gradient.png');
  background-repeat: repeat-x;
}

.content_text_left .text {
  width: 510px;
  margin: 20px;

  color: #696969;
}

.content_text_right {
  width: 250px;

  background-color: #d2d2d2;
}

.content_text_right div {
  width: 250px;
  margin: 20px 0;
}

.project_thumb {
  width: 93px;
  heigth: 93px;

  background-image: url('./../images/thumb.png');
  background-repeat: no-repeat;
}

.project_thumb div {
  width: 90px;
  height: 90px;

  margin: 2px 0 0 2px;
}

.footer_left {
  width: 550px;
}

.footer_left div {
  font-size: 10px;
	color: #c8c8c8;

  margin: 0px 20px;
}


.footer_left div a:link, .footer_left div a:visited, .footer_left div a:active {
	color: #c8c8c8;
	text-decoration: none;
}

.footer_left div  a:hover {
	color: #0d6b42;
	text-decoration: none;
}

.footer_right {
  width: 250px;
  height: 20px;
  background-color: #d2d2d2;
}

.bg_shadow_r {
	background-image: url('./../images/shadow_right_bottom.png');
	background-repeat: repeat-y;
	width: 15px;
}
