* {
	margin:0;
	padding:0;
	border:0;
}

.bodytext a {
	color: #f68b1e;
	text-decoration: none;
	border-bottom: 1px dotted #f68b1e;
}

.bodytext a:hover {
	border-bottom: 1px solid #f68b1e;
}

body {
	text-align: center;
	background-color: #efefef;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family:Arial,Helvetica,sans-serif;
	color: #444;
	font-size: 0.9em;
}

#container {
	margin: 0 auto;
	width: 940px;
	background-color: #fff;
	border: 1px solid #aaa;
	position: relative;
}

#header {
  /*
	position: absolute;
	left: 0px;
	*/
	position: relative;
	float: left;
	width: 556px;
	height: 191px;
	background: url(images/header-istanbul.jpg) no-repeat;
}

#logos {
  /*
	position: absolute;
	left: 557px;
	*/
	float:right;
	width: 382px;
	height: 191px;
	background: url(images/logos-istanbul.gif) no-repeat;
}

#leftCol {
	position: relative;
	float: left;
	/*
	margin-top: 191px;
	*/
}

#navigation {
	position: relative;
	text-align: left;
	margin-top: 36px;
	margin-left: 26px;
}
#navigation ul {
	
}
#navigation ul li {
	list-style-type:none;
	margin-bottom:10px;
	line-height:1.2em;
	border-bottom:1px solid #CCC;
}
#navigation ul li a {
	color:#444;
	font-size:1em;
	text-decoration:none;
}
#navigation ul li a:hover {
	color:#f68b1e;
}
#navigation ul li a.act {
	color:#f68b1e;
}
#navigation ul li  ul li {
	padding:0;
	margin:0;
	padding-left:10px;
	border:0;
}
#navigation ul li ul li a {
	color:#666;
	font-size:0.8em;
}

#img-col {
	position: relative;
	float: left;
}

#img-col img {
	border-top: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}

#img1, #img2, #img3 {
	width: 165px;
	height: 127px;
	margin-top: 60px;
}

#content {
	text-align: left;
	position: relative;
	float: left;
	width: 600px;
	/*
	margin-top: 241px;
	*/
	margin-top: 41px;
	margin-left: 40px;
}
#navigation-service {
	width:100%;
	text-align:center;
	height:22px;
	background-color: #f68b1e;
	margin-top:50px;
}
#navigation-service ul {
	clear:both;
}
#navigation-service li  {
	list-style-type:none;
	margin-right:10px;
	display: inline;
}
#navigation-service a {
	color:#FFF;
	font-size:0.8em;
	text-decoration:none;
}
#navigation-service a:hover {
	text-decoration:underline;
}

p {
	margin-bottom: 6px;
}

h1 {
	margin-bottom: 6px;
	font-size: 1.2em;
}
h2 {
	margin-bottom: 6px;
	font-size: 0.8em;
	color: #f68b1e;
}
