/* CSS Document */

body {
	background-image: url(./images-portfolio/background-1.jpg);
  }

.content {
	top: 201px;
	left: 235px;
	width: 729px;
	height: 392px;
	background-image: url(./images-portfolio/content.png);
	padding: 20px;
	}

.leftmenu {
  position: absolute;
	top: 201px;
	left: 31px;
	width: 172px;
	height: 356px;
	padding-left: 15px;
	padding-top: 37px;
	background-image: url(./images-portfolio/clients.png);
	font-size: 12px;
	}
.leftmenu a {
  text-decoration: none;
	font-weight: bold;
	}
.leftmenu img {
  position: relative;
	top: 9px;
	padding-bottom: 7px;
	}

.weblink {
  font-size: 14px;
	line-height: 24px;
	text-decoration: none;
	}
h1 {
  margin-bottom: 10px;
	}