@charset "utf-8";
/****************************reset***********************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

del {
	text-decoration: line-through;
}


/*********************GENEL******************************************/
body {
	color:#666666;
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:400;
	line-height:1.4em;
	margin:0;
	text-align:center;
	background-image: url(../bg.jpg);
	background-repeat: repeat-x;
}

#container
{
	clear:left;
	margin:0 auto;
	text-align:left;
	width:770px;
	position: relative;

}


#banner
{	
	float:left;
	width:770px;
	height:280px;
	background-image: url(../images/next_02.jpg);
	background-repeat: no-repeat;
}

#icerik
{	
	float:left;
	clear:left;
	width:770px;
	background-color: #FFFFFF;
}

#icerik #sol
{
	
	float:left;
}


#menu
{
	float:left;
	margin-top:133px;
	margin-left:160px;
}

#menu ul li
{
	
}

#menu ul li a
{
	display:block;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	width:100px;
	height:35px;
	text-indent:-99999px;
}


#icerik #sol #girisyazi
{
	float:left;
	width: 120px;
	margin-top:13px;
	padding:10px;
	color: #FFFFFF;
	font-size: 11px;

}

#icerik #sol #girisyazi h1
{
	
	color: #000000;
	font-size: 13px;
}

#icerik #sag
{
	margin-top:30px;
	width:580px;
	min-height:652px;
	height:auto !important;
	height:652px; 
	float:left;
}


#footer{
	float:left;
	clear:left;
	width:100%;
	text-align: center;
	font-size: 11px;
	color: #000000;
	margin-top: 8px;
}


h1{
	color: #333333;
}
