body {
	background: #fff;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font: 12px Arial;
}

#content {
	width: 100%;
	display: none;
}

#header {
	width: 100%;
	height: 100px;
	background: #323232 url('_images/kafes_logo.jpg') no-repeat;
}

#tr-menu {
	padding-top: 35px;
	padding-left: 200px;
}

#en-menu {
	padding-top: 0px;
	padding-left: 200px;
}

.content_header {
	width: 100%;
	background: #323232;
}

.content_texts {
	width: 100%;
	background: url('_images/content_bg.jpg') repeat-y;
}

.turkish {
	padding-left: 30px;
	padding-top: 15px;
	width: 430px;
	float: left;
}

.english {
	padding-left: 60px;
	padding-top: 15px;
	width: 430px;
	float: left;
	color: #5b5b5b;
}

.upfoot {
	margin-top: -15px;
}

.turkish a, .turkish a:link, .turkish a:active, .turkish a:visited {
	color: #000;
	text-decoration: underline;
	font-weight: bolder;
	font-size-adjust: none;
}

.english a, .english a:link, .english a:active, .english a:visited {
	color: #000;
	text-decoration: underline;
	font-weight: bolder;
	font-size-adjust: none;
}

.turkish a:hover, .turkish a:visited:hover, .english a:hover, .english a:visited:hover {
	text-decoration: none;
}



.seperator {
	width: 100%;
	height: 4px;
	background: #323232 url('_images/seperator_bg.jpg') no-repeat;
}

h2 {
	font-weight: bold;
	font-size: 12px;
}

.brclear {clear: both;height: 1px;margin: 0;font-size: 1px;}
