* {
	margin:0;
	padding:0;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
#distance {
	width:1px;
	height:50%;
	background-color:#fc6;
	margin-bottom:-250px; /* half of container's height */
	float:left;
}
#overallcontainer {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:440px;
	clear:left;
	width:900px;
	padding-top:60px;
}
#content {
	height: 380px;
	padding:5px;
	background:#ccc;
	font-size: 95%;
}
#topmenu {
	position:absolute;
	top:0;
	height:60px;
	width:100%;
}
#topmenu a:active, #topmenu a:link, #topmenu a:hover, #topmenu a:visited,  #bottommenu a:active, #bottommenu a:link, #bottommenu a:hover, #bottommenu a:visited {
	text-decoration:none;
	color: #000;
}
#topmenu a:hover,  #bottommenu a:hover {
	text-decoration:underline;
}
#topmenu ul {
	margin:0;
	float:right;
	list-style:none;
}
#topmenu ul li {
	margin: 36px 0 auto 10px;
	float: left;
	display: block;
	position:relative;
}
#topmenu ul li ul {
	display:none;
	float:none;
	position: static;
}
#topmenu ul li.active ul,  #topmenu ul li:hover ul {
	position:absolute;
	display:block;
	bottom:1.5em;
	left:0;
	font-size:.925em;
	line-height: 1.2em;
}
#topmenu ul li ul li {
	margin:0;
	float:none;
}
#logo {
	height: 60px;
}
#logo img {
	margin:0;
}
#bottommenu .langMenu img {
	margin-top:5px;
}
#bottommenu ul {
	margin:0;
	margin-top:.5em;
	float:right;
	list-style: none;
}
#bottommenu ul li {
	float:left;
	margin: auto 0 auto 7px;
	padding-right:7px;
	background: url(menu_separator.gif) right 3px no-repeat;
}
#bottommenu ul li.last {
	background:transparent;
	margin: auto 0 auto 7px;
	padding-right:0;
}
#contentleft {
	float:left;
	width:250px;
	height:340px;
	padding:20px;
	overflow:auto;
	margin-right:6px;
	background:#999;
}
#contentmain {
	height:340px;
	padding:20px;
	overflow:auto;
	background:#999;
}
#imageright {
	height:380px;
	overflow:hidden;
}
#content_3cols_left, #content_3cols_center, #content_3cols_right {
	background:#999;
	height:340px;
	width:253px;
	margin-right:5px;
	padding:20px;
	float:left;
	overflow:auto;
}
#content_3cols_right {
	margin-right:0;
}
.four_parts {
	float:left;
	width:294px;
	margin-right:5px;
	margin-bottom:5px;
	height:187px;
	overflow:hidden;
	background:#FFF;
}
.four_parts_right {
	margin-right:0!important;
}
.twenty_parts {
	float:left;
	width:145px;
	margin-right:4px;
	margin-bottom:4px;
	height:73px;
	overflow:hidden;
	background:#FFF;
}
.twenty_parts_right {
	margin-right:0!important;
}
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	margin-left:0;
}
