/*
      Theme Name: css add-ons
	  Theme Developer: Ahmet Kucukoglu
	  Website: www.cssaddons.com
	  
	  E-Mail: ahmetkucukoglu@gmail.com
	  
	  
*/

* { padding: 0; margin: 0; outline:0; }
a { text-decoration:none; outline:0;  }
a:focus { outline:0; }

body {
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 13px;
 	background: #030 url(../images/arkaPlan.png) fixed;
}
#wrapper { 
	width: 816px;
	background:url(../images/wrap.png) repeat-y;
	margin: 0 auto;
	overflow:auto;
}
#content {
	float:left;
	width: 100%;
	height:auto;
	background:url(../images/gelistiriciContent.png) no-repeat;
	margin: 0px;
	overflow:auto;
}
#header {
	float:left;
	width: 796px;
	height: 222px;
	background:url(../images/header.png) no-repeat;
	margin:0px;
	padding: 10px;
	text-indent:-9999px;
	color: #333;
}
#solKolon { 
	float: left;
	width: 704px;
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 100px;
	display: inline;
	position: relative;
	color: #333;
	/*background-color:#C00;*/
}
.icerik {
	float:left;
	width:700px;
	/*background-color:#0C6;*/
}
.gelistiriciIsim {
	float:left;
	width:675px;
	height:32px;
	font-weight:bold;
	font-size:1.5em;
}
.gelistiriciIsim a:link, .gelistiriciIsim a:visited {
	color:#000;
}
.gelistiriciIsim a:hover, .gelistiriciIsim a:active {
	color:#F00;
}
.gelistiriciAciklama {
	float:left;
	width:675px;
	height:32px;
	font-size:1.1em;
}
#sagKolon { 
	float: left;
	width: 212px;
	margin: 0;
	padding: 10px;
	display: inline;
	/*background:#0C0;*/
}
#footer { 
	float:left;
	width: 796px;
	height:131px;
	background:url(../images/footer.png) no-repeat;
	margin:0px;
	padding: 10px 10px 0 10px;
	color: #333;
	text-indent:-9999px;
}
