﻿
@import url('layout.css');
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
}
#container {
	width: 950px;
	margin: 10px auto 10px auto;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-right-color: #414141;
	border-left-color: #414141;
	background-color: #000000;
}
#masthead {
	text-align: center;
	width: 100%;
	background-color: #FFFFFF;
	height: 141px;
	background-image: url('../images/logom2.gif');
	background-repeat: no-repeat;
}
#navigation {
	background-color: #414141;
	overflow: hidden;
	margin-bottom: 1px;
}
#page_content {
	width: 950px;
	margin: 0px auto 0 auto;
}
#orta {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	background-color: #414141;
	padding-bottom: 5px;
	margin-top: 10px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 2px;
}
#masthead p {
	font-size: medium;
	text-align: right;
	color: #FFFFFF;
	margin: 30px 50px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#masthead a {
	font-size: medium;
	text-align: right;
	color: #C3C3C3;
}
#masthead a:hover {
	font-size: medium;
	text-align: right;
	color: #F7F7F7;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-right-width: 1px;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 6px;
	border: 1px solid #FFFFFF;
	background-color: #414141;
	font-size: 16px;
}
#navigation a:hover {
	border-width: 1px;
	border-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	border-right-style: solid;
	border-bottom-style: solid;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #000000;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #FFFFFF;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* Styles for Links */
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.solllll {
	float: left;
}
.alt {
	clear: both;
	color: #FFFFFF;
}
.orrttta {
	float: left;
}
#ilhan {
	border: 1px dashed #C0C0C0;
	width: 700px;
	margin-left: auto;
	margin-top: 10px;
	background-color: #FFFFFF;
	margin-right: auto;
	overflow: auto;
}
#ilhan img {
	border-width: 0px;
	margin: 30px 10px 10px 10px;
	padding: 2px;
	background-color: #C0C0C0;
}
#ilhan img:hover {
	background-color: #000000;
}
.tagg {
	padding: 6px;
	text-align: center;
	margin-left: 2px;
	width: auto;
}
.tagg a {
	color: #000000;
	text-decoration: underline;
}
.tagg a:hover {
	text-decoration: none;
	background-color: #000000;
	color: #FFFFFF;


