body {
			width: 100%;
			margin: 0;
			padding: 0;
			background: url(../images/back.png);
		}
		
		a img {
			border: none;
		}
		
		#head {
			position: relative;
			width: 980px;
			height: 717px;
			margin: 0 auto;
			background: url(../images/head.jpg) no-repeat top center;
		}
		
		#head-navigation {
			float: right;
			margin-top: 73px;
			margin-right: 36px;
		}
		
		*html #head-navigation {
			margin-right: 18px;
		}
		
		#head-navigation a {
			float: left;
		}
		
		#head-projects {
			position: absolute;
			width: 387px;
			height: 73px;
			top: 500px;
			left: 98px;
			text-align: center;
		}
		
		#head-projects a img {
			margin-top: 2px;
			margin-left: 4px;
		}
		
		#head-icons {
			position: absolute;
			width: 387px;
			height: 73px;
			top: 500px;
			left: 495px;
			text-align: center;
		}
		
		#head-icons a img {
			margin-top: 17px;
			margin-left: 7px;
		}
		
		#content {
			margin: 0 auto;
			width: 980px;
			margin-top: -60px;
		}
		
		#content-top {
			position: absolute;
			width: 788px;
			height: 142px;
			left: 96px;
			top: 575px;
			background: url(../images/content-top.gif) no-repeat;
		}
		
		#content-gradient-left {
			float: left;
			width: 96px;
		}
		
		#content-news {
			float: left;
			width: 788px;
			background: url(../images/content-back.gif) repeat-y;
		}
		
		#content-typogr-left {
			position: absolute;
			width: 782px;
			height: 169px;
			margin-left: 3px;
			z-index: 1000;
			background: url(../images/content-typogr-left.gif) no-repeat;
		}
		
		.content-block {
			position: relative;
			width: 642px;
			font-family: tahoma;
			font-size: 12px;
			z-index: 100000;
			margin-bottom: 20px;
		}
		
		.content-block-top {
			width: 100%;
			height: 27px;
			margin-left: 73px;
			background: url(../images/content-block-top.gif) no-repeat;
		}
		
		.content-block-top-text {
			display: block;
			margin-left: 22px;
			padding-top: 9px;
		}
		
		.content-block-top-text a:link,
		.content-block-top-text a:visited,
		.content-block-top-text a:active {
			font-weight: bold;
			text-decoration: none;
			color: #000000;
		}
		
		.content-block-top-text a:hover {
			text-decoration: underline;
		}
		
		.content-block-mid {
			width: 100%;
			margin-left: 76px;
			background: url(../images/content-block-mid.gif) repeat-y;
		}
		
		.content-block-mid-text {
			display: block;
			padding: 10px 25px 40px 15px;
			line-height: 20px;
		}
		
		.content-block-mid-text a:link,
		.content-block-mid-text a:visited,
		.content-block-mid-text a:active {
			font-weight: bold;
			color: #000000;
		}
		
		.content-block-mid-text a:hover {
			text-decoration: none;
		}
		
		.content-block-bot {
			width: 100%;
			height: 12px;
			margin-left: 75px;
			background: url(../images/content-block-bot.gif) no-repeat;
		}
		
		.content-block-bot-text {
			display: block;
			float: right;
			margin-right: 22px;
			margin-top: -15px;
		}
		
		.content-block-bot-text a:link,
		.content-block-bot-text a:visited,
		.content-block-bot-text a:active {
			font-weight: bold;
			font-style: italic;
			text-decoration: none;
			color: #000000;
		}
		
		.content-block-bot-text a:hover {
			text-decoration: underline;
		}
		
		#content-gradient-right {
			float: right;
			width: 96px;
		}
		
		#content-bot {
			position: relative;
			float: right;
			width: 788px;
			height: 66px;
			background: url(../images/content-bot.gif) no-repeat;
		}
		
		#content-copy {
			position: relative;
			float: left;
			width: 981px;
			height: 59px;
			margin-top: -8px;
			background: url(../images/content-copy.gif) no-repeat;
			vertical-align: bottom;
		}