* {
	padding: 0;
	margin: 0;
}

body {
	margin: 60px;
}

.clear {
	clear: both;
}

#content {
	min-width: 1020px;
}

#leftCol {
	float: left;
	width: 200px;
	margin: 50px 0;
}

#navigation {
	margin: 0 auto 80px 10px;
}

#description {
	position: relative;
	bottom: 0;
	margin: 5px 10px 5px 0;
}

#info {
	margin-top: 50px;
}

#articles {
	margin: 50px 0;
	position: absolute;
	left: 262px;
}

#slideshow {
	background: transparent url(/images/loader.gif) no-repeat 5px 5px;
	height:200px;
	width: 200px;
}

.slides {
	display: none;
}

#articles img {
	margin: 0 5px 5px 0;
	float: left;
}

#articles p {
	clear: both;
}

#articles .text {
	clear: both;
	position: relative;
	top: 50px;
}

.spacer {
	clear: both;
	height: 100px;
}

h1.error-status {
	display: inline;
}

#copyright {
	position: fixed;
	bottom: 10px;
	left: 60px;
}

