body {
  font-family: arial;
	background-color: #2D2D2D;
  background-image: url('images/background.jpg');
  background-repeat: repeat-x;
  background-position: top;
  margin: 0px;
  padding: 0px;
}

#container {
	position: relative;
  top: 0px;
  margin-left: auto;
  margin-right: auto;
	width: 800px;
	height: 100%;
	}

#box {      
	background-image: url('images/4box.jpg');
	width:100%;
  height: 380px;
	position: relative;
	z-index: 1;
	float: left;
	}

#header {
	position: relative;
	height: 72px;
	width: 100%;
	background-color: #000000;
	margin: 0px;
	}

#menu {
  position: relative;
  background-image: url('images/3menu.jpg');
  width: 100%;
  height: 98px;
  margin: 0px;
  }

#menu ul {
  position: relative;
  top: 60px;
  left: 46px;
  margin: 0;
  padding: 10px 10px 0;
  list-style: none;
  height: 29px;
	}

#menu li {
  float: left;
  background-color: #F9F5E9;
  width: 85px;
  margin-right: 29px;
  height: 29px;
  padding-top: 3px;
  text-align: center;
	}
#menu a {
   display: block;
   font-family: tahoma;
   text-decoration: none;
   font-weight: bold;
   color: #2F2F31;
   font-size: 13pt;
	}

#menu a:hover {
   color: #9C5E0D;
	}
#portfolio {
  position: absolute;
  top: 82px;
  left: 234px;
  z-index: 3;
  text-align: right;
	height: 19px;
    }

#portfolio ul {
	position: relative;
  margin: 0;
  padding: 10px 10px 0;
  list-style: none;
  height: 19px;
}
#portfolio li {
	float: left;
  background-color: #CBE0FF;
  width: 85px;
  margin-right: 29px;
  height: 25px;
  padding-top: 3px;
  text-align: center;
}

#portfolio a {
	display: block;
  font-family: tahoma;
  text-decoration: none;
  font-weight: bold;
  color: #2F2F31;
  font-size: 13pt;
}
#portfolio a:hover {
  color: #0349B0;
	}

#sidebuttons {
	position: absolute;
	top: 370px;
  left: 652px;
	width: 16px;
	z-index: 2;
    	}

#sidebuttons ul {
	margin: 0px;
	padding: 0px;
  list-style: none;
  }

#sidebuttons li {
	clear: all;
	margin-top: 4px;
}

#footer {
	position: relative;
	width: 100%;
	padding: 10px;
	font-size: 70%;
	color: gray;
	text-align: center;
	}

.content { 
	position: relative;
	z-index:4;
	top: 13px;
	left: 56px;
	}

img.thumb {
  border: 1px solid black;
	}