/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background:url(images/bg.gif) repeat-x;
}
#wrapper {
	margin: 0 auto;
	width: 885px;
}
#header {
	color: #333;
	width: 885px;
	float: left;
	height: 205px;
	margin: 0px 0px 0px 0px;
	background: #BD9C8C;
	background: #fff;
}
#toplinks {
	text-decoration: none;
	height: 85px;
}

#navigation {
	float: left;
	width: 885px;
	color: #333;
	padding-top:5px;
	margin: 0px 0px 0px 0px;
	height:37px;
}
#leftcolumn {
	color: #333;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 30px 10px;
	height: auto;
	width: 535px;
	float: left;
	border-right:solid #848686 3px;
}
#rightcolumn {
	float: right;
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	height: 350px;
	width: 304px;
	display: inline;
	background: 
}
#footer {
	width: 885px;
	clear: both;
	color: #333;
	height:140px;
	background: #BD9C8C;
	margin: 0px 0px 10px 0px;
	background:url(images/footer-bg.gif) repeat-x;
	padding-top:12px;
	padding-left:8px;
}
.contentstyle {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
}
.baslik {font-size: 15px;
font-weight:bold;
}
.urunler-tablo-baslik {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
.urunler-ana-baslik {
	font-size: 14px;
	font-weight: bold;
}
