div#wrapper {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	margin-top:30px;
	height: 200px;
	background: url(../images/header.jpg) no-repeat;
}

.logo{
	padding-top: 50px;
}

div#header h1 {
	display: none;
}


div#left {
	float: left;
	width: 160px;
	min-height: 500px;
	line-height: 1.2em;
}

#left .left-box{
	border: solid 1px #000000;
	background: #FFF;
	color: #000;
	margin-top: 20px;
}

#left .left-box li{
	margin-bottom: 5px;
}

#left .left-box .left-head{
	background: #000000;
	padding: 7px;
	color: #C0C0C0;
}

#left .left-box .left-content{
	padding: 7px;
	padding-bottom: none;
	color: #000;
}

div#main_content {
	width: 660px;
	margin-left: 190px;
	overflow: hidden;
	background-repeat: no-repeat;
}

div#main_content ul{
	list-style-type: disc;
}

div#main_content ul li{
	margin-left: 15px;
	padding-bottom: 5px;
}

.main-box{
	border:solid 1px #000;
	padding:20px;
}

div#footer {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	clear: both;
}

div#linkback {
	width: 200px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

img.height_bar {
	width: 1px;
	height: 400px;
	float: right;
	display: block;
}

table.education{
	width:100%;
	text-align:center;
	border: ridge 2px #555;
	border-collapse: collapse;
}

.education td{
	border: solid 1px #555;
	padding: 5px;
}

/* Menu */

#left ul.menu, #left ul.menu li {
	position: relative;
	z-index: 1;
	text-align:center;
}

#left ul.menu li a {
	display: block;
	text-decoration: none;
	z-index: 1;
}

/*#left ul.menu li ul.submenu {
	position: absolute;
	margin: 0;
	padding: 0;
	top: -999em;
	left: -1px;
	background-color: #FF0000;
	z-index: 99;
}

#left ul.menu li:hover ul.submenu {
	top: -3px;
	left: 9em;
	width: 200px;
	list-style: none;
	border: 2px solid black;
}

#left ul.menu li:hover ul.submenu li {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	width: 200px;
	border-bottom: 2px solid black;
}

#left ul.menu li:hover ul.submenu li a {
	display: block;
	text-decoration: none;
}
*/

/*#left ul.menu li:hover ul.submenu li:hover a {
	display: block;
	text-decoration: none;
}*/

#gmap{
	border: solid 3px #FFF;
	margin-top:20px;
	height: 300px;
}

#elca_news{
	clear:both;
	margin-top:-6px;
	width: 429px;
	border: solid 1px #888;
	border-top:none;
}

#elca_news a{
	font-size: 14px;
}

#elca_news ul{
	padding-right: 10px;
	padding-top: 3px;
}

#elca_news ul li{
	list-style-type:none;
	padding-left:15px;
	background: url(../images/arrow.gif) no-repeat;
}



