#list_projects{
	margin:0 auto;
	width:700px;
	padding:0px;
	padding-top:10px;
}

.project_info{
	width:340px;
}
.right{
	float:right;
}
.left{
	float:left;
}
.top_title{
	margin:0 auto;
	width:300px;
	height:41px;
	background:url(../images/top.gif) 0 0 no-repeat;
	font:14px Arial;
	color:#fefefe;
	font-weight:bold;
	text-decoration:none;
	line-height:40px;
	text-align:center;
}

.center_list{
	margin:0 auto;
	width:300px;
	background:#FFFFFF;
	border-right:1px solid #aeaeae;
	border-left:1px solid #aeaeae;
	z-index:5;
}


.center_list ul{
	margin:0px;
	padding:0px;
	padding-left:50px;
	padding-top:20px;
	min-height:160px;
	list-style-image:url(../images/folder_img.gif);
}

.center_list li a{
	font-family:tahoma,arial,sans-serif,verdana;
	text-decoration:none;
	font-size:18px;
	color:#007FFF;
}
.center_list li a:hover{
	text-decoration:underline;
}

.center_list_end{
	margin:0 auto;
	width:300px;
	height:20px;
	border-right:1px solid #aeaeae;
	border-left:1px solid #aeaeae;
	background:url(../images/center_end.gif) repeat-x;
	z-index:6;
}
.end_bottom{
	margin:0 auto;
	width:300px;
	height:5px;
	background:url(../images/bottom.gif) 0 0 no-repeat;
	z-index:6;
}
