@CHARSET "ISO-8859-1";

h1 {
	font-family: verdana,arial,courier;
	font-size:11.5pt;
	font-weight:bold;
	color:#008DC4;
	margin:0px;
}

#header {
	width:575px;
	height: 156px;
	background:url('flashtop.jpg') no-repeat;
}

.line{
	position:relative;
	width:580px;
	margin-top:10px;
}

.catalog {
	position: relative;
	width: 189px;
	height: 241px;
	margin-right: 4px;
	background: url('catalogbg.jpg') no-repeat;
	text-align:center;
}
.catalog_text {
	margin-top:25px;
	font-weight:bold;
	text-align:center;
}

.col {
	float: left;
}
.clear {
	clear: both;
}