body { 
	margin: 0;
	padding: 0;
	font-family: arial, verdana, sans-serif;
}
/*
#mContainer, #block1, #block2, #block3, ul{
	border: 1px solid red;
}
*/
#mContainer {
	background: #ccff00 url(/static/video_tutorial/v2/bg.png) top center no-repeat;
	width: 100%;
	min-width: 1000px;
}
#main {	
	position: relative;
	display: block;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
#logo img {
	display: block;
	margin: 0;padding: 0;
	border: none;
	height: 84px;
	width: 103px;
}

#block1 {
	margin: 7px 0 0 0;
	padding: 0;
	float: left;
	padding: 0px;
	background: url(/static/video_tutorial/v2/menu.png) no-repeat;
	width: 328px;
	height: 444px;
}

#block1 ul {
	font-size: 14px;
	font-weight: bold;
	list-style: none;
	width: 300px;
	margin: 55px 0 0 20px;
	padding: 15px 0 15px 0;
}
#block1 li {
	padding: 5px 10px 5px 10px;
	margin-left: 10px;
	border-bottom: 1px dotted #0749aa;
}
#block1 ul li.first {
	border-top: 1px dotted #0749aa;
}
#block1 ul li a:hover {
	color: #971fae;
	cursor: pointer;
	text-decoration: underline;
}
#block1 li a:link,#main li a:visited {
	text-decoration: none;
	color: #095bd6;
}

#block2 {
	position: absolute;
	top:23px; left: 333px;
	z-index:99;
	height: 526px;
	width: 649px;
	float: left;
}

#block2 #introduction {
	background: url(/static/video_tutorial/v2/intro_bg.png) no-repeat;
	padding: 0;
	height: 526px;
	width: 649px;
}

#block2 embed {
	display: block;
	margin: 7px 0 0 3px;
}


#block2 #introduction img {
	margin: 20px 0 10px 50px;
}
#block2 #introduction p {
	font-weight: bold;
	margin: 0 30px 0 55px;
	padding: 0;
	color: #fff;
}

#block3 {
	clear: both;
	position: relative;
	color: #fff;
	background-repeat: no-repeat;
	width: 930px;
	height: 420px;
	min-height: 420px;
	padding-top: 0;
	padding-left: 50px;
}
#block3 h3 {
	color: #ccff00;
	margin: 0px 0 20px 0px;
	padding-top: 20px;
	letter-spacing: 1px;
	font-size: 20px;
}
#block3 p {
	margin: 8px 0 8px 0;
}
#block3 div {
	float: left;
	width: 29%;
	margin-right: 10px;
}

#block3 ul {
	padding: 0; margin: 0;
	color: #fff;
	list-style: none;
}

#block3 ul li {
	margin-top: 8px;
	padding-left: 20px;
	background: url(/static/video_tutorial/v2/bullet.png) 0px 6px no-repeat;
}
#block3 a:link, #footer a:visited {
	color: #ccff00;
}

#block3 .secondNav {
	position: relative;
	width: 100%;
}


