@charset "UTF-8";
body,
html {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-image:url(../images/interface/bg.gif);
}

A:link {
	color:#CCCCCC;
	text-decoration: underline;
	cursor:crosshair;
}
A:visited {
	color:#CCCCCC;
	text-decoration: underline;
	cursor:crosshair;
}
A:active {
	color:#CCCCCC;
	text-decoration: underline;
	cursor:crosshair;
}
A:hover {
	color:#6699CC;
	text-decoration: underline;
	cursor:crosshair;
}


#wrap {
	width: 680px;
	margin:0 auto;
}

#header {
	height: 80px;
	margin: 0 auto;
	padding: 0 20px;
	background-image:url(../images/wuutstuff/wuutheader.gif);
}

#footer {
	height: 40px;
	margin: 0 auto;
	padding: 0 20px;
	background-image:url(../images/wuutstuff/wuutfooter.gif);
}

#main {
	font-size: 12px;
	color:#AAAAAA;
	line-height: 180%;	
	width: 640px;
	margin: 0 auto;
	border: 0px;
	text-align:justify;
	padding: 0 20px;
	background-image:url(../images/wuutstuff/raster.gif);
	b
}

#title {
	font-size: 16px;
	font-weight: bold;
	color:#DDDDDD;
	padding: 0px;
	border: 0px;
	text-align: left;
	line-height:140%;	
}

#info {
	font-size: 10px;
	color:#6699CC;
	text-align:justify;
	padding: 0px;
	line-height:120%;
}