/** 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;
}

/*
#news_box {
	position: absolute;
	top: 200px;
	left: 710px;
	width: 235px;
	height: auto;
}

#news_box .box_footer {
	font-size: 70%;
}

#sign_up_box img {
	width: 150px;
}
/*
#sign_up_box {
	position: absolute;
	top: 510px;
	left: 710px;
	height: 61px;
	width: 235px;
}

#calendar_small_box {
	position: absolute;
	top: 447px;
	left: 710px;
	height: auto;
	width: 235px;
}*/

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

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

.exboard_member {
	float: left;
	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;
}

