/** about_us.css
 * style for About us section
 */

#article {
	float: left;
	width: 500px;
	padding: 5px;
	background: url("../../images/article_tl.gif") no-repeat top left;
}

#article p {
	margin-top: 10px;
}

#article ul.article-list {
	margin: 10px 0 0 20px;
}

#article ul.article-list li {
	list-style-position: inside;
	margin-bottom: 5px;
}

#current_exboard {
	position: relative;
/*	width: 500px;*/
}

#current_exboard p {
	margin: 0;
	text-align: center;
	font-size: 90%;
/*	width: 690px;*/
}

.exboard_member {
	/*float: left;*/
    position: absolute;
	width: 120px;
	height: 230px;
	margin-right: 2px;
}

.exboard_member img {
	width: 120px;
	height: 142px;
}

#exboard_president {
	float: none;
	position: relative;
	left: 50%;
	margin-left: -60px;
	top: 20px;
}

.function {
	font-weight: bolder;
}

.name {
	margin-top: 10px;
}

#map_box {
	position: relative;
}

#map_header {
	position: absolute;
	top: 5px;
	left: 10px;
	color: white;
	font-size: 110%;
	font-weight: bold;
}

#mapa_velka {
	position: absolute;
	top: 130px;
	left: 60px;
}


