@charset "UTF-8";

a:link {
	color: #990000; text-decoration: none;
}
a:visited {
	color: #990000; font-weight: none; text-decoration: none;
}
a:active {
	color: #990000; font-weight: none; text-decoration: none;
}
a:hover {
	color: #FF6600; font-weight: none; text-decoration: underline;
}
	
body {
	background-image: url(images/background_strip.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#wrap {
	margin:0 auto;
	width: 760px;
	text-align: centre;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
#screen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #990000;
	background-color: #FFFFFF;
	text-align: left;
	text-indent: 25px;
	vertical-align: top;
	display: block;
}
.workshop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #990000;
	background-color: #CCCCCC;
	padding: 8px 8px 8px 20px;
}
.workshop_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #990000;
}
.wool {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	background-color: #CCCCCC;
	padding: 5px;
}
