@charset "UTF-8";
/* formatting style
--------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: sans-serif;
	font-size: 75%;
	color: #000000;
	background-image: url(imeges/5siki.gif);
	background-repeat: repeat;
	margin-top: 5px;
}
/* link style
--------------------------*/
a:link {
	color: #00CC00;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
--------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 860px;
	border-bottom: 1px solid #666666;
}
#news {
	padding: 5px;
	float: right;
	width: 130px;
	height: auto;
	background-color: #FFCCFF;
	color: #0033FF;
}

#home #wrapper #search {
	float: right;
	height: auto;
	width: 130px;
	padding: 5px;
	background-color: #FFFF99;
	color: #990033;
	font-size: medium;
}

#home #wrapper #news a {
	color: #0000FF;
}
#content {
	padding: 15px;
	float: left;
	width: 690px;
	margin-bottom: 20px;
	background-image: url(imeges/tora_002.gif);
}
#footer {
	color: #FFFFFF;
	background-color: #000000;
	padding: 15px;
	clear: both;
}
/* header style
--------------------------*/
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 150px;
}
/* menu style
--------------------------*/
#menu {
	background-color: #000000;
	width: 860px;
	left: 0px;
	float: left;
	list-style-type: none;
}
#menu ul li {
	list-style-type: none;
	float: left;
}

#menu ul li a {
	line-height: 2.5em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	text-align: center;
	display: block;
	height: 2.5em;
	width: 170px;
	border-top: 2px solid #666666;
	border-bottom: 2px double #666666;
	border-left: 2px solid #666666;
}

#menu ul li a:hover {
	background-color: #333333;
}
#menu #nHome a {
	border-left-style: none;
}

#home #menu #nHome a {
	color: #FFFFFF;
}

#move {
	color: #FFFFFF;
	background-color: #000000;
	padding: 5px;
	float: right;
	height: auto;
	width: 130px;
}
