
* {
	margin: 0;
	padding: 0;
}

body {
	background: #CECECE;
}

h6 {
	padding: 5px;
	font-size: 12px;
}

#wrapper {
	width: 760px;
	margin: 10px auto 0;
	color: #fff;
	font-family: "Times New Roman", sans-serif;
	font-size: 16px;
}

#wrapper a {
	color: #fff;
	text-decoration: none;
}

#wrapper a:hover {
	text-decoration: underline;
}

#logo {
	height: 95px;
	background: #000 url(header.png) no-repeat left top;
}

#logo img { 
	float: left; padding: 10px 0 0 10px; 
}

#logo h1, h2 {
	display: none;
}

#language {	
	height: 20px;
	float: right;
	margin: 10px;
}

#language img {
	margin: 0;
	padding: 0 2px;
	border: 0;
	display: inline;
}

#navigation {
	width: 760px;
	height: 25px;
	background: #666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	float: left;
}

ul#menu {
	width: 760px;
	height: 25px;
	margin: 0 auto;
	list-style: none;
	list-style-type: none;
	border-top: 1px solid #000;
}

ul#menu li { 
	width: 125px;
	float: left;
	display: inline;
	height: 25px;
	border-right: 1px solid #000;
}

ul#menu li a {
	text-decoration: none;
	text-align: center;
	color: #fff;
	padding: 3px;
	width: 119px;
	height: 19px;
	display: block;
	font-weight: bold;
}

ul#menu li a:hover {
	color: #fc0;
	text-decoration: none;
}

ul#menu li.last {
	border: none;
}

ul#menu li a.active {
	color: #fc0;
}

#content {
	padding: 15px;
	width: 724px;
	min-height: 525px;
	height: auto !important;
	height: 525px;
	color: #fff;
	background: #666;
	border: 3px solid #000;
	float: left;
}

#content ol { 
	padding:  5px 20px 10px; 
}

#content p {
	padding: 5px 0 10px;
	word-spacing: 3px;
	letter-spacing: 0.5px;
	text-align: justify;
	text-indent: 8px;
}

#content a {
	color: #fc0;
}

#content a:hover {
	text-decoration: underline;
}

#content span {
	color: #fc0;
}

#content img {
	margin: 5px 21px;
	border: 1px solid #fff;
}

#content .haber p {
	text-align: left;
}

#footer {
	background: #fff url(footer.png) no-repeat left top;
	height: 30px;
	margin: 0 auto 10px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	float: left;
	width: 760px;
}

#footer p {
	padding: 5px 10px;
}

form.send { 
	margin-top: 15px; 
}

.send fieldset {
	padding-bottom: 10px;
}

.send legend {
	padding: 3px 6px;
	margin-left: 10px;
	text-align: center;
	color: #fff;
}

.send select { 
	width: 146px; 
}

.send dt {
	width: 125px;
	float: left;
	text-align: right;
	display: block;
}

.send dd {
	margin: 3px 3px 3px 135px;
}

input.send {
	background: #fff;
	color: #000;
	border: none;
}

input.send:hover { 
	color: #fc0; 
	background: #000; 
}

input.textfield, textarea.textfield {
	background: #fff;
	color: #000;
	border: none;
}

h4 {
	font-size: 18px; 
	color: #fc0; 
	height: 30px;
}

table {
	text-align: center;
}

.tablo {
	width: 25%; 
	padding: 0; 
	text-align: center; 
	vertical-align: middle;
}

.tablo td {
	width: 25%; 
	padding: 0; 
	text-align: center; 
	vertical-align: middle;
}

.pad td {
	padding: 0 4px;
	text-align: left;
}

.left { 
	float: left; 
}

.right { 
	float: right;
	clear: right;
	text-align: right;
	width: 52%; 
}

.baslik { 
	width: auto;
	height: 30px; 
}

.baslik h3 { 
	padding: 4px 20px 0; 
	font-size: 14px; 
}

.galeri { 
	margin: 1px;
	display: inline;
}


.red {
	margin: 0;
	padding: 0;
	color: #f00;
}

.haber {
	width: 48%;
	float: left;
	clear: left;
}

#comments {
	width: 100%;
	height: auto;
	border-top: 1px solid #fff;
	float: left;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	text-indent: 0;
}

#comments p {
	width: 83%;
	float: right;
	text-align: left;
	text-indent: 0;
	border-left: 1px dotted #fff;
	padding: 5px 5px 10px;
}

#comments #author {
	width: 15%;
	float: left;
	padding: 5px 0 10px;
}

#comments #author .date {
	float: left;
	color: #fff;
}

.yorum {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	border-top: 1px solid #fff;
	float: left;
	width: 100%;
}

.yorum dt {
	padding: 3px;
}

.yorum dd {
	margin: 1px;
}

	
	
	
