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