#threecols-wrapper {
	border: 1px solid #DDDDDD;
	margin: 0 auto;
	width: 80%;
}
#threecols-head {
	background: #EAD4F7;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 3px;
}
#threecols-left {
	width: 20%;
	float: left;
}
#threecols-right {
	width: 20%;
	float: right;
}
#threecols-center {
	padding: 0 22%;
}
#threecols-footer {
	background: #EAD4F7;
	border-top: 1px solid #DDDDDD;
	margin-top: 3px;
}
#threecols-head h1 {
	margin: 0;
}
#threecols-left ul {
	list-style-type: none;
}
#threecols-left a {
	display: block;
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
	text-decoration: none;
	padding: 5px;
}
