@charset "utf-8";

@import url(../../css/default.css);
@import url(base.css);

	#contenttitle{
		background:url(../practice/images/bg_content-title.png) no-repeat;
		-moz-background-size:100% 33px;
		background-size:100% 33px;
	}

	#content{margin:20px 10px 30px;}

			#content h2{
				font-weight:bold;
				margin:20px 0 0;
				padding-left:19px;
				font-size:120%;
				color:#369;
				background:url(../shared/mrk_brick-red.gif) no-repeat 2px 7px;
			}
			#content h2:firstchild{margin:10px 0 0;}


			#content ul.noteul{
				margin: 10px 0 0 40px;
			}


