@charset "utf-8";
/* CSS Document */

body {
	background-image: url(img/bg.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#4b4b4b;
	color:#6a5e4f;
	font-family:Tahoma, Arial, "Trebuchet MS";
	font-size:12px;
	line-height:18px;
	margin:0;
	padding:0;
}
#wrap {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	overflow:auto;
}
#header {
	width:850px;
	height:229px;
	background-image:url(img/header.png);
	background-position:right;
	background-repeat:no-repeat;
	margin-top:11px;
}
#menyy {
	width:840px;
	height:40px;
	background-image:url(img/menyy_bg.png);
	background-repeat:no-repeat;
	float:left;
	padding-top:4px;
	padding-left:10px;
}
#sisu_wrap {
	width:850px;
	height:auto;
	overflow:auto;
	float:left;
	background-image:url(img/sisu_bg.png);
	background-repeat:repeat-x;
	background-color:#fff;
}
#sisu {
	width:555px;
	height:auto;
	overflow:auto;
	float:left;
	padding-left:25px;
	padding-top:15px;
}
#pilt {
	width:243px;
	height:auto;
	overflow:auto;
	float:right;
	padding-right:20px;
	padding-top:32px;
	padding-bottom:15px;
}
#footer {
	width:850px;
	height:32px;
	padding-top:15px;
	float:left;
	background-image:url(img/footer.png);
	background-repeat:no-repeat;
	text-align:center;
	padding-bottom:10px;
	font-size:11px;
	color:#6a5e4f;
}
h1 {
	font-size:18px;
	color:#af9372;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	width:524px;
	padding-left:10px;
	line-height:30px;
	background-image:url(img/title_line.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
/*menu ul*/
ul#nav {
    padding :0;
	margin: 0;
	display:inline;
	font-size : 12px;
	font-family:Tahoma, Arial, "Trebuchet MS";
	font-weight:bold;
	list-style:none;
}	
ul#nav li {
    font-size : 12px;
	font-family:Tahoma, Arial, "Trebuchet MS";
	font-weight:bold;
    color:#fff;
    float:left;
    line-height:40px;

}
ul#nav li a {
    background-image:url(img/a.png);
	background-repeat:no-repeat;
	background-position:right;
	display : block;
	text-align :center;
	text-decoration : none;
	color:#fff;
		padding-left:10px;
	padding-right:10px;
}
ul#nav li a:hover {
	background-image:url(img/hover.png);
	background-repeat:repeat-x;
	color : #696969;
	text-decoration : none;
	padding-left:10px;
	padding-right:10px;
}
/*menu ul*/
a:link {
	color: #EB8916;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EB8916;
}
a:hover {
	text-decoration: underline;
	color: #C3AD94;
}
a:active {
	text-decoration: none;
	color: #C3AD94;
}