body {
	margin: 0;
	padding: 0;
	background: #0F5B96 url(back.png) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A4E4F5;
}
input, textarea {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	color: #0F5B96;
}
h1, h2, h3, p, ol, ul {
	margin-top: 0;
}
h1, h2 {
	font-weight: normal;
	text-align:center;
}
h1 {
	letter-spacing: -2px;
	font-size: 2.4em;
}
h2 {
	letter-spacing: -1px;
	font-size: 1.5em;
}
p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 150%;
}
img.left {
	float: left;
	margin: 4px 20px 0 0;
}
img.right {
	float: left;
	margin: 0 0 0 20px;
}
hr {
	display: none;
}
img {
	border:0px;
	padding:0px;
}
#ust {
	width:980px;
	margin: 0 auto;
	height:120px;
}
#logo {
	float:left;
	width:220px;
	height:120px;
	margin: 0 auto;
}
#menu {
	float:left;
	font-size:12px;
	width:760px;
	height:120px;
	margin: 0 auto;
}
#menu ul {
	list-style: none;
	text-align:center;
}
#menu li {
	display: inline;
	text-align:center;
}
#menu a {
	float: left;
	padding:0 5px 0 0;
	width: 100px;
	height:120px;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	font-size: 1.1em;
	font-weight: bold;
	color:#FFF;
}
#menu a:hover {
	background: #1EB5DD;
}
/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	margin-top:30px;
}
/* Content */

#content {
	float: left;
	width: 580px;
	padding: 0 0 0 25px;
}
.post {
	margin-bottom: 15px;
	background: #1EB5DD url(img05.gif) no-repeat;
	color: #0A416B;
}
.post a {
	color: #A4E4F5;
}
.post a:hover {
	color: #FFFFFF;
}
.post .title {
	margin: 0;
	padding: 30px 30px 0 30px;
}
.post .title a {
	text-decoration: none;
	color: #0A416B;
}
.post .byline {
	margin: 0;
	padding: 0 30px;
}
.post .entry {
	padding: 20px 30px 10px 30px;
}
.post .entry .kutu {
	float:left;
	width:127px;
	height:130px;
	margin-bottom:10px;
	padding:0 3px 3px 0;
	text-align:center;
	line-height:20px;
	font-size:12px;
}
.post .entry .kutu img {
	padding:0;
}
.post .links {
	margin: 0;
	padding: 10px 30px 35px 30px;
	background: url(img06.gif) repeat-x left bottom;
	border-top: 1px solid #2872A6;
}
.post .links a {
	padding-left: 10px;
	background: url(img08.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #0A416B;
	text-align:center;
}
.post .links a:hover {
	color: #FFFFFF;
}
/* Sidebars */

.sidebarleft {
	float: left;
	width: 200px;
}
.sidebarright {
	float: left;
	width: 150px;
	margin-top:12px;
}
.sidebarleft ul, .sidebarright ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
.sidebarleft li, .sidebarright li {
}
.sidebarleft li ul, .sidebarright li ul {
}
.sidebarleft li li, .sidebarright li li {
	padding: 6px 0 6px 10px;
	background: url(img08.gif) no-repeat 0 12px;
	border-bottom: 1px solid #2872A6;
	font-weight:bold;
}
.sidebarleft li li a, .sidebarright li li a {
	text-decoration: none;
	color: #C9ECF5;
}
.sidebarleft li li a:hover, .sidebarright li li a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
.sidebarleft li h2, .sidebarright li h2 {
	padding-top: 20px;
	color: #FFFFFF;
}
/* Left Sidebar */

#leftbar {
}
/* Right Sidebar */

#rightbar {
	padding: 0 0 0 25px;
}

#rightbar a, #rightbar a:hover, #rightbar a:visited{
	color:#FFF;
	text-decoration:none;
}
/* Footer */

#footer {
	clear: both;
	padding: 40px 0;
	background: #083253;
	text-align: center;
	color: #0F5B96;
}
#kutu {
	width:200px;
}