/*
      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: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #3e5a82;
}
#wrapper {
	margin: 0 auto;
	width: 725px;
}
#header {
	width: 725px;
	color: #333;
	height: 100px;
	margin: 0px 0px 0px 0px;
}
#navigation {
	width: 725px;
	color: #333;
	margin: 0px 0px 0px 0px;
}
#content {
	width: 725px;
	color: #333;
	margin: 0px 0px 10px 0px;
	height: 400px;
}
#showcase {
	text-decoration: none;
	height: 170px;
	padding: 5px 0px 5px 0px;
}

#intro {
	line-height:28px;
	font-size: 13px;
}
#footer {
	width: 705px;
	color: #95A5AC;
	margin: 10px 0px 10px 0px;
	height: 57px;
	background-image: url(img/footerbg.gif);
	background-repeat: no-repeat;
	padding: 15px 0px 5px 20px;
}
#footer a:hover {
	color:#DCE2E4
}
#footer a {
color:#95A5AC;
text-decoration:none;
}
#icerik-sag {
	float: left;
	width:460px;
	padding: 10px;
	color: #FFFFFF;
}
#icerik-sol {
	float: left;
	width:235px;
	padding: 10px 0px 0px 10px;
}
.newstarih {
color:#FFFFFF;
}
h2 {
	font-family:"Trebuchet MS",Arial,Verdana;
	font-size:20px;
}
li {
list-style-position:inside;}
