div#wut
{
	height: 37px;
}

.dot_news
{
	width: 80px;
	border: 1px dashed #CCC;
	padding: 4px;
	min-height:200px;
}

div#place_h1
{
	height: 35px;
}

div#place_h2
{
	height: 12px;
}

div#place_h3
{
	height: 50px;
}
div#place_h4
{
	height: 50px;
}
div#re_h1
{
	height: 40px;
	margin-right:50px;
}
/*Start Footer From Wut */
div#footer_h
{
	width:990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

.footer_pic
{
	height: 63px;
	width:990px;
	margin:auto;
	}
.logo
{
	margin-top:13px;
	float:left;
}
.footer_box1
{
	margin-top:22px;
	text-align:right;
	float:right;
	font-size: 11px;
	color: #666666;
	width:710px;
}
.footer_box2
{
	text-align:right;
	width:450px;
	line-height: 17px;
	font-size: 10px;
	color: #999;
	margin-top:25px;
	float:right;
	clear: right;
}
.footer_link {
	font-size: 11px;
	color: #666666;
}


/* End Footer From Wut */

div#menu_h
{

	width: 800px;
	height: 57px;
}

div#content-work
{
	
	min-height:					100%;
	width:								100%;
	
}

div#content-work div.content-item
{
	width:							    100%;
	min-height:					100%;
	margin:							0 auto 0 auto;
	padding:						0 0 20px 0;
}

div#work-wrapper
{
	width:						    	470px;
	margin:							0 auto 0 auto;
	padding:						2px 0 0 0;
}

div.work-section
{
	clear:							both;
	padding:						2px 0 0 0;
}

div.work-section h2
{
	float:							left;
	font-size:						12px;
	width:							180px;
	padding:						0 20px 0 0;
	line-height:					26px;
	background:						transparent url(../images/work/body-lines.png) 0 0 repeat-y;
	font-weight:					normal;
}

div.work-section ul
{
	width:							450px;
	float:							left;	
}

div.work-section li
{
	position:						relative;
	list-style:						none;
	min-height:						26px;
	background:						transparent url(../images/work/line.png) 0 0 no-repeat;
}

div.work-section li a
{
	font-size:						12px;
	color:							#999;
	text-decoration:				none;
	font-weight:					bold;
	display:						block;
	text-indent:					3px;
	min-height:						26px;
	line-height:					26px;
	background:						transparent url(../images/work/work-highlight.png) 0 -26px no-repeat;

}


div.work-section li a:hover
{
		color:							#fff;
}

div.work-section li a img
{
	display:						block;
	position:						absolute;
	right:							0;
	bottom:							10px;
	border:							5px solid #C0262A;
	display:						none;
}

div.work-section li a:hover img
{
	display:						block;
}


