/* NAVIGATION */
#navigation, #innerpage-navigation {
	margin: 0px;
	padding: 10px 10px 10px 10px;
	background-color: #EFEFEF;
	height: 285px;
}
#navigation ul, #innerpage-navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navigation ul li, #innerpage-navigation ul li {
	margin-bottom: 2px;
	padding: 0px;
}
#navigation ul li a, #innerpage-navigation ul li a {
	color: black;
	font-family: "arial narrow", arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#navigation ul li a:hover, #innerpage-navigation ul li a:hover {
	color: #DE3839;
	text-decoration: none;
}
#last {
	margin-bottom: 0px !important;
}

#innerpage-navigation {
	margin-bottom: 5px;
	width: 230px;
}

/* SIDEBAR */
#sidebar {
	width: 248px;
	float: left;
	margin-right: 5px;
}

#sidebar img {
	display: block;
	border: 0px;
}

#homepage-logo {
	margin-bottom: 5px;
	position: relative;
}

#homepage-logo img {
	width: 249px;
	height: 273px;
}

/* FOOTER */
#sitemap-link {
	position: absolute;
	bottom: -30px;
	left: 5px;
	font-size: 10px;
}

#ctm-logo a img {
	position: absolute;
	bottom: -30px;
	right: 5px;
	border: 0px;
}

#bottom-curve {
	width: 760px;
	height: 4px;
	position: absolute;
	bottom: -4px;
	left: 0px;
	border: 0px;
}
