/*
CSS Create : Bilal Demir
*/
/*
23 Nisan 2009 Css Kodlama Alapli Halk Egitim 
Web Tasarim, Kodlama ve Içerik Yönetim Bilal Demir
*/

body {
	margin: 0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

h1 {
	height: 33px;
	font-size: 20px;
	font-weight: bold;
	color: #e6dc18;
	background: url(images/h1.jpg) no-repeat ;
	
}
h2 {
	height: 33px;
	margin-top:0px;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	background: url(images/h2.jpg) no-repeat;
}


#container {
	width: 960px;
	margin: auto;
	background: url(images/container_bg.jpg) repeat-y;
}
#header {

	height: 150px;
	background: url(images/header.jpg) no-repeat;
}
#site_title {
	padding-top: 82px;
	padding-left: 0px;
	height: 10px;
	color: #dad013;
	font-weight: bold;
	font-size: 22px;
}
.menu{
	float: left;
	width: 890px;
	height: 35px;
	margin: 35px;
	margin-left:10px;
	padding: 0px;
}

.menu ul {
	margin: 0px;
	padding-left: 50px;
	list-style: none;
	text-align: center;
}

.menu li{
	display: inline;
}

.menu li a{
	float: left;
	padding: 8px 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
	width: 120px;
}

.menu li a:hover, .menu li .current{
	color: #000000;
	background: url(images/link_hover.jpg) center no-repeat;
}

#content {
	width: 660px;
	margin-left:60px;
}

#content a:link, #content a:visited {
	color: #71AB21;
	font-weight: bold;
}
#content a:active, #content a:hover {
	color: #CC0000;
	font-weight: bold;
}
#top {
	float: left;
	width: 820px;
	margin-top: 30px;
	padding-left: 75px;	
	text-align: justify;
}
#right {

	float: none;
	width: 620px;
	margin-left: 270px;
	margin-top: 10px;
	text-align: justify;
}
#left {
	float: left;
	width: 200px;
	margin-left: 50px;
	margin-top: 0px;
	text-align: justify;
}

#left span {
	color: #e3c922;
	font-weight:bold;
}
}

#right img {
	padding-left: 10px;
}

#blldmr {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #666666;
}
/* BoxedC */

.boxedC {
	margin-bottom: 1px;
	background: #CBE2F8 url(images/img11.gif) repeat-y;
	border-bottom: 1px solid #549EE9;
}

.boxedC h2 {
	height: 35px;
	padding: 25px 0 0 21px;
	border-bottom: 1px solid #FFFFFF;
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}

.boxedC ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxedC li {
	display: inline;
}

.boxedC a {
	display: block;
	width: 169px;
	height: 23px;
	padding: 7px 0 0 21px;
	background: #EEF5FD url(images/img12.gif) no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	color: #000000;
}

.boxedC a:hover {
	background: #A9CEF4 url(images/img13.gif) no-repeat;
	font-weight:bold;
	color: #FFFFFF;
}

#footer {
	clear: both;
	width: 910px;
	margin-left: 26px;
	margin-top: 30px;
	height: 80px;
	background: #393939;
}

.footer_left {
	float: left;
	width: 470px;
	height: 38px;
	padding-top: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.footer_left a:link, .footer_left a:visited { color: #fff; text-decoration: none; } 
.footer_left a:active, .footer_left a:hover { color: #cc6; text-decoration: none; }


.footer_right {
	float: right;
	padding-top: 5px;
	width: 300px;
	height: 70px;
	color:#FFFFFF;	
}
