/* CSS Document */


#nsWork h1
{
	font-size: 18px;
	line-height: 19px;
	font-weight: bold;
	color: red;
}
#nsWork h2, h3, h4
{
	font-size: 11px;
	color: black;
	font-weight: bold;
	font-style: normal;
	margin-left: 0px;
	padding-left: 0px;
}
.imageRight
{
	float: right;
	margin-left: 10px;
}
.imageLeft
{
	float: left;
	margin-right: 10px;
}
.imageCenter
{
	text-align: center;
}
#nsWork-ul ul
{
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}
