body.maincontainer {
	margin: auto;
	margin-top: 0px;
	font-family: Helvetica, "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	color: #4c4d4f;
	background-color: white;
}

/* ---------- Header --------- */
#pageheader {
	width: 800px;
	height: 120px;
}

#pageheader #logo {
	width: 100px;
	height: 100px;
	padding: 10px;
	margin-left: 30px;
	float: left;
}

#pageheader #navi {
	width: 150px;
	height: auto;
	margin-top: 25px;
	float: right;
	text-align: right;
}

#pageheader #navi div.navilink {
	height: 20px;
	width: auto;
}

#pageheader #navi a {
	color: #4c4d4f;
	font-weight: bold;
}

#pageheader #navi a:hover {
	color: #c0b6ac;
	cursor: pointer;
	font-weight: bold;
}

/* Main container */

#banner {
	width: 100%;
	height: 400px;
	background-color: #e8e2dc;
}

#banner #image {
	width: 800px;
	height: 400px;
	float: left;
}

#banner #spacer {
	width: 7px;
	height: 400px;
	float: left;
	background-color: white;
}

/* ---------- Footer --------- */

#pagebody {
	width: 800px;
	height: 120px;
}

#pagebody #sidebar {
	width: 150px;
	height: auto;
	padding: 10px;
	margin: 30px 0px 0px 50px;
	float: left;
	/* IE hack */
	display: inline;
}

#pagebody #pagecontent {
	width: 560px;
	height: auto;
	margin-top: 20px;
	float: right;
}

#pagebody #news #info {
	width: 228px;
	height: auto;
	margin: 54px 0px 0px 50px;
	padding: 10px;
	float: left;
	/* IE hack */
	display: inline;
	border: 1px solid #c0b6ac;
}

#pagebody #news #pagecontent {
	width: 480px;
	height: auto;
	padding-top: 30px;
	float: right;
}

#pagebody #news #info .row {
	width: 228px;
	height: auto;
	color: #4c4d4f;
	text-decoration: none;
}

#pagebody #news #info .rowOver {
	width: 228px;
	height: auto;
	cursor: pointer;
	color: #4c4d4f;
	text-decoration: underline;
}

#pagebody #news #info .img {
	width: 80px;
	height: 40px;
	margin: 5px 5px 5px 0px;
	float: left;
}

#pagebody #news #info .info {
	width: 138px;
	height: auto;
	margin: 5px 0px 5px 5px;
	float: left;
}

/* ---------- Footer --------- */
#pagefooter {
	width: 560px;
	height: auto;
	font-size: 11px;
	float: left;
	margin-top: 20px;
	padding-left: 240px;
}

#homepagefooter {
	width: 480px;
	height: auto;
	font-size: 11px;
	float: left;
	margin-top: 20px;
	padding-left: 320px;
}

#pagefooter #navibar {
	width: 560px;
	height: 25px;
	color: #c0b6ac;
}

#pagefooter #navibar #navi {
	width: 280px;
	height: auto;
	float: left;
}

#pagefooter #navibar #languages {
	width: 280px;
	height: auto;
	float: left;
	text-align: right;
}

#pagefooter #copyright {
	width: 500px;
	height: auto;
	color: #c0b6ac;
}

#homepagefooter #navibar {
	width: 472px;
	height: 25px;
	color: #c0b6ac;
}

#homepagefooter #navibar #navi {
	width: 236px;
	height: auto;
	float: left;
}

#homepagefooter #navibar #languages {
	width: 236px;
	height: auto;
	float: left;
	text-align: right;
}

#homepagefooter #copyright {
	width: 500px;
	height: auto;
	color: #c0b6ac;
}

#pagefooter a {
	color: #c0b6ac;
	text-decoration: none;
}

#pagefooter a:hover {
	color: #c0b6ac;
	text-decoration: underline;
}

#homepagefooter a {
	color: #c0b6ac;
	text-decoration: none;
}

#homepagefooter a:hover {
	color: #c0b6ac;
	text-decoration: underline;
}

a {
	text-decoration: none;
}

img {
	border: 0px;
}


