/* layout */

#maintable
{
	width:100%; height:100%;
}
/* Ana tablo td ler */
#tabs /* Tab blogu */
{
  	height:50px;
	background-color:#000;
	text-align:center; vertical-align:bottom;
}
#search /* Arama blogu */
{
	height:60px;
	/*background:#FFFFFF url(../images/layout/searchbg.jpg) repeat-x left top;*/
	border-bottom:1px solid #f1f1f1;
	text-align:center;
	vertical-align:bottom;
}
#main /* Ana blok */
{
	 text-align:center !important; height:100%;
	 background:#FFFFFF url(../images/logobg1.jpg) left top
}
#container /* içerik blogu */
{
	width:780px;
}
#container .left
{
	width:220px;
}
#container .content
{
	width:560px;
	padding-left:15px;
}
#footer /* son blok */
{
	height:50px;
	
}


/* layout */


