body {
	font-family: Gisha, Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: justify;
	font-size:13px;
}

#wrapper {
	width: 950px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background-image: url(img/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
}


.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}


.banner {
	margin-bottom: 10px;
}

.bar_links {
	width: 200px;
}

.box1 {
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-y;
	margin-bottom: 10px;
	width: 200px;
}

.box1title {
	background-image: url(img/box1_top.gif);
	background-repeat: no-repeat;
	width: 196px;
	height: 26px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	text-align: center;
	padding-right: 4px;
}

.boxtext {
	padding-left: 15px;
	padding-right: 10px;
}

.boxbottom {
	background-image: url(img/boxbottom.gif);
	background-repeat: no-repeat;
	height: 4px;
}

.content {
	width: 510px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 13px;
	color: #323232;
	margin-bottom: 20px;
}

.bar_right {
	background-color: #999999;
}

.titles {
	color: #005090;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}

.subtitles {
	color: #005090;
	margin-top: 20px;
	margin-bottom: 10px;
}

.member {
	min-height: 140px;
	padding-bottom:15px;
}

a:link {
	color: #005090;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	color: #005090;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #005DA8;
}

.submenu {
	padding-left: 15px;
	font-size: 11px;
	font-weight: normal;
}

.teambild {
	width: 112px;
	height: 150px;
	border: 1px #C7DCDC solid; 
	float: left; 
	margin-right: 15px;
}