body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	padding-top:15px;
	padding-bottom:15px;
}

.thrColFixHdr #container { 
	width: 785px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */

	} 

.thrColFixHdr #header { 
	background-image:url(img/head.jpg);
	background-repeat:no-repeat;
	width: 637px;
	height: 152px;
} 

.thrColFixHdr #menu {
width: 140px;
float:left;
margin-top:0px;
background-image:url(img/menu.jpg);
background-repeat:no-repeat;
height: 147px;
}

.thrColFixHdr #mainContent { 
width:600px;
float:left;
margin-left:40px;
padding:15px 0px 0px 5px;
background-image:url(img/content.jpg);
background-repeat:no-repeat;
backgorund-position:left;
height:405px;
}

.thrColFixHdr #mainbos { 
width:600px;
float:left;
margin-left:40px;
padding:15px 0px 0px 5px;
background-image:url(img/contrans.jpg);
background-repeat:no-repeat;
backgorund-position:left;
height:405px;
}

.thrColFixHdr #maingaleri { 
width:590px;
float:left;
margin-left:40px;
padding:15px 0px 0px 5px;
}
.thrColFixHdr #galeri { 
width:637px;
width:637px;
float:left;
margin-left:40px;
padding:15px 0px 0px 5px;
}

a {
float:left;
margin-top:20px;
margin-left:5px;
color:#000000;
text-decoration:none;
font-size:18px;
font-family:"Book Antiqua";
font-style:italic;
font-weight:bold;
}

/*
@font-face {
font-family: "Be safe"; /* Fontumun Ismini Belirliyoruz */ /*
src: url("font/edward.ttf"); format:("truetype"); /* Fontun Yolunu yaziyoruz Ve Formatini Belirliyoruz */ /*
}

h1 { font-family: "Be safe", sans-serif } */