/*div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}*/

html {
	overflow-x:hidden;
}

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	background:url(../images/bg.png) repeat-x #e5f0f1;
	owerflow-y:none;
	}

table {
	border-collapse:collapse;
	border-spacing:0;
	}

fieldset,img { 
	border:0;
	}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	}

/*ol,ul {
	list-style:none;
	}*/

caption,th {
	text-align:left;
	}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	}

q:before,q:after {
	content:'';
	}

abbr,acronym { border:0;
	}
	
#contaniner {
	width:100%;
	margin:auto;
	}
	
#main_content {
	width:892px;
	margin:auto;
	}
	
#header {
	float:left;
	width:892px;
	height:109px;
	background:url(../images/header_bg.png) no-repeat;
	}
	
#logo {
	width:205px;
	height:109px;
	float:left;
	margin-left:1px;
	}
	
#s1 {
	width:51px;
	float: right;
	height:109px;
	margin-right:15px;
	background:url(../images/s1.png) no-repeat;
	}
	
#content {
	background-color:#e5e8ee;
	width:812px;
	margin:auto;
	}
	
#content_icerik {
	width:772px;
	padding:20px;
	padding-top:0px;
	float:left;
	}
	
#footer {
	background-color:#6a87a1;
	width:100%;
	}
	
#footer_content {
	width:812px;
	margin:auto;
	height:60px;
	}
	
#footer_content_item {
	float:left;
	position:relative;
	height:60px;
	line-height:60px;
	margin-right:30px;
	color:#FFFFFF;
	}	
a,a hover,a visited,a active{
	text-decoration: none;
}
