@charset "utf-8";
#box-workshop {
	height: 650px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	background-image: url(../images/workshop-pic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content-workshop {
	background-image:url(../images/white-translucent.png);
	_background:none;


	_filter     : progid:DXImageTransform.Microsoft.AlphaImageLoader(
   src          = 'images/white-translucent.png',
   sizingMethod = 'scale'
 	);
	color:#333333;
	height:500px;
	width:420px;
	margin-top: 80px;
	margin-bottom: 30px;
	margin-right: 28px;
	margin-left: 520px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
h1 {
	font-size: 14px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

a.about:link, a.about:visited, a.about:active {
	text-decoration: none;
	color: #11a9bd;
}
a.about:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#mycustomscroll-470 {
	/* Typical fixed height and fixed width example */
width: 400px;
	height: 455px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 20px;
	margin-left: 0em;
}

