
#container {
	width: 980px;
	height:600px;
	margin-right: auto;
	margin-left: auto;
}


#header {
	background-color: #FFF;
	padding: 10px;
}
body {
	background-color: #666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#mavi {
	background-image: url(images/bg_mavi.png);
	background-repeat: repeat-x;
	height: 170px;
}
#gri {
	background-image: url(images/bg_gri.png);
	background-repeat: repeat-x;
	height: 93px;
	margin-top: 10px;
	text-align: center;
}
.slogan {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 25px;
	font-weight: 100;
	color: #C33;
}
#menu {
	background-color: #002A76;
	height: 40px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	
	left: 50px;
	top: 20px;
	position: relative;
	
}

#content {
	background-color: #F4F4F4;
	height: 1000px;
	padding: 10px;
}
#footer  {
	background-image: url(images/bg_gri.png);
	background-repeat: repeat-x;
	height: 93px;
	padding: 10px;
}
#sol {
	background-color: #FFF;
	width: 100px;
	float: left;
	font-family: american-text-bt;
}
#sag {
	background-color: #FFF;
	width: 850px;
	height: 1000px;
	float: right;
	overflow: auto;
	font-family: Georgia, "Times New Roman", Helvetica, Arial, sans-serif;
	font-size:22px;
    text-align: left;
	
}


#menu ul: {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#menu ul li {
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000;
	height: 40px;
}
#menu ul li:last-child {
	border: 0px;
}
#menu ul li a {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	line-height: 40px;
	font-weight: lighter;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 40px;
	width: 148px;
	text-align: left;
}
#menu ul li a:hover {
	color: #FF0000;
}
	  #map-canvas {
        height: 600px;
		width:800px;
		margin:auto;
	  }
	  
    

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: lighter;
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FF0000;
}

.clear {
	clear: both;

}

