#wrapper {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	float: left;
	height: 75px;
	width: 900px;
	padding-bottom: 15px;
}
#wrapper #navigation {
	height: 25px;
	width: 650px;
	float: left;
}
#wrapper #content-left {
	float: left;
	height: auto;
	width: 650px;
	margin-right: 10px;
}
#wrapper #content-left #imageheader {
	float: left;
	height: 200px;
	width: 650px;
}
#wrapper #content-right {
	float: left;
	height: auto;
	width: 240px;
}
#wrapper #content-right #clips {
	background-color: #999999;
	float: left;
	height: 240px;
	width: 240px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#wrapper #content-right #update {
	float: left;
	height: 222px;
	width: 240px;
	background-image: url(../hrt/images/update_skn.gif);
}
#wrapper #footer {
	background-color: #990000;
	float: left;
	height: 25px;
	width: 900px;
	margin-top: 15px;
}
#wrapper #content-right-temp {
	float: left;
	height: auto;
	width: 230px;
	background-color: #999999;
	padding-left: 5px;
	padding-right: 0px;
}
#wrapper #content-right-temp #update {
	float: left;
	height: 222px;
	width: 230px;
	background-image: url(../hrt/images/update_skn.gif);
}
#wrapper #searchfunction {
	float: right;
	width: 235px;
	padding-left: 5px;
}
#content-left #search {
	width: 625px;
}
#wrapper #content-left #news {
	height: 300px;
	width: 350px;
	overflow: auto;
	margin-left: 25px;
	margin-top: 12.5px;
}
