body {
	margin:0;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,Helvetica,sans-serif;
	font-size:11px;
	background-color:#347F96; 
	color:#F2F8FC; 
}
/*general settings*/
img{border-style:none;}
a{
	color:#F2F8FC;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}

#header{
	background-color:#106079;
	padding:0;
	margin:0;
	height:70px;
}
#header-link{
	width:232px;
	height:42px;
	display:block;
	margin-left:30px;
	margin-top:10px;
	float:left;
	position:absolute;
}
#header-content{
	margin:0 auto;
	padding:0;
	width:980px;
	height:69px;
	background:#106079 url(header-background.jpg) no-repeat;
}

#wrapper{
	margin:0 auto;
	width:965px;
	clear:both;
}


.box{
	width:298px;
	padding:15px 0 0 15px;
	float:left;
	height:260px;
}
.box  h2{
	font-size:18px;
	margin-bottom:5px;  
}
.box h2 a:hover{text-decoration:none;}
.box ul{
	list-style:none;
	float:left;
	padding:0;
	margin:0;
	width:100%;
}
.box ul li{border-top:solid 1px #5995A6;line-height:20px;height:1%;overflow:hidden;} /*508695*/
.box ul li a{display:block;padding-left:3px;height:20px;line-height:20px;}
.box ul li a:hover{text-decoration:none;background-color:#508695;color:#42C6E7;}
.box ul li a:visited{background-color:#2E7185;color:#8C8C8C;}
#footer{
	clear:both;
	padding:0;
	color:#4A8FA2;
	font-weight:bold;
}
#footer a{color:#4A8FA2}

#footerPad{
	margin:0 0 0 0;
	padding:0;
	background-color:#106079;
	background-image: url(footer-background.jpg);
	background-repeat:repeat-x;
	height:130px;
}
#footerContent{
	padding-left:15px;
	padding-top:30px;
	width:980px;
	margin:0 auto;
}
#footerContent #logo{
	float:left;
}
#footerContent #logo img{
	border:none;
}

#footerContent #linklist{
	float:left;padding-top:5px;padding-left:5px;
}

/*alt kısım*/
.content-padding{
	padding:15px 15px 0 15px;
	clear:both;
}

.boxCategory{
	display:block;
}

.boxCategory h2{
	font-size:18px;
	margin-bottom:5px;
	border-bottom:solid 1px red;
	display:block;
}

.boxCategory ul{
	list-style:none;
	padding:0;
	margin:0;
	width:460px;
	overflow:hidden;
	float:left;
}
.boxCategory ul li{
	height:1%;
	line-height:15px;
	display:block;
	width:460px;
}

.boxCategory ul li .blogname{
	width:100px;
	display:block;
	float:left;
}
.boxCategory ul li .blogcontent{
	display:block;
	float:left;
}

#divText{
    font-size:12px;
    padding-top:20px;
}

#divToolTip{z-index:50;position:absolute;display:none;background-color:#106079;	width:286px; padding:5px;border:solid 1px #5995A6;}

