@import url('sub.css');

#containerOuter,
#containerInner {
	height: 675px; /* IE6 hack. Does not understand child selectors (below) */
}

html > body #containerOuter,
html > body #containerInner {
	height: 100%;
	min-height: 675px;
}

#containerInner {
	margin-bottom: 0;
	background: #fef9e1 url('../gfx/front.bg.jpg') no-repeat 0% 100%;
	border-bottom: 0;
}

#menu {
	position: absolute;
	bottom: 0;
}

#content {
	position: absolute;
	bottom: 310px;
	margin: 0;
	background-color: transparent;
}



/* News list */
#content .news-list-container {
	padding: 5px;
}

h1,
#content .news-list-container h1 {
	font-size: 1.4em;
}

#content .news-list-container .news-list-item {
	margin: 0;
}

#content .news-list-container .news-list-text {
	font-size: 1em;
}

/* Navigation */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin: 0;
}

div.csc-textpic .csc-textpic-caption {
	padding-top: 3px;
	font-family: monospace;
	font-size: .9em;
}