#wrapper #contents #tutorial-container{
	padding-right:20px
}
#wrapper #contents #tutorial-container h1{
	color:#0669a8;
	font-weight:normal;
	font-size:100%;
	text-align:center;
	padding:0;
	margin:7px 0
}
#wrapper #contents #tutorial-container h2{
	text-align:left;
	font-weight:bold;
	font-size:100%;
	padding:0;
	margin:5px 0;
	color:#fb9943;
}
#wrapper #contents #tutorial-container h2 a:link, #wrapper #contents #tutorial-container h2 a:visited{
	color:#fb9943;
	background:url(../images/question.gif) 0 2px no-repeat;
	padding-left:17px
	
}
#wrapper #contents #tutorial-container h2 a:hover{
	color:#fb9943;
	background:url(../images/question.gif) 0 2px no-repeat;
	padding-left:17px
}
#wrapper #contents #tutorial-container h2.center{
	text-align:center
}
#wrapper #contents #tutorial-container ol.steps{
	color:#fb9943;
	font-weight:bold;
	text-align:justify
}
#wrapper #contents #tutorial-container ol.steps li p{
	color:#000;
	font-weight:normal
}
#wrapper #contents #tutorial-container ol.steps .code{
	color:#999;
	font-family:"Courier New", Courier, monospace
}
#wrapper #contents #tutorial-container ol.steps p img{
	margin:10px auto	
}
#wrapper #contents #tutorial-container ol.steps ul{
	color:#000;
	font-weight:normal;
	list-style-image:url(../images/arrow.gif)
}