/* CSS Document */
#page_wrapper {
  	width: 780px;
  	text-align: left;
 	background-image: url(../images/left_bg.gif);
  	background-repeat: repeat-y;
}
#center {
	position:relative;
  	margin-left:210px;
}
#left_side {
	float: left;
	width:166px;
	border: none;
	clear:right;
}
#page_footer {
  	height: 60px;
  	background: #000;
  	clear: both;
	text-align: center;
	padding-top: 10px;
}

#page_footer ul li {
  	margin-right: 20px;
	font-size: 12px;
  	list-style: none;
  	color: #fff;
	display: inline;
}
#page_footer a {
	font-size: 12px;
  	color: #fff;
}
#page_footer p {
	font-size: 12px;
  	color: #fff;
	text-align: center;
}


