/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
img {
	border:none;
}

column {
	font-family: "Arial Black", sans-serif;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:800;
}

body {
	margin: 0;
	padding: 0;
	background: url(images/page_bg.jpg); 
	width:1000px;
	font: normal 14px Tahoma, Arial, Helvetica, sans-serif;
	margin-left:5px;
}

h1 {
	margin: 0;
	padding-top: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FF3300 ;
}

h2 {
	margin: 0;
	padding-top: 10px;
	padding-bottom:20px;
	font-family:Tahoma;
	font-size:16px;
	color:#336600;
}

h3 {
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #330099;
}

box {
	width:370px;
	height:250px;
	border:0.5px solid orange;
	padding-left:10px;padding-bottom:5px;padding-right:5px;
}



p, blockquote, ol {
	line-height: 18px;
	text-align: justify;
}

ul {
	line-height:12px;
}

blockquote {
	padding-left: 20px;
	background: url(images/img05.gif) repeat-y;
}



a:hover {
	text-decoration: none;
}

/* Header */

#header {
	height: 180px;
	margin: 0 auto;
	background: url(images/saberkas.jpg);
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFDED;
}

#header h1 {
	float: left;
	padding: 120px 0 0 20px;
	font-size: 28px;
}

#header h2 {
	float: right;
	padding: 0px;
	font-size: 22px;
}

/* Menu */

#menu {
	height: 35px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color:#333333;
	height:80px;
}

#menu li {
	display: inline;
}

#menu indent {
 text-indent:15.2em;
}


#menu a {
	display: block;
	float: left; 
	padding: 15px 20px 0 20px;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFF00;
}

#menu a:hover {
	color: #FFFF00;
}

#menu .first a {
	background: none;

}

/* Content */

#content {
	margin: 8px 0px 0px 0px;
	padding: 5px;
	background: #FFFFFF url(images/img04.jpg) repeat-x left bottom;
}

/* Posts */

#posts {
	float:left;
	width:760px;
}


/* Links */

#links {
	float: right;
	width: 200px;
	padding-left: 8px;
	background: url(images/img05.gif) repeat-y;

}

#links ul {
	margin: 0;
	padding-left: 8px;
	padding-bottom: 8px;
	list-style: none;
	width: 180px;	
}

#links li ul {
	padding: 6px 0 10px 0;



}

#links li ul a {
	text-decoration:none;
}

#links li li {
	padding: 6px 2px 3px 0px;
	padding-left:5px;
	background: url(images/img06.gif) repeat-x left bottom;
	font-weight:bold;
}

#links li a {
	text-decoration:none;
	color:#0000CC;
}

#links li a:hover {
	text-decoration: none;
	color:#FF0000;
}

#links li i {
	font-style: normal;
	font-size: 16px;
}

#links li h2 {
	font-size: 20px;
}

/* Footer */

#footer {
	height: 45px;
	padding: 30px;
	background: url(images/footer.jpg);
}

#footer p {
	text-align: center;
	color:#000000;
	font-weight:800;
}