body {
	background: url(../images/body_bg.gif) repeat-x top;
	background-color: #000000;
	margin: 0px;
	font-family: arial;
	font-size: 10px;
	color: #949494;
}

a {
	color: #949494;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
}


#container {
	width: 960px;
	margin: auto;
	margin-top: 57px;
}


#single_row {
	padding: 10px 30px 0 30px;
	text-align: justify;
	line-height: 1.5em;
	
}

#single_row h4 {
	margin: 20px 0 10px 0;
	color: #afafaf;
	font-size: 12px;
	font-weight: bold;
}

#uc {
	text-align: right;
	padding-right: 25px;
	margin-top: 170px;
	
}

#logo {
	height: 22px;
	margin-bottom: 20px;
	padding-left: 150px;
}

#logo img {
	border-style: none;
}
#lang_members_lit {
	padding-right: 2px;
	float:right;
	margin: auto;
	background-color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-align:right;
}


#menu {
	width: 140px;
	float: left;
	line-height: 0px;
}

#about_us {
	margin-top: 33px;
	height: 33px;
	text-align: center;
	
}

#projects {
	margin-top: 28px;
	height: 33px;
	text-align: center;
	
}

#team {
	margin-top: 48px;
	height: 33px;
	text-align: center;
}

#contact_us {
	margin-top: 19px;
	height: 33px;
	text-align: center;
}

#about_us img, #projects img, #team img, #contact_us img {
	vertical-align: bottom;
}


#main {
	width: 820px;
	float: left;
	background-color: #000000;
	padding-top: 13px;
	/*background: url(../images/main_bg.gif) repeat-x top;*/
}

#list_section {
	width: 150px;
	float: left;
	padding: 30px 0px 0px 15px;
	line-height: 1.5em;
	
}

#list_section h4 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}

#list_section a.list_member {
	background: url(../images/square_off.gif) no-repeat top left;
	padding-left: 8px;
}

#list_section a.list_member:hover {
	background: url(../images/square_on.gif) no-repeat top left;
	
}

#list_section a.selected_member {
	background: url(../images/square_active.gif) no-repeat top left;
	padding-left: 8px;
	color: #ffffff;
}

#details {
	width: 605px;
	float: left;
	padding: 33px 10px 0 20px;
}

#galleria {
	height: 435px;
	margin: 0 0 3px 0;
	text-align: center;
}

#thumbs {
	
	width: 605px;
	margin: 0px 0 10px 1px;
	line-height: 0px;
}

#thumbs a {
	border-style: none;
}

#thumbs img {
	margin: 1px 2px 1px 3px;
	vertical-align: bottom;
	border-style: none;
}

#thumbs img:hover {
	margin: 0 1px 0 2px;
	border: 1px solid #ffae00;
}

#text {
	
	width: 360px;
	margin: 0 0 5px 0;
	color: #bbbbbb;
	text-align: justify;
}

#text h4 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}


