/* process background */
.mgmt_header{
	background: url(../images/management/header_mgmt.jpg) left top no-repeat;
	width:1024px;
	height:55px;
}

.mgmt_navg_content{
	background: url(../images/management/nav_mgmt.jpg) left top no-repeat;
	width:1024px;
	height:345px;
}

.mgmt_content{
	background: url(../images/management/content_mgmt.jpg) left top no-repeat;
	width:1024px;
	height:651px;
}

.mgmt_footer{
	background: url(../images/process/footer_mgmt.jpg) left top no-repeat;
	width:1024px;
	height:10px;
}

/* navigation link */
#navigation_com {
  white-space: nowrap;
  height: 32px;  
  margin: 208px 0 0 75px;
  font-family: Helvetica, Arial, monospace;
  font-size: 14px;
  position: absolute;
}

#navigation_com ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#navigation_com span {
  font-weight: bold;
  display:block;
  margin: 0 0 11px 0;	
  text-decoration: none;
}

#navigation_com li  a{
	color: #f15b40;
	text-decoration: none;
}

#navigation_com li.hover_nav a:hover{
	color: #ffffff;
	text-decoration: none;
}

/* content */
.mgmt_content_style{
	font-family: Helvetica, Arial, monospace;
	font-size: 14px;
	color: #d1d3d4;
	line-height: 20px;
	width: 1000px;
}

.content_names_style{
	font-size: 18px;
	font-weight: bold;
	color: #f15b40;
}
.post_title{
	font-weight: bold;
	font-size: 15px;
	float:left;
	color: #ffffff;
}

.content_1, .content_2, .content_3, .content_4{
	padding: 10px 0 0 290px;
	color: #d1d3d4;
}