/*	stylesheet 4 WIPSlink
	author: konrad@zukrowski.info
*/

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: url(../PICS/darkstripe.jpg) fixed;
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	color: #000000;
}

div {
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
}

.bol {
	font-weight: bolder;
	font-size: 16pt;
}

.ita {
	vertical-align: bottom;
	font-style: italic;
}

img {
	border: 0;
}

#YELLO {
	font-size: 8pt;
	color: #ffff99;
}

#LAYOUT {
	width: 864px;
}

#TOP {
	height: 28px;
}

#MAIN {
	min-height: 128px;
	width: 864px;
	background: url(../PICS/interval.png);
}

#LEFTBRDR {
	float: left;
	width: 55px;
}

#RIGHTBRDR {
	float: right;
	width: 55px;
}

#EXTENDED {
	margin-left: 55px;
}

#CONTENT {
	min-height: 128px;
/*	margin-right: 55px;	
	padding: 5px	*/
	width: 784px;
	background: url(../PICS/lightstripe.jpg);
}

#LINKFORM {
	width: 784px;
}