body{
	background-color: #FFFFFF;
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}


a:link
{
	color: #DD2222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #AA2222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

a:active{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

a:link:hover{
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;}

h1 {
	background-color: #FFFFFF;
	width: 570px;
	
	border-width:3px;
	border-style:double;
  	border-color:#000000;
	margin: 5px;
	padding: 5px;
	float: left;	
	text-align: center;
}
#contents {
	position: absolute;
	background-color: #CCCCFF;
	top: 120px;
	left: 212px;
	width: 600px;
	border-width:1px;
	border-style:dashed;
  	border-color:#FF0000;
	
	
}
#sidescraper {
	position: absolute;
	background-color: #FFFFFF;
	top: 5px;
	left: 820px;
	height: 600px;
	border-width:3px;
	border-style:double;
  	border-color:#000000;
}

#topmenu {
	position: absolute;
	background-color: #FFFFFF;
	top: 5px;
	left: 10px;
	width: 800px;
	border-width:3px;
	border-style:double;
  	border-color:#000000;
}

#sitemenu {
	position: absolute;
	background-color: #CCCCFF;
	top: 120px;
	left: 10px;
	height: 900px;
	width: 160px;
	border-width:3px;
	border-style:double;
  	border-color:#FF0000;
	padding: 5px;

}
.productlist {
	background-color: #FFFFFF;
	width: 170px;
	height: 50px;	
	border-width:3px;
	border-style:double;
  	border-color:#000000;
	margin: 5px;
	padding: 5px;
	float: left;
	text-align: center;

}

.product{
	background-color: #FFFFFF;
	width: 400px;	
	border-width:3px;
	border-style:double;
  	border-color:#000000;
	margin: 5px;
	padding: 5px;
}
.article{
	background-color: #FFFFFF;
	width: 570px;	
	border-width:3px;
	border-style:double;
  	border-color:#000000;
	margin: 5px;
	padding: 5px;
	float: left;
}
.catline{
	background-color: #FFFFFF;
	width: 400px;	
	border-width:3px;
	border-style:double;
  	border-color:#000000;
	margin: 5px;
	padding: 5px;
}

img {
	border: none;
}
