#header {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	position: relative;
	}
	
#ident {
	float: left;
	padding: 33px 0 20px 0;
	height: 40px;
	}
	
#ident span.logo a {
	background-image: url(/media/img/ident-logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 35px;
	width: 231px;
	line-height: 1000px;
	display: block;
	}

#functions {
	float: right;
	text-align: right;
	padding: 20px 0 0 0;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
	}

#container {
	float: left;
	width: 960px;
	padding: 0 0 20px 0;
	margin: 0;
	background-color: #FFF;
	}
	
.article #container {
	padding: 20px 0 20px 0;
	}
	
.section.article #container {
	padding: 0 0 20px 0;
	}

#breadcrumbs {
	float: left;
	width: 940px;
	padding: 0 0 30px 0;
	margin: 0;
	}

#breadcrumbs h5 a {
	color: #000;}

.colgroup {
	float: left;
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin: 0 0 10px 0;
	}

.aCol,
.bCol,
.cCol {
	float: left;
	width: 320px;
	display:inline;
	}
	
.abCol,
.bcCol {
	float: left;
	width: 640px;
	display:inline;
	}
	
.frontPage .abCol {
	background: url(/media/img/content-background.gif) top right repeat-y;
}

.frontPage .cCol {
	width: 300px;
	padding: 0px 0px 0px 20px;
	display:inline;
	}

#content {
	float: left;
	padding: 0;
	margin: 0px 0px 20px 0px;
	width: 640px;
	display:inline;
	background: url(/media/img/content-background.gif) top right repeat-y;
	}
	
.article #content {
	width: 620px;
	padding: 0 20px 0 0;
	}

.article #content .aCol {
	margin-right: 20px;
	}
	
.article #content .aCol,
.article #content .bCol {
	width: 290px;
	}

#relations {
	float: right;
	padding: 0;
	margin: 0;
	width: 300px;
	}
	
#footer {
	width: 100%;
	clear: both;
	position: relative;
	padding: 10px 0 0 0;
	margin: 0 auto;
	background-color: #6d6e71;
	height: 60px;
	}
	
#footer-content {
	width: 960px;
	position: relative;
	margin: 0 auto;
	}
	
#footer ul {
	list-style-type: none;
	float: right;
	padding: 0;
	width: 720px;
	text-align: right;
	}
	
#footer p {
	float: left;
	padding: 5px 20px 0 0;
}

#footer p img {
	padding-right: 20px;
	float: left;
	}
	
#footer ul li {
	display: inline;
	padding: 0 0 0 10px;
	margin: 0 0 0 7px;
	border-left: 1px solid #999;
	font-size: 11px;
	}
	
#footer ul li.last {
	border: none;
	}
	
#footer ul li a {
	border-bottom: 1px dotted #FFF;
	color: #FFF;
	text-decoration: none;
	}
	
#footer ul li a:hover {
	border-bottom: 1px solid #FFF;
	}