body{
	background-color:#595959;
	text-align:center;
}

#container { 
	width: 1000px;
	margin: auto auto;
	padding: 0px;
	font-family: Arial;
	text-align: left;
	font-size: 12px;
	color: #666666;
}

#header{
	width: 1000px;
	height: 169px;
	margin: 0px;
	padding: 0px;
	
	background-image:url(./images/heatstrip_header.jpg);
}

#content{
	width: 1000px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	
	background-image:url(./images/heatstrip_content.jpg);
}
	
#footer{
	width: 1000px;
	height: 9px;
	margin: 0px;
	padding: 0px;
	
	background-image:url(./images/heatstrip_footer.jpg);
}

#copyright{
	width: 1000px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
}

h1 {
	color: #595959;
	line-height: 0px;
	font-size:	22px;
	margin-top: 30px;
	margin-left: 10px;
	margin-bottom: 14px;
}

h2 {
	color: #595959;
	line-height: 0px;
	font-size:	18px;
	margin-top: 30px;
	margin-bottom: 14px;
}

.content_tekst{
	width: 960px;
	margin: 0px;
	padding: 20px;
}

#clear{
	clear: both;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #ffae00;
}
a:active {
	text-decoration: none;
	color: #666666;
}
