#html,body {
	padding:0; margin: 0; 
	/*background:#f2f2f2 url(images/testbg.gif); /*color background - only works in IE */ 
	background:#ffffff url(images/body_bg_blue.jpg) repeat-x fixed top; /*color background - only works in IE */ /*d7d8dc*/
	/*background:#ffffff url(images/okyanus_back.jpg) no-repeat fixed top; /*color background - only works in IE */ /*d7d8dc*/
	font-size:76%; /*set default font size */
	font-family:trebuchet ms,Georgia,tahoma,Verdana, Arial, Helvetica, sans-serif;
	/*cursor:url("images/fish3 working.ani");*/
	}
	
/* link renklendirmeleri */
a:link { text-decoration:none; color : #006699; }
a:active,a:visited { color : #006699; }
a:hover	{ text-decoration:underline; color : #fd1b04; }

#main_content {
background-color:#ffffff;  /*change color to suit*/
margin:0; /*auto*/
width:800px;
/*border:solid 2px  #ccc;*/
/*border-right:1px solid #646262;*/
border:1px solid #646262;
}

#header{
/* daha tanımlamadık bişey */
}
	#top {
	width:800px;
	/*background-image:url(images/egeyildiz_top_image.jpg);*/
	}

	#top2{
	background-color:#efefef;
	width:800px;
	padding:3px 0px 3px 0px;
	}

	#top_language{
	background-color:#ffffff;
	width:800px;
	padding:2px 0px 2px 0px;
	border-top:1px dashed #ccc;
	}
#innercontent{
background:#fff;
}

#inner_ajax{
background:#fff;
}

	#left {
	width:580px;
	float:left;
	border-right:1px dashed #ccc;
	padding:5px ;
	}
	#middle {
	width:18px;
	float:left;
	padding:3px 0px 0px 0px;
	}
	#right {
	width:190px;
	float:left;
	padding:3px;
	}

#footer {
background:#ffffff url(images/footer_tr.gif) no-repeat bottom;
/*background:#efefef;*/
width:800px;
text-align:center;
padding:3px 0px 3px 0px;
/*border-top:1px dashed #ccc;*/
clear: both; /* onceki divlerin float left ozelligini kaldirir*/
}

#footer_en {
background:#ffffff url(images/footer_en.gif) no-repeat bottom;
/*background:#efefef;*/
width:800px;
text-align:center;
padding:3px 0px 3px 0px;
/*border-top:1px dashed #ccc;*/
clear: both; /* onceki divlerin float left ozelligini kaldirir*/
}

h1 {;
font-family:trebuchet ms,tahoma,Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
font-weight: bold;
color:#990000;
}

h2 {;
font-family:trebuchet ms,tahoma,Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight: bold;
color:#0066FF;
}

h3 {;
font-family:trebuchet ms,tahoma,Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight: bold;
color:#999999;
}

.sidebox {border: 1px solid #CCCCCC;}

.sideboxgray {border: 1px solid gray;}

.dashedbox {border-right-style:dashed;
		   border-bottom-style:dashed;}

.dottedbox {border-right-style:dotted;
		   border-bottom-style:dotted;}
		   
.imagebox{border: 1px solid #CCCCCC ;padding:2px ;}

#grayed_background {background-color:#efefef border: 1px solid #CCCCCC;}		   


/*////////////////////////////////// reklam alani //////////////////*/
#reklamalani {
	display:block;
	position:fixed;
	left:802px;
	top:1px;	
	height:600px;
	width:160px;
	border:1px solid #646262;
	padding:0;
	/*background:url('images/egeyildiz_s_reklam.jpg') no-repeat #ffffff;*/
	background:no-repeat #ffffff;
}


* html #reklamalani {position:absolute;}

#reklamalani span {
	display:none;
}

/* IE de scroll sorunu kaldirir */
@media screen
  {
  * html
    {
    overflow-y: hidden;
    }
  * html body
    {
    height: 100%;
    overflow: auto;
    }
  }

/*/////////////////////////////////////////////////////*/