#content {
	background-position: center top; 
	background-repeat: repeat-y;
	background-image: url("../images/content-text-page-bg-mid.gif"); 
	width: 700px;
	}
	
#content-top {
	background-position: center top; 
	background-repeat: no-repeat;
	background-image: url("../images/content-text-page-bg-top.gif"); 
	height: 25px;
	}
	
#content-bottom {
	background-position: center bottom; 
	background-repeat: no-repeat;
	background-image: url("../images/content-text-page-bg-bottom.jpg"); 
	width: 350px;
	padding: 0px 60px 100px 290px;
	}
	
#footer-text-page {
	background-position: center top; 
	background-repeat: no-repeat;
	background-image: url("../images/footer-text-page-bg.jpg"); 
	width: 700px;
	height: 125px;
	text-align: center;
	}
	
img.text-page-header {
	padding: 25px 0px 0px 0px;
	}





#content-bottom p {
	color: #666;
	font-size: 12px;
	line-height: 20px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
#content-bottom p span {
	color: #999;
	font-size: 12px;
	line-height: 20px;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	}
	
#content-bottom h1 {
	color: #ff7f00;
	font-size: 12px;
	line-height: 20px;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	}
	
#content-bottom h2 {
	color: #666;
	font-size: 12px;
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}
	
#content-bottom ul {
	color: #666;
	list-style-type:none;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	}
	
#content-bottom li {
	font-size: 12px;
	line-height: 20px;
    background: url("../images/bullet.gif") no-repeat;
    background-position: 0 7px;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	}