/*
      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;
behavior: url(iepngfix.htc);
 }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #1c3808;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFA700;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#wrapper {
	margin: 0 auto;
	width: 1024px;
}
#header {
	width: 1024px;
	color: #333;
	height: 285px;
	margin: 10px 0px 0px 0px;
}
#content {
	width: 994px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	background-image: url(../img/orta-bg.gif);
	background-repeat: repeat-y;
	padding: 5px 15px 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 315px;
}
#sol {
	float:left;
	width:210px;
	padding: 10px 5px 0px 70px;
	height: 305px;
	background-image: url(../img/sol-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#sag {
	float:left;
	width:697px;
	padding: 15px 4px 5px 5px;
	height: 295px;
	overflow: auto;
	overflow-x: hidden;
}
#right {
	float:right;
	width:640px;
	margin-right:20px;
	margin-top:20px;
}
#rightleft {
	float:left;
	width:310px;
	padding: 5px;
	margin-right: 0px;
}
#rightright {
	float:right;
	width:303px;
}
#footer {
	width: 1024px;
	color: #333;
	height: 150px;
}
.sol-baslik {
	font-size: 29px;
	font-weight:lighter;
	color:#FFA700;
	letter-spacing: -1px;
}
.sol-linkler {
	font-size: 12px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
}
.sag-baslik {
	font-size: 14px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma
}
.sag-turuncu-baslik {
	color:#FFA700;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma
}
.footer-info {
	font-size: 11px;
}
