* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(resimler/img01.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

h1, h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 140%;
}

h3 {
	margin-bottom: 1em;
	font-size: 100%;
	color: #000;
}

ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

p {
	margin-bottom: 1.5em;
}

ol {
}

ul {
	list-style: none;
}

ul li {
	padding-left: 10px;
	background: url(resimler/img16.gif) no-repeat 0px 10px;
}

a:link {
	color: #3460cc;
}

a:hover, a:active {
	text-decoration: none;
	color: #F89934;
}

a:visited {
	color: #3490F8;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 20px;
}

.byline {
	color: #ccc;
}

.col-one {
	float: left;
}

.col-two {
	float: right;
}

.two-cols {
}

.two-cols .col-one, .two-cols .col-two {
	width: 250px;
}

/* Boxes */

.box-orange {
	background: url(resimler/img09.gif) repeat-x;
}

.box-orange .section {
	background: url(resimler/img11.gif) no-repeat right top;
	font-size: 100%;
	color: #fff;
}

.box-orange .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(resimler/img10.gif) no-repeat;
}

.box-orange .content {
	padding: 20px;
}

.box-blue {
	background: url(resimler/img13.gif) repeat-x;
}

.box-blue .section {
	background: url(resimler/img15.gif) no-repeat right top;
	font-size: 100%;
	color: #fff;
}

.box-blue .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(resimler/img14.gif) no-repeat;
}

.box-blue .content {
	padding-top: 20px;
	padding-left: 3px; 
	font-size: 0.9em;
}

.box-pink {
	background: url(resimler/img17.gif) repeat-x;
}

.box-pink .section {
	background: url(resimler/img19.gif) no-repeat right top;
	font-size: 100%;
	color: #fff;
}

.box-pink .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(resimler/img18.gif) no-repeat;
}

.box-pink .content {
	padding: 20px;
}

/* Header */

#header {
	width: 960px;
	height: 92px;
	margin: 0 auto;
	background-image: none;
	background-image : url(resimler/girne-liman.jpg);
}

/* Logo */

#logo {
	float: left;
	font-family: Arial, Verdana, Helvetica;
}

#logo h1, #logo h2 {
	float: left;
	background-image: url(resimler/transparent.png);
}

#logo h1 {
	margin: 10px;
	padding: 0 8px 0 8px;
	font-size: 55px;
	font-weight: bold;
}

#logo h2 {
	margin: 50px 0 0 3px;
	padding: 0 5px 0 5px;
	font-size: 20px;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #75c8ff;
}

#logo a:hover {
	text-decoration: none;
	color: #fff;
}

/* Advertisement */

#ad {
	float: right;
	width: 250px;
	height: 60px;
	margin-top: 10px;
	padding: 5px;
	padding: 0;
	text-align: center;
}

/* Search */

#search {
	float: right;
	width: 300px;
	padding-top: 55px;
}

#search form {
}

#search fieldset {
	border: none;
}

#searchinput, #searchsubmit {
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

#searchinput {
	padding: 2px 5px;
	width: 198px;
	background: #fff url(resimler/img02.gif) repeat-x;
	border: 1px solid #fff;
}

#searchsubmit {
	padding: 0 2px;
	background: #F4A652 url(resimler/img03.gif) repeat-x;
	border: 1px solid #000;
	text-transform: lowercase;
}

/* Menu */

#menu {
	width: 960px;
	height: 30px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 0;
	background: #eee;
}

#menu a {
	display: block;
	float: left;
	background: url(resimler/img07.gif) no-repeat;
	text-decoration: none;
	color: #333;
}

#menu a:hover {
	color: #111;
	background-color: #fff;
}

#menu b {
	display: block;
	float: left;
	height: 23px;
	padding: 7px 20px 0 20px;
	background: url(resimler/img08.gif) no-repeat right top;
	cursor: default;
}

#menu li.active {
	background: #CFCECE url(resimler/img04.gif) repeat-x;
}

#menu li.active a {
	background: url(resimler/img06.gif) no-repeat right top;
	color: #000;
}

#menu li.active b {
	background: url(resimler/img05.gif) no-repeat;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

/* Content */

#content {
	float: left;
	width: 520px;
}

/* Feature */

#feature {
	margin-bottom: 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 420px;
}

#sidebar .col-one {
	width: 200px;
}

#sidebar .col-two {
	width: 200px;
}

/* Footer */

#footer {
	height: 100px;
	padding: 20px;
	background: #ddd;
	border-top: 1px solid #999;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 85%;
}

/* Table */

.tablo {
	background: #9dd;
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	color: #111;
	text-align: center;
	margin-top: 50px;
}

.tablo ,td {
	border-color: #B0E0E6;
	border-bottom-style: inset;
	border-bottom-width: medium;
}

.posta {
	position: relative;
	width: 480px;
	height: 220px;
	margin: 5px auto;
	padding: 2px;
	text-align: center;
	background: #F5DEB3;
	border: 3px double #000;
	font-size: 90%;
} 

.posta h1 {
	font-size: 1.6em;
	margin-bottom: 1em;
	color: #fff;
	text-align: center;
	background: #966;
}

.onay {
	position: relative;
	width: 480px;
	color: #fff;
	height: 220px;
	margin: 5px auto;
	padding: 2px;
	text-align: left;
	border: 3px double #000;
	font-size: 90%;
	background: Teal;
} 

.onay h1 {
	font-size: 1.6em;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #fff;
	text-align: center;
	background: #2F4F4F;
}

