﻿* {
	margin: 0;
	padding: 0;
}
img {
	border: none;}

body {
	background: #fff;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px ;
	line-height: 17px;
	color: #333;
}
.body li{
	list-style-type: square;
	color: #FF9900;	
}
a {
	text-decoration: none;
	color: #993300;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 20px auto;
width: 931px;
background: #fff;
}

#top {
padding: 10px 0;
background: #fff url(images/top.gif) no-repeat;
}

#header {
height:60px;
}
#header h1 { 
font-size: 22px;
letter-spacing: -1px;
padding: 0 0 0 15px;
color: #F7AE10;
}
h6 { 
font-size: 14px;
letter-spacing: -1px;
padding: 0 0 0 15px;
color: #F7AE10;
}

table {
	padding: 0px;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;}



#header h1 a { 
color: #F7AE10;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 19px;
color: #ACD3E5;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#content1 {
	padding: 0 0px 4px 4px;
	background: #fff url(images/content.gif) repeat-y;
}

#content { /* Burasi editable bolge */
	/*border-top: thin #000000 solid;
	border-right: thin #000000 solid;
	border-left: thin #000000 solid;*/
	float: right;
	width: 615px;
	line-height: 1.5em;
	padding: 0 10px 10px 5px;
}

h4 {
	border-bottom: 1px dashed #959595;
	color: #FF9900;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: left;
	margin-left: 15px;
	width: 255px;
}

.right {
float: right;
width: 620px;
text-align: justify;
}

.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {
color: #111;
}

.left {
float: left;
width: 280px;
padding-top: 5px;
	font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px ;
	line-height: 17px;
}
.left  h2 {
margin: 10px 0 0 0;
padding-left: 10px;
color: #111;
font-size: 13px;
}
.left  ul {
	padding: 10px 0 15px 30px;
	list-style-type: square;
	color: #FF9900;
}
.right  ul {
	padding: 10px 0 15px 30px;
	list-style-type: square;
	color: #111111;
}

.left ul li a {
	color: #993300;
	text-decoration: none;
	font-weight: 600;
}
.left  ul li a:hover {
	/*color: #800000;*/
	text-decoration: underline;
	color: #111;

}

#bottom {
padding: 10px 0;
background: #fff url(images/bottom.gif) no-repeat;
}

#footer {
	height: 20px;
	line-height: 30px;
	text-align: center;
	font-size: 11px;
	color: #993300;
}

#footer a {
	text-decoration: none;
	color: #FF9900;
}
#footer a:hover {
text-decoration: underline;
color: #111;
}



#search_box {
    width: 201px;
    height: 31px;
    margin-left: 40px;

    background: url(images/search-box.gif);
}
#search_box #s {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 159px;
    background: none;
}
#search_box #go {
    float: right;
    margin: 3px 4px 0 0;
}

label {
	width: 150px; 
	float: left; 
	text-align: right; 
	margin: 3px 5px 5px 5px; 
	clear: both;}

input {
	margin: 3px 5px 5px 5px;
	background-color: #fff;
	color: #000000;
	border: 1px #FF9900 solid;
}
input.image {
	border: 0px #FF9900 solid;
} 

textarea {
	font: normal 12px Verdana, sans-serif;
	margin: 3px 5px 5px 5px;
	background-color: #fff;
	color: #FF9900;
	border: 1px #FF9900 solid;
}
select  {
	font: normal 12px Verdana, sans-serif;
	margin: 3px 5px 5px 5px;
	background-color: #fff;
	color: #000000;
	border: 1px #FF9900 solid;
	height: auto;
}

.button {
	text-align: center;
	margin: 5px 0 0 170px;
	border: 1px #FF9900 none;
	clear: both;
}


