@charset "iso-8859-9";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(assets/images/bodybkg.jpg);
	background-repeat: no-repeat;
	background-position: center 50px;
}
a {
	color: #FF6600;
	text-decoration: none;
}

#container {
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#motto {
	height: 175px;
	width: 760px;
}

#col1 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	float: left;
	width: 240px;
	line-height: 1.5em;
}
#col1 p {
}

#col2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	float: left;
	width: 480px;
	line-height: 1.5em;
	margin-left: 20px;
}
.limage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 10px solid #000000;
}
.baslik {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
}
#tabloholder img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 3px solid #333333;
}
#tabloholder {
	width: 415px;
	margin-left: 40px;
}

.motto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
}
.border {
	border: 20px solid #000000;
}
#footer {
	background-attachment: scroll;
	background-image: url(assets/images/footerbkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	height: 35px;
	width: 745px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: right;
	padding-top: 15px;
	padding-right: 15px;
}
.baslik2 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
}
#col1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#col1 ul li {
	height: 24px;
	width: 100%;
	border-bottom: 1px solid #E9E9E9;
	line-height: 24px;
	vertical-align: middle;
	text-indent: 20px;
	display: block;
}
#col1 ul li a {
	line-height: 24px;
	color: #999999;
	text-decoration: none;
	display: block;
	height: 24px;
	width: 100%;
}
#col1 ul li a:hover {
	background-color: #ECECEC;
	display: block;
	height: 24px;
	width: 100%;
}
