#wrapper {
	width: 775px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 20px;
}
#header{
	width: 755px;
	padding-top: 22px;
	padding-bottom: 24px;
	border: 0px solid green;
	background-image: url(img/top_backgr.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
#wrapper_columnLeft_Content {
	width: 775px;
	float: left;
	border: 0px solid blue;
}
#columnLeft {
	float: left;
	width: 180px;
	border: 0px solid yellow;
}
#columnContent{
	float: right;
	width: 595px;
	border: 0px solid black;
	background-image: url(img/content_backgr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 85px;
	position: relative;
	padding-bottom: 15px;
}
#footer {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 180px;
}
#icons {
	position: absolute;
	top: 25px;
	width: 500px;
}

