body {
	margin-top: 20px;
	padding: 0;
	background: url(../images/top.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6D6D6D;
}
h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #006EA6;
}
h2 {
	font-size: 26px;
}
a:link {
	color: #0094E0;
}
a:hover, a:active {
	text-decoration: none;
	color: #0094E0;
}
a:visited {
	color: #0094E0;
}
img {
	border: none;
	margin-right:20px;
	margin-bottom:20px;
}
/* header start */
	
	/* logo start */
	
#header {
	margin: 0 auto 20px auto;
	width: 900px;
	padding-top:10px;
	height:130px;
}
#logo {
	float: left;
	height: 90px;
	background-image: url(../images/logobg.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#logo h1 {
	margin: 0;
	padding: 5px 0 0 100px;
	font-size: 40px;
	color: #0099E8;
}
#logo h1 a {
	color: #5F9D10;
}
#logo h2 {
	margin: 0;
	padding: 0 0 0 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6D6D6D;
}
#logo a {
	text-decoration: none;
	color: #FFFFFF;
}
/* logo end */

/* menu start */
	
#menu {
	float: right;
	padding-top: 45px;
}
#menu a {
	display: block;
	float: left;
	margin-left: 5px;
	background: url(../images/img02.gif) repeat-x left top;
	padding: 1px 10px;
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
	line-height:28px;
}
#menu a:hover {
	text-decoration: underline;
}
#alt {
	padding-left:15px;
}
/* menu end */
	
/* header end */

/**************************/

/* page start */

#page {
	width: 900px;
	margin: 0 auto;
	background: url(../images/contentbg.jpg) no-repeat top;
	height:auto;
}
/* content start */

#content {
	float: left;
	width: 570px;
	padding: 30px 0 0 30px;
}
.post .title {
	height: 52px;
	margin-bottom: 10px;
	padding-left: 60px;
	border-bottom: 1px dashed #D1D1D1;
	background: url(../images/img04.gif) no-repeat left top;
	color: #0094E0;
}
h2 {
	font-size: 26px;
}
.space {
	height:20px;
}
/* end content */

/* start sidebar */

#sidebar {
	float: right;
	width: 230px;
	padding-right: 10px;
	padding-top: 20px;
	padding-left:30px;
}
#sidebar a {
	margin-left: 5px;
	text-decoration: none;
	font-size: 17px;
	color: #0094E0;
	background:url(../images/listtype.png) left no-repeat;
	padding-left:20px;
}
#sidebar a:hover {
	text-decoration: underline;
}
#hizmetler{
	padding:10px;
}
/* end sidebar */

/* end page */

/* start footer */
#footer {
	width: 900px;
	background: url(../images/contentbg.jpg) no-repeat left top;
	margin: 10px auto;
	color: #353535;
	text-align:center;
}
#legal {
	clear: both;
	font-size: 11px;
	color: #6D6D6D;
	text-align: center;
}
#legal a {
	color: #0094E0;
}

/* end footer */

