.container {width:990px;}

#news {

background-color: #903;
color: #FFF;
padding: 5px;
border-radius: 10px;
}
#news:hover
{
  text-decoration: none;
}
body {
	font-family: "Baskerville";
}
a {
	color: black;
}
.ustbaslik {
	padding-top: 20px;
	margin-bottom: 20px;
}
.ustbaslik header {
	font-size: 19pt;
	text-align: center;
	padding-top: 12px;
	color: #903;
}

.slayt {

}

.first {
	background-color: #e6e6e6;
    box-shadow: 
        inset 0px 11px 5px -10px #888,
        inset 0px -11px 5px -10px #888;
    -webkit-box-shadow: 
        inset 0px 11px 5px -10px #888,
        inset 0px -11px 5px -10px #888;
    -moz-box-shadow: 
        inset 0px 11px 5px -10px #888,
        inset 0px -11px 5px -10px #888;

    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13pt;
    font-family: "Merriweather";
    text-align: center;
  }




.second {
	margin-top: 40px;
}
.second p {
	text-align: justify;
	padding-top: 20px;
	font-size: 12pt;
	padding-bottom: 10px;
}
.second p:first-letter { float: left; color: #903; font-size: 75px; line-height: 60px; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-family: Georgia; }

.second span {
	font-size: 11pt;
	float: right;
	color: #903;
}
.second header {
	text-align: center;
	color: #903;
	font-size: 13pt;
	font-family: Georgia;
  margin-bottom: 10px;

}
.second header a {
	color: #903;
	border-bottom: 0;


}
.second header a:hover {
	border-bottom: 1px solid black; /* or whatever colour you'd prefer */
	text-decoration: none;  


}
.apply {
   border-top: 1px solid #d66578;
   background: #d66578;
   background: -webkit-gradient(linear, left top, left bottom, from(#8c052b), to(#d66578));
   background: -webkit-linear-gradient(top, #8c052b, #d66578);
   background: -moz-linear-gradient(top, #8c052b, #d66578);
   background: -ms-linear-gradient(top, #8c052b, #d66578);
   background: -o-linear-gradient(top, #8c052b, #d66578);
   padding: 16.5px 33px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 16px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.apply:hover {
   border-top-color: #d66578;
   background: #d66578;
   color: #ccc;
   }
.apply:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }

.third {
	
	/*border-top: solid 1px;*/
	padding-top: 40px;
}
.third ul {
	list-style-type: none;
	padding-top: 10px;
	font-size: 12pt;
}
.third i {
	padding-right: 10px;
	color: #903;
}
.third li {
	padding-bottom: 10px;
	text-align: justify;
}


.fourth {
	/*border-top: solid 1px;*/
	
	font-size: 12pt;
    margin-top: 30px;
}

.fourth span {
	text-align: center;
	color: #903;
	font-size: 13pt;
	font-family: Georgia;
}
.fourth ul {
	list-style-type: none;
	text-align: justify;
}
.fourth p {
	padding-left: 40px;
	padding-top: 20px;
	color: #888;
}

hr.style {
	margin-top: 40px;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}
