@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 129px;
	background-image: url(../images/bg/b.gif);
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	background:#dddddd;
	float: left;
	width: 770px;
	height: 57px;
	background-image: url(../images/bg/footer.gif);
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 10px 0;
}
.footer_admin {
	float: left;
	text-align: center;
	font-size: 10px;
	margin-top: 25px;
	width: 770px;
}
.footer_admin a {
	color: #666666;
	text-decoration: underline;
}
.footer_admin a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#sol {
	width: 190px;
	height: 580px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	padding-top: 5px;
	background-color: #FFFFFF;
}
#flash {
	height: 323px;
	width: 570px;
	float: right;
}
#alt {
	height: 262px;
	width: 570px;
	float: right;
	background-color: #FFFFFF;
}
.yonetici {
	float: left;
	width: 770px;
	height: 129px;
}
.div2 {
	float: right;
	width: 85px;
	margin-top: 20px;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 5px;
}
.div3 {
	float: right;
	width: 90px;
	margin-top: 15px;
}
.insan_k {
	width: 180px;
	margin-top: 10px;
	background-image: url(../images/bg/insan_k.gif);
	font-size: 11px;
	color: #000000;
	text-align: justify;
	padding: 5px;
	background-repeat: no-repeat;
	padding-top: 10px;
}
.insan_k h3{
	font-size: 13px;
	color: #EA2A2A;
	margin: 0;
	text-align: left;
	padding-bottom: 7px;
}
.insan_k h4{
	font-size: 11px;
	color: #EA2A2A;
	text-align: left;
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 19px;
}
.insan_k a {
	color: #EA2A2A;
	text-decoration: underline;
}
.insan_k a:hover {
	color: #EA2A2A;
	text-decoration: none;
}
.div2 a {
	color: #FFFFFF;
	text-decoration: none;
}
.div2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
