/* header */

#header {
 	background: url(/Images/ercim-logo.jpg)no repeat top left;
	top: 10px;
	right: 20px;
	left: 190px;
 	width: 50%; 
 	height: 130px; 
 	padding: 5px 5px 5px 5px;
 	margin: 0px 5px 0px 0px;
	position: absolute;
	text-align: center;
	}

#subheader {
	background: white;
	top: 130px;
	right: 20px;
	left: 10px;
 	width: 95%; 
 	height: 50px; 
 	padding: 5px 5px 5px 5px;
 	margin: 0px 5px 0px 0px;
	position: absolute;
	text-align: center;
	}
	}

/*breadcrumb */

#breadcrumb {
	background: white;
	color: #999999;
	font-size: 10pt;
	align: left;
	width: 75%;
	height: 10px;
	left: 170px;
	position: absolute; 
	margin: 10px 0px 0px 0px;
	top: 190px
	}



/* main text */

#title {
	font-size: 20pt;
	font-weight: bold;
	left: 170px;
	top: 225px;
	height: 22px;
	position: absolute;
	text-align: center;
	width: 75%;
	}

#text {
	font-size: 12pt;
	font-weight: normal;
	width: 75%;
	color: black;
	padding: 2px 4px 2px 4px;
	left: 170px;
	top: 270px;
	position: absolute;
	text-align: left;
	}

#logo1 {
	width: 200px;
	left: 240px;
	top: 20px;
	height: 100px;
	position: relative
	}

#logo2 {
	width: 100px;
	left: 150px;
	top: 10px;
	height: 100px;
	position: relative
	}

#logo3 {
	width: 100px;
	left: 550px;
	top: 10px;
	height: 100px;
	position: relative
	}

/* navigation */

ul.leftnav { 
	margin: 10px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	width: 140px;
	position: relative;
	top: 0px; 
	left: 0px;
	list-style: none
	}

li.leftnav { 
	list-style: none;
	}

#leftnav {
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	background: transparent;
	text-decoration: none;
	font-size: 12pt
	font-weight: bold;
	width: 140px;
	padding: 2px 4px 2px 4px;
	text-align: left;
	top: 210px;
	left: 5px;
	position: absolute;
	}

a.leftnav {	
	text-decoration: none;
	color: #000000;
	background: transparent;
	font-weight: bold;
	}

a.leftnav:hyperlink {	
	text-decoration: none;
	color: #000000;
	background: transparent;
	font-size: 12pt;
	font-weight: bold
	}

a.leftnav:visited {	
	text-decoration: none;
	color: #ff0000;
	background: transparent;
	font-size: small;
	font-weight: bold
	}

a.leftnav:hover { 
	text-decoration: none;
	color: #ff0000;
	background: transparent;
	font-size: small;
	font-weight: bold
	}

a.leftnav:visited:hover {	
	text-decoration: none;
	color: #000000;
	background: transparent;
	font-size: small;
	font-weight: bold
	}
#image {
	top: 10px;
	left: 45px;
	position: absolute;
	width: 80px;
	height: 80px;
}