/* CSS Document */
#banner
{
	height:99px; width:960px; color:#FFF; 
	padding:0; margin:auto; text-align:left;
}

#sayfa 
{
	border-left:1px solid #CCC; border-right:1px solid #CCC; min-height:500px;
	width:960px; margin:auto; padding:0; background:#FFF; z-index:10px; position:relative;
}

#MenuBar
{
	width:954px; margin:-3px 3px 0 3px; position:absolute; height:45px; background:url(../img/ust_menu_zemin.gif) repeat-x; 
}
#MenuBar div
{
	float:left; padding:10px 8px; background:url(../img/ust_menu_zemin.gif) repeat-x; height:20px; color:#FFF; font-weight:bold
}
#MenuBar div:hover { background:url(../img/ust_menu_over.gif) repeat-x; cursor:pointer;}

#LeftSide
{
	width:195px; margin:0 8px 0 3px; min-height:400px; float:left; 
}
.ie6 #LeftSide
{
	width:190px; 
}
#CenterSide
{
	width:750px; margin:0; min-height:400px; float:left;
}

#Footer
{
	height:90px; z-index:0;
	width:100%; margin:-40px auto 0px auto; padding:60px 0 6px 0; background:url(../img/footer_bg.gif);
}

