#header {
	height: 190px;
}
#header .section-about {
	width: 220px;
	margin: 15px 0 0 0;
}
#header .slogan {
	float: right;
	width: 100%;
}
#container {
	border-top: dotted 1px #666;
	border-bottom: dotted 1px #666;	
}
.navigation {
	margin-left: 0;
	width: 100%;
}
.navigation .current {
	font-weight: bold;
}
#container .breadcrumb {
	top: 0;
	left: -5px;
}
.sidebar {
	width: 100%;
	border-bottom: dotted 1px #666;	
	margin-bottom: 10px;
}
#footer ul {
	margin: 0 0 0 -12px;
}
.content {
	width: 100%;
	margin-left: 0;
}
p {
	overflow: hidden;
}