.main {
	width: 800px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
.container {
	float: left;
	width: 800px;
}
.logo {
	background-image: url(images/logo.png);
	float: left;
	height: 63px;
	width: 168px;
	display:block
}
.top_menu {
	float: left;
	height: 30px;
	width: 600px;
	margin-left: 30px;
	margin-top: 45px;
}
.top_menu a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	line-height: 28px;
	display: block;
	float: left;
	margin-right: 8px;
	margin-left: 8px;
}
.top_menu a:hover {
	color: #E5C501;
	text-decoration: none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E5C501;
}
.banner {
	float: left;
	height: 200px;
	width: 800px;
}
.content {
	float: left;
	width: 800px;
	margin-top: 15px;
}
.kutular {
	border: 1px solid #758b5c;
	padding: 14px;
	float: left;
	width: 229px;
}
.menu_ara {
	float: left;
	height: 100px;
	width: 11px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 16px;
	display: block;
}
.kutular span {
	line-height: 20px;
	display: block;
}
a {
	color:#FF8000;
	text-decoration: underline;
}
.footer {
	line-height: 21px;
	text-align: center;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #758B5C;
	float: left;
	width: 800px;
}
.inputs {
	width: 200px;
	border: 1px solid #EBEBEB;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E48A30;
	margin: 0px;
	padding: 0px;
}

